From 2643a44d892420cb78e12a59d8d29fe2e82a105c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Sep 2026 13:14:11 +0000 Subject: [PATCH] Bump the actions group across 2 directories with 4 updates Bumps the actions group with 3 updates in the /codeql directory: [github/codeql-action/init](https://github.com/github/codeql-action), [github/codeql-action/autobuild](https://github.com/github/codeql-action) and [github/codeql-action/analyze](https://github.com/github/codeql-action). Bumps the actions group with 1 update in the /golang/pre-publish directory: [alcaeus/automatic-merge-up-action/get-next-branch](https://github.com/alcaeus/automatic-merge-up-action). Updates `github/codeql-action/init` from 4.37.7 to 4.37.9 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/github/codeql-action/compare/ff2f1c621b7f889edc0d3c761ac2e6a3f8cdb0dd...cdf488f595d80d6e07e03d4674febd5ab45fa938) Updates `github/codeql-action/autobuild` from 4.37.7 to 4.37.9 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/github/codeql-action/compare/ff2f1c621b7f889edc0d3c761ac2e6a3f8cdb0dd...cdf488f595d80d6e07e03d4674febd5ab45fa938) Updates `github/codeql-action/analyze` from 4.37.7 to 4.37.9 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/github/codeql-action/compare/ff2f1c621b7f889edc0d3c761ac2e6a3f8cdb0dd...cdf488f595d80d6e07e03d4674febd5ab45fa938) Updates `alcaeus/automatic-merge-up-action/get-next-branch` from 1.0.1 to 1.1.0 - [Release notes](https://github.com/alcaeus/automatic-merge-up-action/releases) - [Commits](https://github.com/alcaeus/automatic-merge-up-action/compare/e23e7c71d58f12531cbaba73473bbe78fd14baf0...874dd723d79cb95bb2360bfeb46b6964060aa515) --- updated-dependencies: - dependency-name: github/codeql-action/init dependency-version: 4.37.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: github/codeql-action/autobuild dependency-version: 4.37.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: github/codeql-action/analyze dependency-version: 4.37.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: alcaeus/automatic-merge-up-action/get-next-branch dependency-version: 1.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] --- codeql/action.yml | 6 +++--- golang/pre-publish/action.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/codeql/action.yml b/codeql/action.yml index 071a5ac..dfe6b1c 100644 --- a/codeql/action.yml +++ b/codeql/action.yml @@ -38,7 +38,7 @@ runs: FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: "true" - name: Initialize CodeQL - uses: github/codeql-action/init@ff2f1c621b7f889edc0d3c761ac2e6a3f8cdb0dd # v4.37.7 + uses: github/codeql-action/init@cdf488f595d80d6e07e03d4674febd5ab45fa938 # v4.37.9 env: FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: "true" with: @@ -61,12 +61,12 @@ runs: - if: ${{ inputs.build-mode == 'autobuild' }} name: Autobuild - uses: github/codeql-action/autobuild@ff2f1c621b7f889edc0d3c761ac2e6a3f8cdb0dd # v4.37.7 + uses: github/codeql-action/autobuild@cdf488f595d80d6e07e03d4674febd5ab45fa938 # v4.37.9 env: FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: "true" - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@ff2f1c621b7f889edc0d3c761ac2e6a3f8cdb0dd # v4.37.7 + uses: github/codeql-action/analyze@cdf488f595d80d6e07e03d4674febd5ab45fa938 # v4.37.9 env: FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: "true" with: diff --git a/golang/pre-publish/action.yml b/golang/pre-publish/action.yml index 5309936..bf89598 100644 --- a/golang/pre-publish/action.yml +++ b/golang/pre-publish/action.yml @@ -31,7 +31,7 @@ runs: - name: "Determine branch to merge up to" if: ${{ inputs.push_changes == 'true' && ! contains(fromJSON(inputs.ignored_branches), github.ref_name) }} id: get-next-branch - uses: alcaeus/automatic-merge-up-action/get-next-branch@e23e7c71d58f12531cbaba73473bbe78fd14baf0 #1.0.1 + uses: alcaeus/automatic-merge-up-action/get-next-branch@874dd723d79cb95bb2360bfeb46b6964060aa515 #1.1.0 env: FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: "true" with: