Skip to content

Commit 29ece20

Browse files
authored
Merge pull request #358 from OADA/dependabot/github_actions/github/codeql-action-4
2 parents 4a87c5f + e0a3c8e commit 29ece20

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-and-push-services.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ jobs:
345345
githubToken: ${{ secrets.GITHUB_TOKEN }}
346346

347347
- name: Upload SARIF file to GitHub Code Scanning
348-
uses: github/codeql-action/upload-sarif@v3
348+
uses: github/codeql-action/upload-sarif@v4
349349
with:
350350
sarif_file: ./securecodewarrior.sarif
351351
#sarif_file: ./snyk.sarif

.github/workflows/semgrep-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
if: always()
5959

6060
- name: Upload SARIF file for GitHub Advanced Security Dashboard
61-
uses: github/codeql-action/upload-sarif@v3
61+
uses: github/codeql-action/upload-sarif@v4
6262
with:
6363
sarif_file: ./securecodewarrior.sarif
6464
if: always()

0 commit comments

Comments
 (0)