Skip to content

Commit

Permalink
chore(deps): update docker/login-action digest to ec9cdf0 (#1069)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Mar 5, 2023
1 parent ae73183 commit 87270df
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/curldemo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
with:
fetch-depth: 1
- name: Login to Dockerhub
uses: docker/login-action@3da7dc6e2b31f99ef2cb9fb4c50fb0971e0d0139
uses: docker/login-action@ec9cdf07d570632daeb912f5b2099cb9ec1d01e6
with:
username: ${{ secrets.DOCKER_USER }}
password: ${{ secrets.DOCKER_PASSWORD }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
with:
go-version: 1.19.1
- name: Login to Dockerhub
uses: docker/login-action@3da7dc6e2b31f99ef2cb9fb4c50fb0971e0d0139
uses: docker/login-action@ec9cdf07d570632daeb912f5b2099cb9ec1d01e6
with:
username: ${{ secrets.DOCKER_USER }}
password: ${{ secrets.DOCKER_PASSWORD }}
Expand Down Expand Up @@ -113,7 +113,7 @@ jobs:
- name: Install Syft
uses: anchore/sbom-action/download-syft@f65c4834e1593b609f21ba7f2f3f5af6136c33dc
- name: Login to Dockerhub
uses: docker/login-action@3da7dc6e2b31f99ef2cb9fb4c50fb0971e0d0139
uses: docker/login-action@ec9cdf07d570632daeb912f5b2099cb9ec1d01e6
with:
username: ${{ secrets.DOCKER_USER }}
password: ${{ secrets.DOCKER_PASSWORD }}
Expand Down Expand Up @@ -219,7 +219,7 @@ jobs:
run: |
cat provenance.att | jq .predicate > provenance-predicate.att
- name: Login to Dockerhub
uses: docker/login-action@3da7dc6e2b31f99ef2cb9fb4c50fb0971e0d0139
uses: docker/login-action@ec9cdf07d570632daeb912f5b2099cb9ec1d01e6
with:
username: ${{ secrets.DOCKER_USER }}
password: ${{ secrets.DOCKER_PASSWORD }}
Expand Down

0 comments on commit 87270df

Please sign in to comment.