Skip to content

Commit f0583fa

Browse files
chore(deps): bump docker/login-action from 3.5.0 to 3.6.0 (#3463)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3f0f1af commit f0583fa

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/artifacts.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
type=ref,event=branch,suffix=-{{sha}}-{{date 'X'}},enable={{is_default_branch}}
7575
7676
- name: Login to GitHub Container Registry
77-
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
77+
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
7878
with:
7979
registry: ghcr.io
8080
username: ${{ github.actor }}
@@ -178,7 +178,7 @@ jobs:
178178
type=ref,event=branch,suffix=-{{sha}}-{{date 'X'}},enable={{is_default_branch}}
179179
180180
- name: Login to GitHub Container Registry
181-
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
181+
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
182182
with:
183183
registry: ghcr.io
184184
username: ${{ github.actor }}

.github/workflows/trivy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
steps:
2121
- name: Login to GitHub Container Registry
22-
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
22+
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
2323
with:
2424
registry: ghcr.io
2525
username: ${{ github.actor }}

0 commit comments

Comments
 (0)