Skip to content

Commit b51f8b4

Browse files
authored
Merge pull request #46 from github/codeql-action-v2
Use v2 of github/codeql-action/upload-sarif
2 parents c757d32 + 52b100c commit b51f8b4

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/on-push-verification.yml

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

3434
# Upload results to the Security tab
3535
- name: Upload results to Security tab
36-
uses: github/codeql-action/upload-sarif@v1
36+
uses: github/codeql-action/upload-sarif@v2
3737
with:
3838
sarif_file: ${{ steps.ossar.outputs.sarifFile }}

.github/workflows/sample-workflow-ubuntu-latest.yml

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

3939
# Upload results to the Security tab
4040
- name: Upload results to Security tab
41-
uses: github/codeql-action/upload-sarif@v1
41+
uses: github/codeql-action/upload-sarif@v2
4242
with:
4343
sarif_file: ${{ steps.ossar.outputs.sarifFile }}

.github/workflows/sample-workflow-windows-latest.yml

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

3939
# Upload results to the Security tab
4040
- name: Upload results to Security tab
41-
uses: github/codeql-action/upload-sarif@v1
41+
uses: github/codeql-action/upload-sarif@v2
4242
with:
4343
sarif_file: ${{ steps.ossar.outputs.sarifFile }}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ steps:
4848
uses: github/ossar-action@v1
4949
id: ossar
5050
- name: Upload results to Security tab
51-
uses: github/codeql-action/upload-sarif@v1
51+
uses: github/codeql-action/upload-sarif@v2
5252
with:
5353
sarif_file: ${{ steps.ossar.outputs.sarifFile }}
5454
```

0 commit comments

Comments
 (0)