fix github action version resolution (#6114)

* pin to sha

* note
This commit is contained in:
Matt Fiddaman
2025-11-11 23:26:07 +00:00
committed by GitHub
parent 914cc6503e
commit e64a042f0c
26 changed files with 98 additions and 92 deletions

View File

@@ -21,7 +21,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Repository Checkout
uses: actions/checkout@v5
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
- name: Set up environment
uses: ./.github/actions/setup