Skip to content

Commit 2d33864

Browse files
authored
Pin the actions/setup-python for the externally used action.yml (#2749)
Pin the actions/setup-python to a known release
1 parent ade95b7 commit 2d33864

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ branding:
2828
runs:
2929
using: composite
3030
steps:
31-
- uses: actions/setup-python@v6
31+
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
3232
id: python
3333
with:
3434
python-version: "3.11 - 3.14"

0 commit comments

Comments
 (0)