Skip to content

Commit 9e29048

Browse files
committed
chore: Pin GitHub actions to a hash (update)
1 parent d573781 commit 9e29048

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/techdocs.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
publish: ${{ github.ref == 'refs/heads/main' }}
4444
steps:
4545
- uses: actions/checkout@v6
46-
- uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # pin@v3
46+
- uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3
4747
id: paths-filter
4848
with:
4949
base: main
@@ -98,7 +98,7 @@ jobs:
9898
env:
9999
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
100100
- id: auth
101-
uses: google-github-actions/auth@7c6bc770dae815cd3e89ee6cdf493a5fab2cc093 # pin@v3.0.0
101+
uses: google-github-actions/auth@7c6bc770dae815cd3e89ee6cdf493a5fab2cc093 # v3.0.0
102102
if: ${{ needs.setup.outputs.publish == 'true' }}
103103
with:
104104
workload_identity_provider: ${{ inputs.workload_identity_provider }}

0 commit comments

Comments
 (0)