Skip to content

Commit 25a570c

Browse files
chore: update github/codeql-action action to v4.32.6
1 parent 921cc40 commit 25a570c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/security.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
severity: 'CRITICAL,HIGH'
3030
skip-dirs: 'docs/content/docs,docs/build'
3131
- name: Upload Trivy scan results to GitHub Security tab
32-
uses: github/codeql-action/upload-sarif@c793b717bc78562f491db7b0e93a3a178b099162 # v4.32.5
32+
uses: github/codeql-action/upload-sarif@0d579ffd059c29b07949a3cce3983f0780820c98 # v4.32.6
3333
with:
3434
sarif_file: 'trivy-results.sarif'
3535

@@ -46,12 +46,12 @@ jobs:
4646
with:
4747
go-version: 1.25.0
4848
- name: Initialize CodeQL
49-
uses: github/codeql-action/init@c793b717bc78562f491db7b0e93a3a178b099162 # v4.32.5
49+
uses: github/codeql-action/init@0d579ffd059c29b07949a3cce3983f0780820c98 # v4.32.6
5050
with:
5151
languages: go
5252
queries: security-and-quality
5353
- name: Perform CodeQL Analysis
54-
uses: github/codeql-action/analyze@c793b717bc78562f491db7b0e93a3a178b099162 # v4.32.5
54+
uses: github/codeql-action/analyze@0d579ffd059c29b07949a3cce3983f0780820c98 # v4.32.6
5555
with:
5656
category: "/language:go"
5757

0 commit comments

Comments
 (0)