From 7735ebeb6ca9735ec3969e2b4f8be8a20d036e5d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 15:07:54 +0000 Subject: [PATCH] build(deps): bump google-github-actions/get-secretmanager-secrets Bumps [google-github-actions/get-secretmanager-secrets](https://github.com/google-github-actions/get-secretmanager-secrets) from 2 to 3. - [Release notes](https://github.com/google-github-actions/get-secretmanager-secrets/releases) - [Changelog](https://github.com/google-github-actions/get-secretmanager-secrets/blob/main/CHANGELOG.md) - [Commits](https://github.com/google-github-actions/get-secretmanager-secrets/compare/v2...v3) --- updated-dependencies: - dependency-name: google-github-actions/get-secretmanager-secrets dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/CD_production.yml | 2 +- .github/workflows/CD_staging.yml | 2 +- .github/workflows/CD_testing.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/CD_production.yml b/.github/workflows/CD_production.yml index 5b82ec5a..155bd1db 100644 --- a/.github/workflows/CD_production.yml +++ b/.github/workflows/CD_production.yml @@ -76,7 +76,7 @@ jobs: # roles/secretmanager.secretAccessor on these secrets. - name: Fetch feedback secrets from Secret Manager id: feedback-secrets - uses: 'google-github-actions/get-secretmanager-secrets@v2' + uses: 'google-github-actions/get-secretmanager-secrets@v3' with: secrets: |- jira_email:${{ vars.GCP_PROJECT_ID }}/jira-email diff --git a/.github/workflows/CD_staging.yml b/.github/workflows/CD_staging.yml index 3a38dddb..047237d9 100644 --- a/.github/workflows/CD_staging.yml +++ b/.github/workflows/CD_staging.yml @@ -41,7 +41,7 @@ jobs: # roles/secretmanager.secretAccessor on these secrets. - name: Fetch feedback secrets from Secret Manager id: feedback-secrets - uses: 'google-github-actions/get-secretmanager-secrets@v2' + uses: 'google-github-actions/get-secretmanager-secrets@v3' with: secrets: |- jira_email:${{ vars.GCP_PROJECT_ID }}/jira-email diff --git a/.github/workflows/CD_testing.yml b/.github/workflows/CD_testing.yml index 6150195e..66c96a2c 100644 --- a/.github/workflows/CD_testing.yml +++ b/.github/workflows/CD_testing.yml @@ -41,7 +41,7 @@ jobs: # roles/secretmanager.secretAccessor on these secrets. - name: Fetch feedback secrets from Secret Manager id: feedback-secrets - uses: 'google-github-actions/get-secretmanager-secrets@v2' + uses: 'google-github-actions/get-secretmanager-secrets@v3' with: secrets: |- jira_email:${{ vars.GCP_PROJECT_ID }}/jira-email