Skip to content

Commit 5371927

Browse files
Pin actions/checkout action to 11bd719
1 parent 3d25fbe commit 5371927

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/coverity-scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
- name: Checkout OpenVPN
2727
if: steps.check_submit.outputs.cache-hit != 'true'
28-
uses: actions/checkout@v4
28+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
2929

3030
- name: Download Coverity Build Tool
3131
if: steps.check_submit.outputs.cache-hit != 'true'

0 commit comments

Comments
 (0)