From 2b0e4b68e13c1ae9f1e9922c3e1e0c2e8c1a2d2c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Dec 2024 21:42:32 +0000 Subject: [PATCH] build(deps): bump github/codeql-action from 2.13.4 to 3.27.7 Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.13.4 to 3.27.7. - [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/cdcdbb579706841c47f7063dda365e292e5cad7a...babb554ede22fd5605947329c4d04d8e7a0b8155) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/python-ci.yml | 6 +++--- .github/workflows/scorecards.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/python-ci.yml b/.github/workflows/python-ci.yml index 0a5266f..cb69f6a 100644 --- a/.github/workflows/python-ci.yml +++ b/.github/workflows/python-ci.yml @@ -99,12 +99,12 @@ jobs: uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 - name: Initialize CodeQL - uses: github/codeql-action/init@cdcdbb579706841c47f7063dda365e292e5cad7a + uses: github/codeql-action/init@babb554ede22fd5605947329c4d04d8e7a0b8155 with: languages: ${{ matrix.language }} - name: Build automatically - uses: github/codeql-action/autobuild@cdcdbb579706841c47f7063dda365e292e5cad7a + uses: github/codeql-action/autobuild@babb554ede22fd5605947329c4d04d8e7a0b8155 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@cdcdbb579706841c47f7063dda365e292e5cad7a + uses: github/codeql-action/analyze@babb554ede22fd5605947329c4d04d8e7a0b8155 diff --git a/.github/workflows/scorecards.yml b/.github/workflows/scorecards.yml index 8535a4f..5fe36e9 100644 --- a/.github/workflows/scorecards.yml +++ b/.github/workflows/scorecards.yml @@ -48,6 +48,6 @@ jobs: path: results.sarif - name: Publish Scorecard report to GitHub Security - uses: github/codeql-action/upload-sarif@cdcdbb579706841c47f7063dda365e292e5cad7a + uses: github/codeql-action/upload-sarif@babb554ede22fd5605947329c4d04d8e7a0b8155 with: sarif_file: results.sarif