chore(ci): Pin GitHub Actions to commit SHAs

Pin GitHub Actions references to full commit SHAs instead of version
tags to reduce supply chain risk from tag retargeting.

Update actions/checkout to v6.0.2, actions/setup-python to v6.2.0,
actions/setup-node to v6.3.0, actions/stale to v10.2.0, and
dessant/lock-threads to v6.0.0.
This commit is contained in:
Martin Hauser
2026-03-16 14:35:51 +01:00
parent 21f78049bc
commit 671b1cd470
8 changed files with 12 additions and 12 deletions

View File

@@ -27,7 +27,7 @@ jobs:
build-mode: none
steps:
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- name: Initialize CodeQL
uses: github/codeql-action/init@v4