We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba478c3 commit 561a44dCopy full SHA for 561a44d
.github/workflows/build.yml
@@ -29,7 +29,7 @@ jobs:
29
30
steps:
31
- name: Checkout repository
32
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
+ uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4
33
34
- name: Log in to the Container registry
35
uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3.1.0
.github/workflows/linting.yml
@@ -12,7 +12,7 @@ jobs:
12
runs-on: ubuntu-latest
13
14
- name: Check out code
15
16
17
- name: Run ShellCheck
18
uses: ludeeus/action-shellcheck@00cae500b08a931fb5698e11e79bfbd38e612a38 # 2.0.0
0 commit comments