We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6e859fa + 4ef82d9 commit b45f3d7Copy full SHA for b45f3d7
.github/workflows/actionlint.yml
@@ -42,7 +42,7 @@ jobs:
42
- name: Install tools
43
run: brew install actionlint shellcheck zizmor
44
45
- - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
+ - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
46
with:
47
persist-credentials: false
48
.github/workflows/tests.yml
@@ -34,7 +34,7 @@ jobs:
34
shell: ${{ matrix.shell }}
35
steps:
36
- name: Set up Git repository
37
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
+ uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
38
39
40
0 commit comments