diff --git a/.github/workflows/release-python.yml b/.github/workflows/release-python.yml index cff95ccb2..cc5404c5c 100644 --- a/.github/workflows/release-python.yml +++ b/.github/workflows/release-python.yml @@ -31,6 +31,8 @@ jobs: - uses: actions/checkout@v4 - name: "Export SARIF file from code scanning alerts" uses: "alcaeus/drivers-github-tools/code-scanning-export@export-code-scanning-report" + with: + ref: master - name: "Attach generated SARIF file to build artifacts" uses: actions/upload-artifact@v4