Skip to content

Commit 22db2cd

Browse files
committed
Update deprecated github actions
1 parent fa40118 commit 22db2cd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
${{ github.workspace }}/build/reports/detekt/detekt.html
4949
5050
- name: Upload static analysis results
51-
uses: github/codeql-action/upload-sarif@v2
51+
uses: github/codeql-action/upload-sarif@v3
5252
if: always()
5353
with:
5454
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
@@ -37,7 +37,7 @@ jobs:
3737
GRGIT_PASS: ${{ secrets.GRGIT_PASS }}
3838

3939
- name: Upload static analysis results
40-
uses: github/codeql-action/upload-sarif@v2
40+
uses: github/codeql-action/upload-sarif@v3
4141
if: always()
4242
with:
4343
sarif_file: ${{ github.workspace }}/build/reports/detekt/detekt.sarif

0 commit comments

Comments
 (0)