Pin the actions/setup-python for the externally used action.yml (#2749)

Pin the actions/setup-python to a known release
This commit is contained in:
Colin Gravill
2026-03-01 22:05:39 +00:00
committed by GitHub
parent ade95b7be4
commit 2d33864baf
+1 -1
View File
@@ -28,7 +28,7 @@ branding:
runs: runs:
using: composite using: composite
steps: steps:
- uses: actions/setup-python@v6 - uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
id: python id: python
with: with:
python-version: "3.11 - 3.14" python-version: "3.11 - 3.14"