We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d573781 commit 9e29048Copy full SHA for 9e29048
1 file changed
.github/workflows/techdocs.yaml
@@ -43,7 +43,7 @@ jobs:
43
publish: ${{ github.ref == 'refs/heads/main' }}
44
steps:
45
- uses: actions/checkout@v6
46
- - uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # pin@v3
+ - uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3
47
id: paths-filter
48
with:
49
base: main
@@ -98,7 +98,7 @@ jobs:
98
env:
99
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
100
- id: auth
101
- uses: google-github-actions/auth@7c6bc770dae815cd3e89ee6cdf493a5fab2cc093 # pin@v3.0.0
+ uses: google-github-actions/auth@7c6bc770dae815cd3e89ee6cdf493a5fab2cc093 # v3.0.0
102
if: ${{ needs.setup.outputs.publish == 'true' }}
103
104
workload_identity_provider: ${{ inputs.workload_identity_provider }}
0 commit comments