We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f006868 commit fcad426Copy full SHA for fcad426
1 file changed
action.yml
@@ -52,7 +52,8 @@ inputs:
52
runs:
53
using: "composite"
54
steps:
55
- - uses: actions/setup-python@v5
+ - name: Set up Python
56
+ uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
57
with:
58
python-version: ${{ inputs.python-version }}
59
@@ -186,7 +187,7 @@ runs:
186
187
--format ${{ inputs.output-formats }}
188
189
- name: Upload outputs
- uses: actions/upload-artifact@v4
190
+ uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
191
id: artifact-upload-step
192
193
# Include the project name in case of multiple runs of the action
0 commit comments