Skip to content

Commit d15b989

Browse files
authored
Merge pull request #732 from fluxcd/dependabot/github_actions/ci-4de5eb711c
build(deps): bump the ci group with 1 update
2 parents 2e7e8fe + 2f76485 commit d15b989

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/integration-cleanup.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
wget https://github.com/graillus/gcrgc/releases/download/v${GCRGC_VERSION}/gcrgc_${GCRGC_VERSION}_linux_amd64.tar.gz -O - | tar xz
4646
mv gcrgc ~/.local/bin/
4747
- name: Authenticate to Google Cloud
48-
uses: google-github-actions/auth@5a50e581162a13f4baa8916d01180d2acbc04363 # v2.1.0
48+
uses: google-github-actions/auth@a6e2e39c0a0331da29f7fd2c2a20a427e8d3ad1f # v2.1.1
4949
with:
5050
credentials_json: '${{ secrets.CLEANUP_E2E_GOOGLE_CREDENTIALS }}'
5151
- name: Setup gcloud

.github/workflows/integration-gcp.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
go-version: 1.20.x
3131
cache-dependency-path: oci/tests/integration/go.sum
3232
- name: Authenticate to Google Cloud
33-
uses: google-github-actions/auth@5a50e581162a13f4baa8916d01180d2acbc04363 # v2.1.0
33+
uses: google-github-actions/auth@a6e2e39c0a0331da29f7fd2c2a20a427e8d3ad1f # v2.1.1
3434
id: 'auth'
3535
with:
3636
credentials_json: '${{ secrets.OCI_E2E_GOOGLE_CREDENTIALS }}'

0 commit comments

Comments
 (0)