We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58ce629 commit a6bd89bCopy full SHA for a6bd89b
.github/workflows/vulncheck.yml
@@ -25,7 +25,7 @@ jobs:
25
security-events: write # for reporting vulnerabilities via code-scanning API
26
steps:
27
- name: Checkout Repository
28
- uses: actions/checkout@checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
+ uses: actions/@checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
29
with:
30
fetch-depth: 0
31
ref: ${{ inputs.target-branch || 'main' }}
0 commit comments