From 99c1d73dcb125a1eb4ac65ba193e8337ed62477f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 02:24:13 +0000 Subject: [PATCH] chore(deps): bump github/codeql-action from 4.31.2 to 4.31.8 Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4.31.2 to 4.31.8. - [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/0499de31b99561a6d14a36a5f662c2a54f91beee...1b168cd39490f61582a9beae412bb7057a6b2c4e) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 4.31.8 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/codeql.yml | 6 +++--- .github/workflows/scorecard.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 054fcbf..ee429bf 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -16,10 +16,10 @@ jobs: security-events: write steps: - uses: actions/checkout@v6.0.0 - - uses: github/codeql-action/init@0499de31b99561a6d14a36a5f662c2a54f91beee + - uses: github/codeql-action/init@1b168cd39490f61582a9beae412bb7057a6b2c4e with: languages: javascript - - uses: github/codeql-action/autobuild@0499de31b99561a6d14a36a5f662c2a54f91beee - - uses: github/codeql-action/analyze@0499de31b99561a6d14a36a5f662c2a54f91beee + - uses: github/codeql-action/autobuild@1b168cd39490f61582a9beae412bb7057a6b2c4e + - uses: github/codeql-action/analyze@1b168cd39490f61582a9beae412bb7057a6b2c4e with: category: "/language:javascript" diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml index 528f2bf..71facd7 100644 --- a/.github/workflows/scorecard.yml +++ b/.github/workflows/scorecard.yml @@ -37,6 +37,6 @@ jobs: path: results.sarif retention-days: 5 - name: Upload to code-scanning - uses: github/codeql-action/upload-sarif@0499de31b99561a6d14a36a5f662c2a54f91beee + uses: github/codeql-action/upload-sarif@1b168cd39490f61582a9beae412bb7057a6b2c4e with: sarif_file: results.sarif