Skip to content

Commit

Permalink
Merge pull request #24 from advanced-security/dependabot/github_actio…
Browse files Browse the repository at this point in the history
…ns/main/production-dependencies-54d5bb3c9b

deps: bump docker/login-action from 3.1.0 to 3.2.0 in the production-dependencies group
  • Loading branch information
GeekMasher authored Jun 3, 2024
2 parents 4b212c6 + e90df84 commit 158078b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
uses: docker/setup-buildx-action@v3

- name: Log in to the Container registry
uses: docker/login-action@v3.1.0
uses: docker/login-action@v3.2.0
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
Expand Down Expand Up @@ -126,7 +126,7 @@ jobs:
uses: actions/checkout@v4

- name: Log in to the Container registry
uses: docker/login-action@v3.1.0
uses: docker/login-action@v3.2.0
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
Expand Down Expand Up @@ -162,7 +162,7 @@ jobs:
cosign-release: 'v2.2.2'

- name: Log in to the Container registry
uses: docker/login-action@v3.1.0
uses: docker/login-action@v3.2.0
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
Expand Down

0 comments on commit 158078b

Please sign in to comment.