Skip to content

Commit

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

---
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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jun 14, 2024
1 parent a92c71c commit 212aae9
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@05963f47d870e2cb19a537396c1f668a348c7d8f # v2
uses: github/codeql-action/init@23acc5c183826b7a8a97bce3cecc52db901f8251 # 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@05963f47d870e2cb19a537396c1f668a348c7d8f # v2
uses: github/codeql-action/analyze@23acc5c183826b7a8a97bce3cecc52db901f8251 # 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@05963f47d870e2cb19a537396c1f668a348c7d8f # v2
uses: github/codeql-action/upload-sarif@23acc5c183826b7a8a97bce3cecc52db901f8251 # 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@05963f47d870e2cb19a537396c1f668a348c7d8f # v3.24.8
uses: github/codeql-action/upload-sarif@23acc5c183826b7a8a97bce3cecc52db901f8251 # v3.25.10
with:
sarif_file: results.sarif

0 comments on commit 212aae9

Please sign in to comment.