Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 614a765 + 08b6b1d commit 811a2c0Copy full SHA for 811a2c0
1 file changed
.github/workflows/csv-coverage-metrics.yml
@@ -38,7 +38,7 @@ jobs:
38
path: metrics-java.sarif
39
retention-days: 20
40
- name: Upload SARIF file
41
- uses: github/codeql-action/upload-sarif@v1
+ uses: github/codeql-action/upload-sarif@main
42
with:
43
sarif_file: metrics-java.sarif
44
@@ -65,6 +65,6 @@ jobs:
65
path: metrics-csharp.sarif
66
67
68
69
70
sarif_file: metrics-csharp.sarif
0 commit comments