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 eb4166d commit 7fe0e25Copy full SHA for 7fe0e25
2 files changed
.github/workflows/dart.yml
@@ -24,7 +24,7 @@ jobs:
24
with:
25
fetch-depth: 0
26
- name: Login to GHCR
27
- uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4
+ uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4
28
29
registry: ghcr.io
30
username: ${{ github.actor }}
.github/workflows/publish.yaml
@@ -85,7 +85,7 @@ jobs:
85
- name: Checkout
86
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
87
88
89
90
91
0 commit comments