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 178cdf0 commit cd71dceCopy full SHA for cd71dce
.github/workflows/docker-auto-build.yml
@@ -32,7 +32,7 @@ jobs:
32
33
steps:
34
- name: Checkout the containers repository
35
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
36
with:
37
fetch-depth: 0
38
.github/workflows/shell-check.yml
@@ -10,7 +10,7 @@ jobs:
10
name: ShellCheck
11
runs-on: ubuntu-latest
12
13
- - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
+ - uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v4.2.2
14
- name: Run ShellCheck
15
uses: ludeeus/action-shellcheck@00cae500b08a931fb5698e11e79bfbd38e612a38 # v2.0.0
16
0 commit comments