Skip to content

Commit 5a4d22f

Browse files
authored
chore: action version updates for commit_logging workflow (#33)
1 parent 3f9d61b commit 5a4d22f

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/commit_logging.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,12 @@ jobs:
3636
uses: 'actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683' # ratchet:actions/checkout@v4
3737
- id: 'auth'
3838
name: 'Authenticate to Google Cloud'
39-
uses: 'google-github-actions/auth@2dd133ffa2bc779c0854b1999e993c416c87164b' # ratchet:google-github-actions/auth@v0.3.0
39+
uses: 'google-github-actions/auth@ba79af03959ebeac9769e648f473a284504d9193' # ratchet:google-github-actions/auth@v2.1.10
4040
with:
41-
access_token_lifetime: '900s'
4241
workload_identity_provider: 'projects/580543901798/locations/global/workloadIdentityPools/becle1b-wif-64840b/providers/becle1b-wif-64840b'
4342
service_account: 'github-automation-bot@bradegler-commit-log-exp-1b.iam.gserviceaccount.com'
4443
create_credentials_file: true
45-
activate_credentials_file: true
46-
- uses: 'actions/setup-python@7f4fc3e22c37d6ff65e88745f38bd3157c663f7c' # ratchet:actions/setup-python@v4
44+
- uses: 'actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065' # ratchet:actions/setup-python@v5
4745
with:
4846
python-version: '3.11.2'
4947
- name: 'install_dependencies'

0 commit comments

Comments
 (0)