Skip to content

Commit c06f7f7

Browse files
authored
Update checkout action version in dependency review
1 parent 198cff9 commit c06f7f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dependency-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: "Checkout Repository"
12-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v5
12+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1313
with:
1414
persist-credentials: false
1515

0 commit comments

Comments
 (0)