Skip to content

Commit 17ce63b

Browse files
Bump google-github-actions/auth from 1.2.0 to 2.1.2
Bumps [google-github-actions/auth](https://github.com/google-github-actions/auth) from 1.2.0 to 2.1.2. - [Release notes](https://github.com/google-github-actions/auth/releases) - [Commits](google-github-actions/auth@v1.2.0...v2.1.2) --- updated-dependencies: - dependency-name: google-github-actions/auth dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 76f99ba commit 17ce63b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- id: "auth"
4848
if: github.ref == 'refs/heads/main'
4949
name: "Authenticate to Google Cloud"
50-
uses: "google-github-actions/auth@v1.2.0" # ratchet:google-github-actions/[email protected]
50+
uses: "google-github-actions/auth@v2.1.2" # ratchet:google-github-actions/[email protected]
5151
with:
5252
workload_identity_provider: ${{ secrets.NAIS_IO_WORKLOAD_IDENTITY_PROVIDER }}
5353
service_account: "[email protected]"
@@ -115,7 +115,7 @@ jobs:
115115
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # ratchet:actions/checkout@v3
116116
- id: 'auth'
117117
name: 'Authenticate to Google Cloud'
118-
uses: 'google-github-actions/auth@f105ef0cdb3b102a020be1767fcc8a974898b7c6' # ratchet:google-github-actions/auth@v1.2.0
118+
uses: 'google-github-actions/auth@55bd3a7c6e2ae7cf1877fd1ccb9d54c0503c457c' # ratchet:google-github-actions/auth@v2.1.2
119119
with:
120120
workload_identity_provider: ${{ secrets.NAIS_IO_WORKLOAD_IDENTITY_PROVIDER }}
121121
service_account: '[email protected]'

0 commit comments

Comments
 (0)