Skip to content

Commit a6bd89b

Browse files
committed
fixed a typo
1 parent 58ce629 commit a6bd89b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/vulncheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
security-events: write # for reporting vulnerabilities via code-scanning API
2626
steps:
2727
- name: Checkout Repository
28-
uses: actions/checkout@checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
28+
uses: actions/@checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2929
with:
3030
fetch-depth: 0
3131
ref: ${{ inputs.target-branch || 'main' }}

0 commit comments

Comments
 (0)