We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 080271f commit 08b6b1dCopy full SHA for 08b6b1d
.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