We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96b3025 commit 3ad6b3dCopy full SHA for 3ad6b3d
.github/workflows/vulncheck.yml
@@ -25,10 +25,10 @@ jobs:
25
security-events: write # for reporting vulnerabilities via code-scanning API
26
steps:
27
- name: Checkout Repository
28
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
+ uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
29
with:
30
- fetch-depth: 0
31
- ref: ${{ inputs.target-branch || 'main' }}
+ fetch-depth: 0
+ ref: ${{ inputs.target-branch || 'main' }}
32
33
- name: Check Go version
34
id: get-go-version
0 commit comments