chore: pin GitHub Actions to SHAs (#1625)

This commit is contained in:
Nicolas Charpentier
2026-06-13 00:44:12 +03:00
committed by GitHub
parent 3bbd42587e
commit 20db4cbb27
14 changed files with 63 additions and 63 deletions
+2 -2
View File
@@ -21,13 +21,13 @@ jobs:
issues: write
steps:
- name: Checkout repository
uses: actions/checkout@v6
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
with:
fetch-depth: 1
- name: Generate bot app token
id: app-token
uses: actions/create-github-app-token@v2
uses: actions/create-github-app-token@fee1f7d63c2ff003460e3d139729b119787bc349 # v2.2.2
with:
app-id: ${{ secrets.OC_REVIEW_APP_ID }}
private-key: ${{ secrets.OC_REVIEW_APP_PRIVATE_KEY }}