Skip to content

Commit 0211155

Browse files
dependabot[bot]sgammon
authored andcommitted
chore(deps): bump github/codeql-action from 3.22.11 to 3.22.12
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.22.11 to 3.22.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@b374143...012739e) --- 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>
1 parent 60feda0 commit 0211155

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@b374143c1149a9115d881581d29b8390bbcbb59c # v2
62+
uses: github/codeql-action/init@012739e5082ff0c22ca6d6ab32e07c36df03c4a4 # 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@b374143c1149a9115d881581d29b8390bbcbb59c # v2
81+
uses: github/codeql-action/analyze@012739e5082ff0c22ca6d6ab32e07c36df03c4a4 # 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@b374143c1149a9115d881581d29b8390bbcbb59c # v2
65+
uses: github/codeql-action/upload-sarif@012739e5082ff0c22ca6d6ab32e07c36df03c4a4 # 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@b374143c1149a9115d881581d29b8390bbcbb59c # v3.22.11
43+
uses: github/codeql-action/upload-sarif@012739e5082ff0c22ca6d6ab32e07c36df03c4a4 # v3.22.12
4444
with:
4545
sarif_file: results.sarif

0 commit comments

Comments
 (0)