Skip to content

Commit 1f5dd31

Browse files
authored
Merge pull request #1391 from mathbunnyru/asalikhov/pin_docker_action_tag
Pin docker/login-action sha tag
2 parents 73a43d8 + 7cdc14e commit 1f5dd31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
repository: wiki/
6464
- name: Login to Docker Hub
6565
if: github.ref == 'refs/heads/master' || github.ref == 'refs/heads/main'
66-
uses: docker/login-action@v1
66+
uses: docker/login-action@f054a8b539a109f9f41c372932f1ae047eff08c9 # dependabot updates to latest release
6767
with:
6868
username: ${{secrets.DOCKERHUB_USERNAME}}
6969
password: ${{secrets.DOCKERHUB_TOKEN}}

0 commit comments

Comments
 (0)