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 631efe8 commit c109c64Copy full SHA for c109c64
.github/workflows/docker-push.yml
@@ -13,7 +13,7 @@ jobs:
13
build-and-push:
14
runs-on: ubuntu-latest
15
steps:
16
- - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
+ - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
17
- name: Set tag var
18
id: tagvars
19
run: |
.github/workflows/rust.yml
@@ -15,7 +15,7 @@ jobs:
- uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7 # tag=v3.0.11
20
with:
21
path: |
0 commit comments