From 82b6af4777f6926f647f999306e830801e8fa013 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Feb 2026 21:58:29 +0000 Subject: [PATCH] Bump github/codeql-action in /.github/workflows Bumps [github/codeql-action](https://github.com/github/codeql-action) from 7434149006143a4d75b82a2f411ef15b03ccc2d7 to b13d724d35ff0a814e21683638ed68ed34cf53d1. - [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/7434149006143a4d75b82a2f411ef15b03ccc2d7...b13d724d35ff0a814e21683638ed68ed34cf53d1) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: b13d724d35ff0a814e21683638ed68ed34cf53d1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/codeql.yml | 4 ++-- .github/workflows/devskim.yml | 2 +- .github/workflows/njsscan.yml | 2 +- .github/workflows/scorecard.yml | 2 +- .github/workflows/snyk-infrastructure.yml | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 138445b..de90265 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -39,7 +39,7 @@ jobs: - name: Initialize CodeQL # Pinned SHA (v3 equivalent) - uses: github/codeql-action/init@7434149006143a4d75b82a2f411ef15b03ccc2d7 + uses: github/codeql-action/init@b13d724d35ff0a814e21683638ed68ed34cf53d1 with: languages: ${{ matrix.language }} build-mode: ${{ matrix.build-mode }} @@ -47,6 +47,6 @@ jobs: queries: security-extended,security-and-quality - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@7434149006143a4d75b82a2f411ef15b03ccc2d7 + uses: github/codeql-action/analyze@b13d724d35ff0a814e21683638ed68ed34cf53d1 with: category: "/language:${{matrix.language}}" diff --git a/.github/workflows/devskim.yml b/.github/workflows/devskim.yml index f685fde..0ed30a6 100644 --- a/.github/workflows/devskim.yml +++ b/.github/workflows/devskim.yml @@ -34,6 +34,6 @@ jobs: - name: Upload DevSkim scan results to GitHub Security tab if: always() - uses: github/codeql-action/upload-sarif@7434149006143a4d75b82a2f411ef15b03ccc2d7 + uses: github/codeql-action/upload-sarif@b13d724d35ff0a814e21683638ed68ed34cf53d1 with: sarif_file: devskim-results.sarif diff --git a/.github/workflows/njsscan.yml b/.github/workflows/njsscan.yml index 0ec991c..ae3ffe9 100644 --- a/.github/workflows/njsscan.yml +++ b/.github/workflows/njsscan.yml @@ -32,6 +32,6 @@ jobs: with: args: '. --sarif --output results.sarif || true' - name: Upload njsscan report - uses: github/codeql-action/upload-sarif@7434149006143a4d75b82a2f411ef15b03ccc2d7 + uses: github/codeql-action/upload-sarif@b13d724d35ff0a814e21683638ed68ed34cf53d1 with: sarif_file: results.sarif diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml index 649f2ef..f8ab281 100644 --- a/.github/workflows/scorecard.yml +++ b/.github/workflows/scorecard.yml @@ -41,6 +41,6 @@ jobs: retention-days: 5 - name: "Upload to code-scanning" - uses: github/codeql-action/upload-sarif@7434149006143a4d75b82a2f411ef15b03ccc2d7 + uses: github/codeql-action/upload-sarif@b13d724d35ff0a814e21683638ed68ed34cf53d1 with: sarif_file: results.sarif diff --git a/.github/workflows/snyk-infrastructure.yml b/.github/workflows/snyk-infrastructure.yml index 0d67901..46815c4 100644 --- a/.github/workflows/snyk-infrastructure.yml +++ b/.github/workflows/snyk-infrastructure.yml @@ -41,7 +41,7 @@ jobs: args: --sarif-file-output=snyk-results.sarif - name: Upload result to GitHub Code Scanning - uses: github/codeql-action/upload-sarif@7434149006143a4d75b82a2f411ef15b03ccc2d7 + uses: github/codeql-action/upload-sarif@b13d724d35ff0a814e21683638ed68ed34cf53d1 if: always() with: sarif_file: snyk-results.sarif