We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83e38e6 commit 0887801Copy full SHA for 0887801
1 file changed
.github/workflows/sanity.yml
@@ -11,7 +11,8 @@ jobs:
11
runs-on: 'ubuntu-latest'
12
steps:
13
- name: 'Checkout code'
14
- uses: 'actions/checkout@v4'
+ # v6.0.2
15
+ uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
16
- name: 'Build Docker image'
17
run: |
18
set -euxo pipefail
@@ -27,7 +28,8 @@ jobs:
27
28
29
30
31
32
33
- name: 'Install shellcheck'
34
35
0 commit comments