diff --git a/.github/workflows/docker-build.yml b/.github/workflows/docker-build.yml index 39f15e5d..165c4d0c 100644 --- a/.github/workflows/docker-build.yml +++ b/.github/workflows/docker-build.yml @@ -29,7 +29,7 @@ jobs: - name: "Authenticate to Google Cloud" id: "auth" - uses: "google-github-actions/auth@v2.1.2" + uses: "google-github-actions/auth@v2.1.3" with: workload_identity_provider: "projects/848539402404/locations/global/workloadIdentityPools/gh-actions/providers/gh-actions" service_account: "gh-actions-dapla-metadata@artifact-registry-5n.iam.gserviceaccount.com" diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index f8f34f14..ed5812fa 100644 --- a/.github/workflows/integration-test.yml +++ b/.github/workflows/integration-test.yml @@ -28,7 +28,7 @@ jobs: - name: "Authenticate to Google Cloud" id: "auth" - uses: "google-github-actions/auth@v2.1.2" + uses: "google-github-actions/auth@v2.1.3" with: workload_identity_provider: "projects/906675412832/locations/global/workloadIdentityPools/ssb-identity-pool/providers/github-oidc-provider" service_account: "gh-ssb@nais-management-b3a7.iam.gserviceaccount.com" diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index f8a94be5..14fa3aab 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -172,4 +172,4 @@ jobs: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} # No need to run SonarCloud analysis if dependabot update or token not defined if: env.SONAR_TOKEN != '' && (github.actor != 'dependabot[bot]') - uses: SonarSource/sonarcloud-github-action@v2.1.1 + uses: SonarSource/sonarcloud-github-action@v2.2.0