Skip to content

Commit 9510d81

Browse files
chore(deps): bump google-github-actions/auth from 2 to 3 (#42)
* chore(deps): 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> * chore: ci workflow trigger --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Said Sef <saidsef@gmail.com>
1 parent f7cda95 commit 9510d81

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ jobs:
1414
uses: saidsef/saidsef/.github/workflows/tf-validate.yaml@main
1515
with:
1616
start-version: '0' # minimum version (format: 1.0.x)
17-
end-version: '10' # maximum version (format: 1.10.x)
17+
end-version: '13' # maximum version (format: 1.13.x)
1818

1919
opentofu:
2020
uses: saidsef/saidsef/.github/workflows/tf-validate.yaml@main
2121
with:
2222
start-version: '5' # minimum version (format: 1.5.x)
23-
end-version: '8' # maximum version (format: 1.8.x)
23+
end-version: '10' # maximum version (format: 1.10.x)
2424

2525
tfsec:
2626
uses: saidsef/saidsef/.github/workflows/tf-security.yaml@main
@@ -42,7 +42,7 @@ jobs:
4242
steps:
4343
- id: 'auth'
4444
name: 'Authenticate to GCP'
45-
uses: google-github-actions/auth@v2
45+
uses: google-github-actions/auth@v3
4646
with:
4747
workload_identity_provider: "${{ secrets.GOOGLE_PROVIDER }}"
4848
service_account: "${{ secrets.GOOGLE_SERVICE_ACCOUNT }}"

0 commit comments

Comments
 (0)