We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ab1016 commit f273da5Copy full SHA for f273da5
1 file changed
.github/workflows/push.yaml
@@ -7,7 +7,7 @@ jobs:
7
contents: read
8
runs-on: ubuntu-24.04
9
steps:
10
- - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
+ - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
11
- run: shellcheck *.sh
12
- uses: hadolint/hadolint-action@2332a7b74a6de0dda2e2221d575162eba76ba5e5 # v3.3.0
13
with:
@@ -31,7 +31,7 @@ jobs:
31
matrix:
32
cli: [claude, codex, gemini, opencode]
33
34
35
36
- uses: docker/setup-qemu-action@ce360397dd3f832beb865e1373c09c0e9f86d70a # v4
37
0 commit comments