From 54a79e8ff458126e831239bdf95f79531bb1281c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 18:07:12 +0000 Subject: [PATCH 1/2] :arrow_up: Bump github/codeql-action from 4.31.7 to 4.31.9 Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4.31.7 to 4.31.9. - [Release notes](https://github.com/github/codeql-action/releases) - [Commits](https://github.com/github/codeql-action/compare/v4.31.7...v4.31.9) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 4.31.9 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/codeql.yml | 4 ++-- .github/workflows/scorecard.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index a3e4322..dd893cd 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -61,7 +61,7 @@ jobs: # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@v4.31.7 + uses: github/codeql-action/init@v4.31.9 with: languages: ${{ matrix.language }} build-mode: ${{ matrix.build-mode }} @@ -89,6 +89,6 @@ jobs: exit 1 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v4.31.7 + uses: github/codeql-action/analyze@v4.31.9 with: category: "/language:${{matrix.language}}" diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml index 3eb6201..a7b96d6 100644 --- a/.github/workflows/scorecard.yml +++ b/.github/workflows/scorecard.yml @@ -68,6 +68,6 @@ jobs: # Upload the results to GitHub's code scanning dashboard (optional). # Commenting out will disable upload of results to your repo's Code Scanning dashboard - name: "Upload to code-scanning" - uses: github/codeql-action/upload-sarif@f5c63fadd50734aadb36128b8fd75caabc02a3dc # v3.30.7 + uses: github/codeql-action/upload-sarif@f67ec12472e1b361f5e1e2085f5e6f85a57e3cd6 # v3.30.7 with: sarif_file: results.sarif From 7000ce41af56c56db88148e1abc8ddbc86fec7e2 Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Mon, 22 Dec 2025 18:07:36 +0000 Subject: [PATCH 2/2] =?UTF-8?q?=F0=9F=93=B0=20Automatic=20changes=20?= =?UTF-8?q?=E2=9A=99=20Adding=20news=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changes/20251222180736.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20251222180736.bugfix diff --git a/changes/20251222180736.bugfix b/changes/20251222180736.bugfix new file mode 100644 index 0000000..70d0790 --- /dev/null +++ b/changes/20251222180736.bugfix @@ -0,0 +1 @@ +Dependency upgrade: codeql-action-4.31.9