From 0fc861dd1ccd8887b6e2251fad0160e52654fc3c Mon Sep 17 00:00:00 2001 From: Steven Silvester Date: Sun, 2 Jun 2024 19:02:27 -0500 Subject: [PATCH] use master branch --- .github/workflows/release-python.yml | 2 ++ 1 file changed, 2 insertions(+) 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