We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36bf2d9 commit 5c19471Copy full SHA for 5c19471
1 file changed
action.yml
@@ -78,7 +78,7 @@ runs:
78
if: |-
79
${{ inputs.gcp_workload_identity_provider != '' }}
80
id: 'auth'
81
- uses: 'google-github-actions/auth@v2'
+ uses: 'google-github-actions/auth@140bb5113ffb6b65a7e9b937a81fa96cf5064462' # ratchet:google-github-actions/auth@v2
82
with:
83
project_id: '${{ inputs.gcp_project_id }}'
84
workload_identity_provider: '${{ inputs.gcp_workload_identity_provider }}'
0 commit comments