Skip to content

Commit 9baba68

Browse files
authored
Merge pull request #846 from Azure/dependabot/github_actions/github/codeql-action-4
Bump github/codeql-action from 3 to 4
2 parents a7f5ece + 3c8010c commit 9baba68

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/devskim.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@ jobs:
3232
uses: microsoft/DevSkim-Action@v1
3333

3434
- name: Upload DevSkim scan results to GitHub Security tab
35-
uses: github/codeql-action/upload-sarif@v3
35+
uses: github/codeql-action/upload-sarif@v4
3636
with:
3737
sarif_file: devskim-results.sarif

.github/workflows/powershell.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,6 @@ jobs:
4343

4444
# Upload the SARIF file generated in the previous step
4545
- name: Upload SARIF results file
46-
uses: github/codeql-action/upload-sarif@v3
46+
uses: github/codeql-action/upload-sarif@v4
4747
with:
4848
sarif_file: results.sarif

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,6 @@ jobs:
6868
# Upload the results to GitHub's code scanning dashboard (optional).
6969
# Commenting out will disable upload of results to your repo's Code Scanning dashboard
7070
- name: "Upload to code-scanning"
71-
uses: github/codeql-action/upload-sarif@v3
71+
uses: github/codeql-action/upload-sarif@v4
7272
with:
7373
sarif_file: results.sarif

.github/workflows/tfsec.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
sarif_file: tfsec.sarif
3636

3737
- name: Upload SARIF file
38-
uses: github/codeql-action/upload-sarif@v3
38+
uses: github/codeql-action/upload-sarif@v4
3939
with:
4040
# Path to SARIF file relative to the root of the repository
4141
sarif_file: tfsec.sarif

0 commit comments

Comments
 (0)