Skip to content

Commit

Permalink
Bump github/codeql-action from 2.13.4 to 3.25.5 (#499)
Browse files Browse the repository at this point in the history
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.13.4 to 3.25.5.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@cdcdbb5...b7cec75)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored May 18, 2024
1 parent 177dfcd commit df6ccd4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ jobs:
- name: "Checkout"
uses: "actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29"
- name: "Initialize CodeQL"
uses: "github/codeql-action/init@cdcdbb579706841c47f7063dda365e292e5cad7a"
uses: "github/codeql-action/init@b7cec7526559c32f1616476ff32d17ba4c59b2d6"
with:
languages: "${{ matrix.language }}"
- name: "Autobuild"
uses: "github/codeql-action/autobuild@cdcdbb579706841c47f7063dda365e292e5cad7a"
uses: "github/codeql-action/autobuild@b7cec7526559c32f1616476ff32d17ba4c59b2d6"
- name: "Perform CodeQL Analysis"
uses: "github/codeql-action/analyze@cdcdbb579706841c47f7063dda365e292e5cad7a"
uses: "github/codeql-action/analyze@b7cec7526559c32f1616476ff32d17ba4c59b2d6"
2 changes: 1 addition & 1 deletion .github/workflows/scorecard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ jobs:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
publish_results: false
- name: "Upload SARIF file"
uses: "github/codeql-action/upload-sarif@cdcdbb579706841c47f7063dda365e292e5cad7a"
uses: "github/codeql-action/upload-sarif@b7cec7526559c32f1616476ff32d17ba4c59b2d6"
with:
sarif_file: "./results.sarif"

0 comments on commit df6ccd4

Please sign in to comment.