Skip to content

Commit 7fe0e25

Browse files
chore(deps): update docker/login-action digest to 650006c
1 parent eb4166d commit 7fe0e25

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/dart.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
with:
2525
fetch-depth: 0
2626
- name: Login to GHCR
27-
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4
27+
uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4
2828
with:
2929
registry: ghcr.io
3030
username: ${{ github.actor }}

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
- name: Checkout
8686
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
8787
- name: Login to GHCR
88-
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4
88+
uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4
8989
with:
9090
registry: ghcr.io
9191
username: ${{ github.actor }}

0 commit comments

Comments
 (0)