Skip to content

Commit 3faaa9d

Browse files
Bump google-github-actions/auth from 2 to 3
Bumps [google-github-actions/auth](https://github.com/google-github-actions/auth) from 2 to 3. - [Release notes](https://github.com/google-github-actions/auth/releases) - [Changelog](https://github.com/google-github-actions/auth/blob/main/CHANGELOG.md) - [Commits](google-github-actions/auth@v2...v3) --- updated-dependencies: - dependency-name: google-github-actions/auth dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent bb1b376 commit 3faaa9d

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/cnspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
password: ${{ secrets.GITHUB_TOKEN }}
5858

5959
- name: Authenticate with Google Cloud
60-
uses: "google-github-actions/auth@c200f3691d83b41bf9bbd8638997a462592937ed" # v2.1.13
60+
uses: "google-github-actions/auth@7c6bc770dae815cd3e89ee6cdf493a5fab2cc093" # v3.0.0
6161
with:
6262
credentials_json: "${{ secrets.GCP_ARTIFACT_REGISTRY_SA }}"
6363

.github/workflows/publish.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
password: ${{ secrets.GITHUB_TOKEN }}
7070

7171
- name: Authenticate with Google Cloud
72-
uses: "google-github-actions/auth@c200f3691d83b41bf9bbd8638997a462592937ed" # v2.1.13
72+
uses: "google-github-actions/auth@7c6bc770dae815cd3e89ee6cdf493a5fab2cc093" # v3.0.0
7373
with:
7474
credentials_json: "${{ secrets.GCP_ARTIFACT_REGISTRY_SA }}"
7575

@@ -176,7 +176,7 @@ jobs:
176176
password: ${{ secrets.GITHUB_TOKEN }}
177177

178178
- name: Authenticate with Google Cloud
179-
uses: "google-github-actions/auth@c200f3691d83b41bf9bbd8638997a462592937ed" # v2.1.13
179+
uses: "google-github-actions/auth@7c6bc770dae815cd3e89ee6cdf493a5fab2cc093" # v3.0.0
180180
with:
181181
credentials_json: "${{ secrets.GCP_ARTIFACT_REGISTRY_SA }}"
182182

0 commit comments

Comments
 (0)