From 797dd7ece48e1a3361d012b28473432381c96803 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Jul 2026 20:36:43 +0000 Subject: [PATCH 1/2] Bump the github-actions-updates group with 4 updates Bumps the github-actions-updates group with 4 updates: [actions/checkout](https://github.com/actions/checkout), [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). Updates `actions/checkout` from 2 to 7 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v2...v7) Updates `github/codeql-action/init` from 2.1.37 to 4.37.3 - [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/959cbb7472c4d4ad70cdfe6f4976053fe48ab394...e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81) Updates `github/codeql-action/autobuild` from 2.1.37 to 4.37.3 - [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/959cbb7472c4d4ad70cdfe6f4976053fe48ab394...e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81) Updates `github/codeql-action/analyze` from 2.1.37 to 4.37.3 - [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/959cbb7472c4d4ad70cdfe6f4976053fe48ab394...e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions-updates - dependency-name: github/codeql-action/init dependency-version: 4.37.3 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions-updates - dependency-name: github/codeql-action/autobuild dependency-version: 4.37.3 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions-updates - dependency-name: github/codeql-action/analyze dependency-version: 4.37.3 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions-updates ... Signed-off-by: dependabot[bot] --- .github/workflows/codeql-analysis.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index f483eb3a20..1c07ed9b61 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -52,11 +52,11 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v2 + uses: actions/checkout@v7 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@959cbb7472c4d4ad70cdfe6f4976053fe48ab394 # 2.1.37 + uses: github/codeql-action/init@e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81 # 4.37.3 with: languages: ${{ matrix.language }} # If you wish to specify custom queries, you can do so here or in a config file. @@ -67,7 +67,7 @@ jobs: # Autobuild attempts to build any compiled languages (C/C++, C#, or Java). # If this step fails, then you should remove it and run the build manually (see below) - name: Autobuild - uses: github/codeql-action/autobuild@959cbb7472c4d4ad70cdfe6f4976053fe48ab394 # 2.1.37 + uses: github/codeql-action/autobuild@e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81 # 4.37.3 # â„šī¸ Command-line programs to run using the OS shell. # 📚 https://git.io/JvXDl @@ -81,4 +81,4 @@ jobs: # make release - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@959cbb7472c4d4ad70cdfe6f4976053fe48ab394 # 2.1.37 + uses: github/codeql-action/analyze@e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81 # 4.37.3 From 72993c6ddcbef650910a2ea840a4e7253ff2f21b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 31 Jul 2026 20:37:24 +0000 Subject: [PATCH 2/2] Generate changelog entries for #484 --- src/changelog/.2.x.x/update_actions_checkout.xml | 8 ++++++++ .../.2.x.x/update_github_codeql-action_analyze.xml | 8 ++++++++ .../.2.x.x/update_github_codeql-action_autobuild.xml | 8 ++++++++ src/changelog/.2.x.x/update_github_codeql-action_init.xml | 8 ++++++++ 4 files changed, 32 insertions(+) create mode 100644 src/changelog/.2.x.x/update_actions_checkout.xml create mode 100644 src/changelog/.2.x.x/update_github_codeql-action_analyze.xml create mode 100644 src/changelog/.2.x.x/update_github_codeql-action_autobuild.xml create mode 100644 src/changelog/.2.x.x/update_github_codeql-action_init.xml diff --git a/src/changelog/.2.x.x/update_actions_checkout.xml b/src/changelog/.2.x.x/update_actions_checkout.xml new file mode 100644 index 0000000000..07d9327cae --- /dev/null +++ b/src/changelog/.2.x.x/update_actions_checkout.xml @@ -0,0 +1,8 @@ + + + + Update `actions/checkout` to version `7` + diff --git a/src/changelog/.2.x.x/update_github_codeql-action_analyze.xml b/src/changelog/.2.x.x/update_github_codeql-action_analyze.xml new file mode 100644 index 0000000000..03030a7e85 --- /dev/null +++ b/src/changelog/.2.x.x/update_github_codeql-action_analyze.xml @@ -0,0 +1,8 @@ + + + + Update `github/codeql-action/analyze` to version `4.37.3` + diff --git a/src/changelog/.2.x.x/update_github_codeql-action_autobuild.xml b/src/changelog/.2.x.x/update_github_codeql-action_autobuild.xml new file mode 100644 index 0000000000..9db2646d3e --- /dev/null +++ b/src/changelog/.2.x.x/update_github_codeql-action_autobuild.xml @@ -0,0 +1,8 @@ + + + + Update `github/codeql-action/autobuild` to version `4.37.3` + diff --git a/src/changelog/.2.x.x/update_github_codeql-action_init.xml b/src/changelog/.2.x.x/update_github_codeql-action_init.xml new file mode 100644 index 0000000000..0869cd3fa1 --- /dev/null +++ b/src/changelog/.2.x.x/update_github_codeql-action_init.xml @@ -0,0 +1,8 @@ + + + + Update `github/codeql-action/init` to version `4.37.3` +