Skip to content

Commit dd907da

Browse files
authored
Merge pull request #131 from hazcod/dependabot/github_actions/github/codeql-action-4
chore(cicd): bump github/codeql-action from 3 to 4
2 parents c43fe6f + 39e7466 commit dd907da

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/security.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ jobs:
2121
uses: actions/checkout@v4
2222
-
2323
name: Initialize CodeQL
24-
uses: github/codeql-action/init@v3
24+
uses: github/codeql-action/init@v4
2525
with:
2626
languages: go
2727
-
2828
name: Perform CodeQL Analysis
29-
uses: github/codeql-action/analyze@v3
29+
uses: github/codeql-action/analyze@v4
3030

3131
govulncheck:
3232

@@ -76,6 +76,6 @@ jobs:
7676
-
7777
name: Upload Trivy scan results to GitHub Security tab
7878
if: always()
79-
uses: github/codeql-action/upload-sarif@v3
79+
uses: github/codeql-action/upload-sarif@v4
8080
with:
8181
sarif_file: 'trivy-results.sarif'

0 commit comments

Comments
 (0)