File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2121 runner : ubuntu-24.04
2222
2323 steps :
24- - uses : actions/checkout@v4
24+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
2525
2626 - name : Parse tag
2727 id : tag
5353 fi
5454
5555 - name : Set up Python
56- uses : actions/setup-python@v5
56+ uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
5757 with :
5858 python-version : " 3.12"
5959
@@ -204,7 +204,7 @@ jobs:
204204 echo "bundle_name=${BUNDLE_NAME}" >> "$GITHUB_OUTPUT"
205205
206206 - name : Create GitHub release
207- uses : softprops/action-gh-release@v2
207+ uses : softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v3
208208 with :
209209 name : " ${{ steps.tag.outputs.profile }} ${{ steps.tag.outputs.version }}"
210210 files : |
Original file line number Diff line number Diff line change @@ -11,10 +11,10 @@ jobs:
1111 name : Validate project configs
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/checkout@v4
14+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
1515
1616 - name : Set up Python
17- uses : actions/setup-python@v5
17+ uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
1818 with :
1919 python-version : " 3.12"
2020
You can’t perform that action at this time.
0 commit comments