Skip to content

Commit b6a6156

Browse files
authored
fix: fully pin actions in composite action (#1080)
Signed-off-by: Henry Schreiner <henryfs@princeton.edu>
1 parent 4c7a215 commit b6a6156

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ branding:
1212
runs:
1313
using: composite
1414
steps:
15-
- uses: actions/setup-python@v6
15+
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
1616
id: localpython
1717
with:
1818
python-version: "3.9 - 3.14"
@@ -24,7 +24,7 @@ runs:
2424
'${{ steps.localpython.outputs.python-path }}' '${{ github.action_path }}/.github/action_helper.py' '${{ inputs.python-versions }}' >>${GITHUB_OUTPUT}
2525
shell: bash
2626

27-
- uses: actions/setup-python@v6
27+
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
2828
id: allpython
2929
with:
3030
python-version: "${{ join(fromJSON(steps.helper.outputs.interpreters), '\n') }}"

0 commit comments

Comments
 (0)