Skip to content

Commit b6d5aee

Browse files
chore(deps): update docker/login-action digest to c99871d
1 parent eb4166d commit b6d5aee

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@c99871dec2022cc055c062a10cc1a1310835ceb4 # 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@c99871dec2022cc055c062a10cc1a1310835ceb4 # v4
8989
with:
9090
registry: ghcr.io
9191
username: ${{ github.actor }}

0 commit comments

Comments
 (0)