1010 hash : ${{ steps.hash.outputs.hash }}
1111 steps :
1212 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
13- - uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3 .0
13+ - uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4 .0
1414 with :
1515 python-version : ' 3.x'
1616 cache : pip
2323 - name : generate hash
2424 id : hash
2525 run : cd dist && echo "hash=$(sha256sum * | base64 -w0)" >> $GITHUB_OUTPUT
26- - uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
26+ - uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
2727 with :
2828 path : ./dist
2929 provenance :
3333 id-token : write
3434 contents : write
3535 # Can't pin with hash due to how this workflow works.
36- uses : slsa-framework/slsa-github-generator/.github/workflows/generator_generic_slsa3.yml@v2.0 .0
36+ uses : slsa-framework/slsa-github-generator/.github/workflows/generator_generic_slsa3.yml@v2.1 .0
3737 with :
3838 base64-subjects : ${{ needs.build.outputs.hash }}
3939 create-release :
4444 permissions :
4545 contents : write
4646 steps :
47- - uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
47+ - uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
4848 - name : create release
4949 run : >
5050 gh release create --draft --repo ${{ github.repository }}
@@ -63,13 +63,13 @@ jobs:
6363 permissions :
6464 id-token : write
6565 steps :
66- - uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
67- - uses : pypa/gh-action-pypi-publish@15c56dba361d8335944d31a2ecd17d700fc7bcbc # v1.12.2
66+ - uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
67+ - uses : pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # v1.12.4
6868 with :
6969 repository-url : https://test.pypi.org/legacy/
7070 packages-dir : artifact/
7171 skip-existing : true
7272 attestations : false
73- - uses : pypa/gh-action-pypi-publish@15c56dba361d8335944d31a2ecd17d700fc7bcbc # v1.12.2
73+ - uses : pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # v1.12.4
7474 with :
7575 packages-dir : artifact/
0 commit comments