We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afe425b commit df92ca1Copy full SHA for df92ca1
.github/workflows/release.yml
@@ -166,7 +166,7 @@ jobs:
166
- name: "Generate SARIF report from code scanning alerts"
167
uses: mongodb-labs/drivers-github-tools/code-scanning-export@v2
168
with:
169
- ref: ${{ inputs.version }}
+ ref: refs/tags/${{ inputs.version }}
170
output-file: ${{ env.S3_ASSETS }}/code-scanning-alerts.json
171
172
- name: "Generate compliance report"
.github/workflows/static-analysis.yml
@@ -47,3 +47,4 @@ jobs:
47
uses: "github/codeql-action/upload-sarif@v3"
48
49
sarif_file: psalm.sarif
50
+ ref: ${{ github.event_name == 'workflow_dispatch' && inputs.ref || github.ref }}
0 commit comments