Skip to content

Commit f4792e1

Browse files
committed
Update github/codeql-action/upload-sarif GitHub Action from version 1 to 2
1 parent a4745bd commit f4792e1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
${{ github.workspace }}/build/reports/detekt/detekt.html
5454
5555
- name: Upload static analysis results
56-
uses: github/codeql-action/upload-sarif@v1
56+
uses: github/codeql-action/upload-sarif@v2
5757
if: always()
5858
with:
5959
sarif_file: ${{ github.workspace }}/build/reports/detekt/detekt.sarif

.github/workflows/push-to-master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
GRGIT_PASS: ${{ secrets.GRGIT_PASS }}
4545

4646
- name: Upload static analysis results
47-
uses: github/codeql-action/upload-sarif@v1
47+
uses: github/codeql-action/upload-sarif@v2
4848
if: always()
4949
with:
5050
sarif_file: ${{ github.workspace }}/build/reports/detekt/detekt.sarif

0 commit comments

Comments
 (0)