@@ -16,10 +16,10 @@ jobs:
1616 permissions :
1717 contents : read
1818 steps :
19- - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
19+ - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
2020
2121 - name : Set up Python
22- uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6 .0
22+ uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2 .0
2323 with :
2424 python-version : " 3.12"
2525
@@ -45,13 +45,13 @@ jobs:
4545 -o sbom/weaver-kernel.cdx.json
4646
4747 - name : Upload dist artifacts
48- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
48+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
4949 with :
5050 name : dist
5151 path : dist/
5252
5353 - name : Upload SBOM artifact
54- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
54+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
5555 with :
5656 name : sbom
5757 path : sbom/
@@ -64,19 +64,19 @@ jobs:
6464 contents : write # required to create releases
6565 steps :
6666 - name : Download dist artifacts
67- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
67+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
6868 with :
6969 name : dist
7070 path : dist/
7171
7272 - name : Download SBOM artifact
73- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
73+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
7474 with :
7575 name : sbom
7676 path : sbom/
7777
7878 - name : Create GitHub Release
79- uses : softprops/action-gh-release@a06a81a03ee405af7f2048a818ed3f03bbf83c7b # v2.5.0
79+ uses : softprops/action-gh-release@718ea10b132b3b2eba29c1007bb80653f286566b # v3.0.1
8080 with :
8181 generate_release_notes : true
8282 fail_on_unmatched_files : true
@@ -94,13 +94,13 @@ jobs:
9494 id-token : write # required for Trusted Publisher (OIDC)
9595 steps :
9696 - name : Download dist artifacts
97- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
97+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
9898 with :
9999 name : dist
100100 path : dist/
101101
102102 - name : Publish to PyPI
103- uses : pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # v1.13 .0
103+ uses : pypa/gh-action-pypi-publish@cef221092ed1bacb1cc03d23a2d87d1d172e277b # v1.14 .0
104104 with :
105105 # PEP 740 attestations, signed via the Trusted Publisher OIDC identity
106106 # (the id-token: write permission above). Verifiable on the PyPI
0 commit comments