Skip to content

Commit

Permalink
use github ref for static scan
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 committed Jun 25, 2024
1 parent f1428d3 commit 7f304f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 7f304f9

Please sign in to comment.