Skip to content

Commit

Permalink
Bump github/codeql-action from 3.25.11 to 3.25.12 (#462)
Browse files Browse the repository at this point in the history
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.25.11 to 3.25.12.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@b611370...4fa2a79)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jul 16, 2024
1 parent 2589a16 commit 48103b0
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@692973e3d937129bcbf40652eb9f2f61becf3332"
- name: "Initialize CodeQL"
uses: "github/codeql-action/init@b611370bb5703a7efb587f9d136a52ea24c5c38c"
uses: "github/codeql-action/init@4fa2a7953630fd2f3fb380f21be14ede0169dd4f"
with:
languages: "${{ matrix.language }}"
- name: "Autobuild"
uses: "github/codeql-action/autobuild@b611370bb5703a7efb587f9d136a52ea24c5c38c"
uses: "github/codeql-action/autobuild@4fa2a7953630fd2f3fb380f21be14ede0169dd4f"
- name: "Perform CodeQL Analysis"
uses: "github/codeql-action/analyze@b611370bb5703a7efb587f9d136a52ea24c5c38c"
uses: "github/codeql-action/analyze@4fa2a7953630fd2f3fb380f21be14ede0169dd4f"
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@b611370bb5703a7efb587f9d136a52ea24c5c38c"
uses: "github/codeql-action/upload-sarif@4fa2a7953630fd2f3fb380f21be14ede0169dd4f"
with:
sarif_file: "./results.sarif"

0 comments on commit 48103b0

Please sign in to comment.