Skip to content

Commit 9e2293f

Browse files
committedSep 27, 2022
ci(codeql.yml): set version v3 to actions/checkout
1 parent 75b1fda commit 9e2293f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/codeql.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
steps:
1818
- name: Checkout repository
19-
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3
19+
uses: actions/checkout@v3 # tag=v3
2020
with:
2121
# We must fetch at least the immediate parents so that if this is
2222
# a pull request then we can checkout the head.

0 commit comments

Comments
 (0)
Please sign in to comment.