Skip to content

Commit 4a47218

Browse files
authored
Merge pull request #248 from kcl-lang/dependabot/github_actions/ci-b033b81e51
chore(deps): bump docker/login-action from 3.4.0 to 3.5.0 in the ci group
2 parents 7e3902e + cf392d1 commit 4a47218

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,13 +53,13 @@ jobs:
5353
- uses: sigstore/cosign-installer@d58896d6a1865668819e1d91763c7751a165e159 # v3.9.2
5454
- uses: anchore/sbom-action/download-syft@7b36ad622f042cab6f59a75c2ac24ccb256e9b45 # v0.20.4
5555
- name: Docker login ghcr.io
56-
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
56+
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
5757
with:
5858
registry: ghcr.io
5959
username: kclbot
6060
password: ${{ secrets.DEPLOY_ACCESS_TOKEN }}
6161
- name: Docker login docker.io
62-
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
62+
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
6363
with:
6464
username: ${{ secrets.DOCKER_USERNAME }}
6565
password: ${{ secrets.DOCKER_PASSWORD }}

0 commit comments

Comments
 (0)