Fix github actions to specific commit hashes

This commit is contained in:
Fedor Indutny
2025-03-18 10:00:04 -07:00
committed by GitHub
parent a3335929b3
commit 63fd260b03
9 changed files with 184 additions and 83 deletions

View File

@@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
with:
token: ${{ secrets.AUTOMATED_GITHUB_PAT }}
repository: signalapp/Signal-Release-Notes-Action-Private