Skip to content

Commit

Permalink
chore(deps): bump github/codeql-action from 3.23.2 to 3.24.8
Browse files Browse the repository at this point in the history
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.23.2 to 3.24.8.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@b7bf0a3...05963f4)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and sgammon committed Mar 20, 2024
1 parent 91ae752 commit 766f0e8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/module.codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
distribution: "adopt-hotspot"
java-version: "19"
- name: "Setup: Initialize CodeQL"
uses: github/codeql-action/init@b7bf0a3ed3ecfa44160715d7c442788f65f0f923 # v2
uses: github/codeql-action/init@05963f47d870e2cb19a537396c1f668a348c7d8f # v2
with:
languages: java
- name: "Build: Plugin"
Expand All @@ -78,7 +78,7 @@ jobs:
-x test
-x check
- name: "Analsis: CodeQL"
uses: github/codeql-action/analyze@b7bf0a3ed3ecfa44160715d7c442788f65f0f923 # v2
uses: github/codeql-action/analyze@05963f47d870e2cb19a537396c1f668a348c7d8f # v2
continue-on-error: true
with:
category: "/language:java"
2 changes: 1 addition & 1 deletion .github/workflows/module.detekt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
${{ github.workspace }}/detekt.sarif.json
)" > ${{ github.workspace }}/detekt.sarif.json
- name: "Report: SARIF Upload"
uses: github/codeql-action/upload-sarif@b7bf0a3ed3ecfa44160715d7c442788f65f0f923 # v2
uses: github/codeql-action/upload-sarif@05963f47d870e2cb19a537396c1f668a348c7d8f # v2
continue-on-error: true
with:
sarif_file: ${{ github.workspace }}/detekt.sarif.json
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scorecard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ jobs:
path: results.sarif
retention-days: 5
- name: "Publish: Code Scanning"
uses: github/codeql-action/upload-sarif@b7bf0a3ed3ecfa44160715d7c442788f65f0f923 # v3.23.2
uses: github/codeql-action/upload-sarif@05963f47d870e2cb19a537396c1f668a348c7d8f # v3.24.8
with:
sarif_file: results.sarif

0 comments on commit 766f0e8

Please sign in to comment.