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.
1 parent 0f7be2c commit 37256ecCopy full SHA for 37256ec
.github/workflows/actionlint.yml
@@ -20,7 +20,7 @@ jobs:
20
runs-on: ubuntu-latest
21
steps:
22
- name: Checkout repository
23
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
+ uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
24
25
- name: Check workflow files
26
uses: docker://rhysd/actionlint:latest@sha256:2eb91a78b5a19140be099c7b4262d298c2567f2a9f27e10ed2a4323c5bcface8
.github/workflows/maven.yml
@@ -15,7 +15,7 @@ jobs:
15
checks: write
16
pull-requests: write
17
18
- - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
+ - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
19
with:
fetch-depth: 50
0 commit comments