We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a96e4ff commit ebef735Copy full SHA for ebef735
1 file changed
.github/workflows/techdocs.yaml
@@ -98,7 +98,7 @@ jobs:
98
env:
99
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
100
- id: auth
101
- uses: google-github-actions/auth@b7593ed2efd1c1617e1b0254da33b86225adb2a5 # pin@v2.1.12
+ uses: google-github-actions/auth@7c6bc770dae815cd3e89ee6cdf493a5fab2cc093 # pin@v3.0.0
102
if: ${{ needs.setup.outputs.publish == 'true' }}
103
with:
104
workload_identity_provider: ${{ inputs.workload_identity_provider }}
0 commit comments