From 5f1d229cbfec34b12479c9dc49695d9982a53e78 Mon Sep 17 00:00:00 2001 From: John Blackbourn Date: Wed, 3 May 2023 22:17:18 +0000 Subject: [PATCH] Build/Test Tools: Restrict the permissions granted to jobs on GitHub Actions The `permissions` key in a job declares the GitHub permissions that are granted to the token that's used by the job. Restricting the permissions reduces the impact that a vulnerability in the CI system can have. Props desrosj, johnbillion See #57865 Built from https://develop.svn.wordpress.org/trunk@55715 git-svn-id: http://core.svn.wordpress.org/trunk@55227 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/version.php b/wp-includes/version.php index 3123adc9ee..fccc488eea 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.3-alpha-55714'; +$wp_version = '6.3-alpha-55715'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.