From 7f304f97fa96116fd85796cfbf784c9c2b8837fc Mon Sep 17 00:00:00 2001 From: Steven Silvester Date: Tue, 25 Jun 2024 14:25:38 -0500 Subject: [PATCH] use github ref for static scan --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b003613255..fdfed67c8c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -56,7 +56,7 @@ jobs: security-events: write uses: ./.github/workflows/codeql.yml with: - ref: ${{ inputs.version }} + ref: ${{ github.ref }} publish: needs: [pre-publish, static-scan]