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 b154150 commit 56f579fCopy full SHA for 56f579f
.github/workflows/docker-publish.yml
@@ -39,7 +39,7 @@ jobs:
39
40
steps:
41
- name: Checkout repository
42
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
+ uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
43
44
# Workaround: https://github.com/docker/build-push-action/issues/461
45
- name: Setup Docker buildx
.github/workflows/docker.yml
@@ -34,7 +34,7 @@ jobs:
34
password: ${{ secrets.DOCKERHUB_TOKEN }}
35
36
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
37
- - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
+ - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
38
- name: Docker build
run: |
0 commit comments