🔒 Pin GitHub actions by commit SHA (#2246)

This commit is contained in:
Motov Yurii
2026-04-16 14:34:14 +02:00
committed by GitHub
parent bba8d07c0c
commit 03e021f30a
13 changed files with 35 additions and 35 deletions
+2 -2
View File
@@ -26,11 +26,11 @@ jobs:
env:
GITHUB_CONTEXT: ${{ toJson(github) }}
run: echo "$GITHUB_CONTEXT"
- uses: actions/checkout@v6
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
# To allow latest-changes to commit to the main branch
token: ${{ secrets.LATEST_CHANGES }}
- uses: tiangolo/latest-changes@0.4.1
- uses: tiangolo/latest-changes@c9d329cb147f0ddf4fb631214e3f838ff17ccbbd # 0.4.1
with:
token: ${{ secrets.GITHUB_TOKEN }}
latest_changes_file: ./release-notes.md