From 1ae351c6086baf86c89c81d075c2fbbda1cb7630 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 12:15:00 +0000 Subject: [PATCH] Bump github/codeql-action in the github-actions-all group Bumps the github-actions-all group with 1 update: [github/codeql-action](https://github.com/github/codeql-action). Updates `github/codeql-action` from 3.26.9 to 3.26.10 - [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/461ef6c76dfe95d5c364de2f431ddbd31a417628...e2b3eafc8d227b0241d48be5f425d47c2d750a13) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions-all ... 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 80b729e..949600b 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -29,10 +29,10 @@ jobs: - name: "Checkout" uses: "actions/checkout@d632683dd7b4114ad314bca15554477dd762a938" - name: "Initialize CodeQL" - uses: "github/codeql-action/init@461ef6c76dfe95d5c364de2f431ddbd31a417628" + uses: "github/codeql-action/init@e2b3eafc8d227b0241d48be5f425d47c2d750a13" with: languages: "${{ matrix.language }}" - name: "Autobuild" - uses: "github/codeql-action/autobuild@461ef6c76dfe95d5c364de2f431ddbd31a417628" + uses: "github/codeql-action/autobuild@e2b3eafc8d227b0241d48be5f425d47c2d750a13" - name: "Perform CodeQL Analysis" - uses: "github/codeql-action/analyze@461ef6c76dfe95d5c364de2f431ddbd31a417628" + uses: "github/codeql-action/analyze@e2b3eafc8d227b0241d48be5f425d47c2d750a13" diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml index d94ad1f..dded793 100644 --- a/.github/workflows/scorecard.yml +++ b/.github/workflows/scorecard.yml @@ -29,6 +29,6 @@ jobs: repo_token: "${{ secrets.GITHUB_TOKEN }}" publish_results: false - name: "Upload SARIF file" - uses: "github/codeql-action/upload-sarif@461ef6c76dfe95d5c364de2f431ddbd31a417628" + uses: "github/codeql-action/upload-sarif@e2b3eafc8d227b0241d48be5f425d47c2d750a13" with: sarif_file: "./results.sarif"