Skip to content

Commit 08b6b1d

Browse files
committed
Use codeql-action/upload-sarif@main in CSV coverage metrics workflow
1 parent 080271f commit 08b6b1d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/csv-coverage-metrics.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
path: metrics-java.sarif
3939
retention-days: 20
4040
- name: Upload SARIF file
41-
uses: github/codeql-action/upload-sarif@v1
41+
uses: github/codeql-action/upload-sarif@main
4242
with:
4343
sarif_file: metrics-java.sarif
4444

@@ -65,6 +65,6 @@ jobs:
6565
path: metrics-csharp.sarif
6666
retention-days: 20
6767
- name: Upload SARIF file
68-
uses: github/codeql-action/upload-sarif@v1
68+
uses: github/codeql-action/upload-sarif@main
6969
with:
7070
sarif_file: metrics-csharp.sarif

0 commit comments

Comments
 (0)