Skip to content

Commit 766f0e8

Browse files
dependabot[bot]sgammon
authored andcommitted
chore(deps): bump github/codeql-action from 3.23.2 to 3.24.8
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] <[email protected]>
1 parent 91ae752 commit 766f0e8

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/module.codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
distribution: "adopt-hotspot"
6060
java-version: "19"
6161
- name: "Setup: Initialize CodeQL"
62-
uses: github/codeql-action/init@b7bf0a3ed3ecfa44160715d7c442788f65f0f923 # v2
62+
uses: github/codeql-action/init@05963f47d870e2cb19a537396c1f668a348c7d8f # v2
6363
with:
6464
languages: java
6565
- name: "Build: Plugin"
@@ -78,7 +78,7 @@ jobs:
7878
-x test
7979
-x check
8080
- name: "Analsis: CodeQL"
81-
uses: github/codeql-action/analyze@b7bf0a3ed3ecfa44160715d7c442788f65f0f923 # v2
81+
uses: github/codeql-action/analyze@05963f47d870e2cb19a537396c1f668a348c7d8f # v2
8282
continue-on-error: true
8383
with:
8484
category: "/language:java"

.github/workflows/module.detekt.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
${{ github.workspace }}/detekt.sarif.json
6363
)" > ${{ github.workspace }}/detekt.sarif.json
6464
- name: "Report: SARIF Upload"
65-
uses: github/codeql-action/upload-sarif@b7bf0a3ed3ecfa44160715d7c442788f65f0f923 # v2
65+
uses: github/codeql-action/upload-sarif@05963f47d870e2cb19a537396c1f668a348c7d8f # v2
6666
continue-on-error: true
6767
with:
6868
sarif_file: ${{ github.workspace }}/detekt.sarif.json

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,6 @@ jobs:
4040
path: results.sarif
4141
retention-days: 5
4242
- name: "Publish: Code Scanning"
43-
uses: github/codeql-action/upload-sarif@b7bf0a3ed3ecfa44160715d7c442788f65f0f923 # v3.23.2
43+
uses: github/codeql-action/upload-sarif@05963f47d870e2cb19a537396c1f668a348c7d8f # v3.24.8
4444
with:
4545
sarif_file: results.sarif

0 commit comments

Comments
 (0)