Skip to content

Commit 1f230d2

Browse files
committed
Fix GH workflow syntax
1 parent 733940e commit 1f230d2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/codeql-analysis.yml

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

4747
steps:
4848
- name: Checkout repository
49-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
49+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
5050
with:
5151
persist-credentials: false
5252
- uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae #v5.0.5

0 commit comments

Comments
 (0)