Skip to content

Commit

Permalink
use different github workspace notation
Browse files Browse the repository at this point in the history
  • Loading branch information
zpavlinovic committed Apr 22, 2024
1 parent a11d8e9 commit 50d4796
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/govulncheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ jobs:
- uses: github/codeql-action/upload-sarif@v3
with:
sarif_file: out.sarif
checkout_path: ${GITHUB_WORKSPACE}/vuln
checkout_path: ${{ github_workspace }}/vuln

0 comments on commit 50d4796

Please sign in to comment.