Skip to content

Commit 244d1f6

Browse files
Update github/codeql-action digest to e12f017
1 parent 853b939 commit 244d1f6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
key: maven-${{ hashFiles('pom.xml') }}
3939

4040
- name: Initialize CodeQL
41-
uses: github/codeql-action/init@16140ae1a102900babc80a33c44059580f687047 # v4
41+
uses: github/codeql-action/init@e12f0178983d466f2f6028f5cc7a6d786fd97f4b # v4
4242
with:
4343
languages: java
4444
queries: security-and-quality
@@ -47,7 +47,7 @@ jobs:
4747
run: mvn -B verify
4848

4949
- name: Perform CodeQL Analysis
50-
uses: github/codeql-action/analyze@16140ae1a102900babc80a33c44059580f687047 # v4
50+
uses: github/codeql-action/analyze@e12f0178983d466f2f6028f5cc7a6d786fd97f4b # v4
5151

5252
deploy:
5353
runs-on: ubuntu-24.04

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,6 @@ jobs:
5858
# Upload the results to GitHub's code scanning dashboard (optional).
5959
# Commenting out will disable upload of results to your repo's Code Scanning dashboard
6060
- name: "Upload to code-scanning"
61-
uses: github/codeql-action/upload-sarif@16140ae1a102900babc80a33c44059580f687047 # v4
61+
uses: github/codeql-action/upload-sarif@e12f0178983d466f2f6028f5cc7a6d786fd97f4b # v4
6262
with:
6363
sarif_file: results.sarif

0 commit comments

Comments
 (0)