Skip to content

Commit c5fa23b

Browse files
committed
update publish actions
1 parent 60a6512 commit c5fa23b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
uses: docker/setup-qemu-action@e81a89b1732b9c48d79cd809d8d81d79c4647a18
5151
with:
5252
platforms: arm64
53-
- uses: joerick/cibuildwheel@fff9ec32ed25a9c576750c91e06b410ed0c15db7
53+
- uses: joerick/cibuildwheel@f8f1f387e90b5bfb57c85effaf314552ff2eaab2 # v2.16.5
5454
env:
5555
# For workflow_dispatch, only build the new Python version.
5656
CIBW_BUILD: "${{ inputs.python && format('{0}-*', inputs.python) || null }}"
@@ -79,7 +79,7 @@ jobs:
7979
id-token: write
8080
contents: write
8181
# Can't pin with hash due to how this workflow works.
82-
uses: slsa-framework/slsa-github-generator/.github/workflows/generator_generic_slsa3.yml@v1.6.0
82+
uses: slsa-framework/slsa-github-generator/.github/workflows/generator_generic_slsa3.yml@v1.9.0
8383
with:
8484
base64-subjects: ${{ needs.hash.outputs.hash }}
8585
# When building more wheels, use the Python version as the provenance file name.

0 commit comments

Comments
 (0)