Skip to content

Commit faadfc5

Browse files
Update github/codeql-action digest to 16140ae
1 parent 2c9fdd3 commit faadfc5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
go-version-file: go.mod
4242

4343
- name: Initialize CodeQL
44-
uses: github/codeql-action/init@e296a935590eb16afc0c0108289f68c87e2a89a5 # v4
44+
uses: github/codeql-action/init@16140ae1a102900babc80a33c44059580f687047 # v4
4545
with:
4646
languages: go
4747

@@ -60,7 +60,7 @@ jobs:
6060
run: go build .
6161

6262
- name: Perform CodeQL Analysis
63-
uses: github/codeql-action/analyze@e296a935590eb16afc0c0108289f68c87e2a89a5 # v4
63+
uses: github/codeql-action/analyze@16140ae1a102900babc80a33c44059580f687047 # v4
6464

6565
- name: Upload Binary
6666
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4

.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@e296a935590eb16afc0c0108289f68c87e2a89a5 # v4
61+
uses: github/codeql-action/upload-sarif@16140ae1a102900babc80a33c44059580f687047 # v4
6262
with:
6363
sarif_file: results.sarif

0 commit comments

Comments
 (0)