Skip to content

Commit fcad426

Browse files
committed
pin-down actions used in the action itself
Signed-off-by: tdruez <tdruez@aboutcode.org>
1 parent f006868 commit fcad426

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

action.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@ inputs:
5252
runs:
5353
using: "composite"
5454
steps:
55-
- uses: actions/setup-python@v5
55+
- name: Set up Python
56+
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
5657
with:
5758
python-version: ${{ inputs.python-version }}
5859

@@ -186,7 +187,7 @@ runs:
186187
--format ${{ inputs.output-formats }}
187188

188189
- name: Upload outputs
189-
uses: actions/upload-artifact@v4
190+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
190191
id: artifact-upload-step
191192
with:
192193
# Include the project name in case of multiple runs of the action

0 commit comments

Comments
 (0)