From ed38257a6c3255f3e171dd0fe759b849615a5680 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 15:06:18 +0000 Subject: [PATCH] chore(deps): bump github/codeql-action from 3 to 4 Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3 to 4. - [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/v3...v4) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/codacy.yml | 2 +- .github/workflows/codeql.yml | 4 ++-- .github/workflows/ethicalcheck.yml | 2 +- .github/workflows/ossf-scorecard.yml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/codacy.yml b/.github/workflows/codacy.yml index 93554783..c57c5842 100644 --- a/.github/workflows/codacy.yml +++ b/.github/workflows/codacy.yml @@ -64,7 +64,7 @@ jobs: - name: Upload SARIF results file if: env.CODACY_PROJECT_TOKEN != '' && hashFiles('results.sarif') != '' - uses: github/codeql-action/upload-sarif@v3 + uses: github/codeql-action/upload-sarif@v4 with: sarif_file: results.sarif diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index eac9c29a..6862cd99 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -37,8 +37,8 @@ jobs: for path, err in bad: print(f" - {path}: {err}") sys.exit(1) PY - - uses: github/codeql-action/init@v3 + - uses: github/codeql-action/init@v4 with: languages: python tools: latest - - uses: github/codeql-action/analyze@v3 + - uses: github/codeql-action/analyze@v4 diff --git a/.github/workflows/ethicalcheck.yml b/.github/workflows/ethicalcheck.yml index 3b91d867..4de28d7a 100644 --- a/.github/workflows/ethicalcheck.yml +++ b/.github/workflows/ethicalcheck.yml @@ -111,7 +111,7 @@ jobs: - name: Upload SARIF file to repository if: hashFiles('ethicalcheck-results.sarif') != '' - uses: github/codeql-action/upload-sarif@v3 + uses: github/codeql-action/upload-sarif@v4 continue-on-error: true with: sarif_file: ./ethicalcheck-results.sarif diff --git a/.github/workflows/ossf-scorecard.yml b/.github/workflows/ossf-scorecard.yml index c49340cc..627ad843 100644 --- a/.github/workflows/ossf-scorecard.yml +++ b/.github/workflows/ossf-scorecard.yml @@ -30,6 +30,6 @@ jobs: results_format: sarif publish_results: true - name: Upload to code scanning - uses: github/codeql-action/upload-sarif@v3 + uses: github/codeql-action/upload-sarif@v4 with: sarif_file: results.sarif