Skip to content

Commit

Permalink
Bump github/codeql-action in the github-actions-all group (#577)
Browse files Browse the repository at this point in the history
Bumps the github-actions-all group with 1 update: [github/codeql-action](https://github.com/github/codeql-action).


Updates `github/codeql-action` from 3.27.5 to 3.27.9
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@f09c1c0...df409f7)

---
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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 14, 2024
1 parent dc729a2 commit 5861951
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 @@ -29,10 +29,10 @@ jobs:
- name: "Checkout"
uses: "actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683"
- name: "Initialize CodeQL"
uses: "github/codeql-action/init@f09c1c0a94de965c15400f5634aa42fac8fb8f88"
uses: "github/codeql-action/init@df409f7d9260372bd5f19e5b04e83cb3c43714ae"
with:
languages: "${{ matrix.language }}"
- name: "Autobuild"
uses: "github/codeql-action/autobuild@f09c1c0a94de965c15400f5634aa42fac8fb8f88"
uses: "github/codeql-action/autobuild@df409f7d9260372bd5f19e5b04e83cb3c43714ae"
- name: "Perform CodeQL Analysis"
uses: "github/codeql-action/analyze@f09c1c0a94de965c15400f5634aa42fac8fb8f88"
uses: "github/codeql-action/analyze@df409f7d9260372bd5f19e5b04e83cb3c43714ae"
2 changes: 1 addition & 1 deletion .github/workflows/scorecard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ jobs:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
publish_results: false
- name: "Upload SARIF file"
uses: "github/codeql-action/upload-sarif@f09c1c0a94de965c15400f5634aa42fac8fb8f88"
uses: "github/codeql-action/upload-sarif@df409f7d9260372bd5f19e5b04e83cb3c43714ae"
with:
sarif_file: "./results.sarif"

0 comments on commit 5861951

Please sign in to comment.