Skip to content

Commit 7390907

Browse files
chore: update github/codeql-action action to v3.29.1 (#61)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3934645 commit 7390907

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.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@ce28f5bb42b7a9f2c824e633a3f6ee835bab6858 # v3.29.0
32+
uses: github/codeql-action/upload-sarif@39edc492dbe16b1465b0cafca41432d857bdb31a # v3.29.1
3333
with:
3434
sarif_file: 'trivy-results.sarif'
3535

@@ -46,12 +46,12 @@ jobs:
4646
with:
4747
go-version: 1.22.5
4848
- name: Initialize CodeQL
49-
uses: github/codeql-action/init@ce28f5bb42b7a9f2c824e633a3f6ee835bab6858 # v3.29.0
49+
uses: github/codeql-action/init@39edc492dbe16b1465b0cafca41432d857bdb31a # v3.29.1
5050
with:
5151
languages: go
5252
queries: security-and-quality
5353
- name: Perform CodeQL Analysis
54-
uses: github/codeql-action/analyze@ce28f5bb42b7a9f2c824e633a3f6ee835bab6858 # v3.29.0
54+
uses: github/codeql-action/analyze@39edc492dbe16b1465b0cafca41432d857bdb31a # v3.29.1
5555
with:
5656
category: "/language:go"
5757

0 commit comments

Comments
 (0)