Skip to content

Commit eced104

Browse files
Bump docker/login-action from 3.3.0 to 3.4.0 in the minor-deps group (#1578)
Bumps the minor-deps group with 1 update: [docker/login-action](https://github.com/docker/login-action). Updates `docker/login-action` from 3.3.0 to 3.4.0 - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@9780b0c...74a5d14) --- updated-dependencies: - dependency-name: docker/login-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-deps ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 104d40d commit eced104

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/audit-nais.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Print build version
2828
run: echo "Generated build-version is ${{ env.build-version }}"
2929
- name: Login to GitHub Packages Docker Registry
30-
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567
30+
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772
3131
with:
3232
registry: ghcr.io
3333
username: ${{ github.actor }}

.github/workflows/autotest.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
restore-keys: |
5656
${{ runner.os }}-maven-autotest
5757
- name: Login to GitHub Packages Docker Registry
58-
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # Use commit-sha1 instead of tag for security concerns
58+
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # Use commit-sha1 instead of tag for security concerns
5959
with:
6060
registry: ghcr.io
6161
username: ${{ github.actor }}

0 commit comments

Comments
 (0)