|
57 | 57 | with:
|
58 | 58 | persist-credentials: false
|
59 | 59 | - id: build-python
|
60 |
| - uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0 |
| 60 | + uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0 |
61 | 61 | with:
|
62 | 62 | python-version: "${{ vars.PYTHON_DEFAULT }}"
|
63 | 63 | - id: output_python
|
@@ -189,7 +189,7 @@ jobs:
|
189 | 189 | persist-credentials: false
|
190 | 190 | - id: buildpy
|
191 | 191 | name: Set up Python
|
192 |
| - uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0 |
| 192 | + uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0 |
193 | 193 | with:
|
194 | 194 | python-version: ${{ matrix.python-version }}
|
195 | 195 | - id: output_python
|
@@ -266,14 +266,14 @@ jobs:
|
266 | 266 | - name: "Attest Build Checksums"
|
267 | 267 | id: multicast-build-chksum-attest
|
268 | 268 | if: ${{ !cancelled() && (github.repository == 'reactive-firewall-org/multicast') && (needs.BUILD.outputs.build_environment == 'Deployment' && startsWith(github.ref, 'refs/tags/v')) }}
|
269 |
| - uses: actions/attest-build-provenance@e8998f949152b193b063cb0ec769d69d929409be # v2.4.0 |
| 269 | + uses: actions/attest-build-provenance@977bb373ede98d70efdf65b84cb5f73e068dcc2a # v3.0.0 |
270 | 270 | with:
|
271 | 271 | subject-checksums: build.checksums.txt
|
272 | 272 | github-token: ${{ github.token }}
|
273 | 273 | - name: "Attest Build Artifact"
|
274 | 274 | id: multicast-build-attest
|
275 | 275 | if: ${{ !cancelled() && (github.repository == 'reactive-firewall-org/multicast') }}
|
276 |
| - uses: actions/attest-build-provenance@e8998f949152b193b063cb0ec769d69d929409be # v2.4.0 |
| 276 | + uses: actions/attest-build-provenance@977bb373ede98d70efdf65b84cb5f73e068dcc2a # v3.0.0 |
277 | 277 | with:
|
278 | 278 | subject-name: multicast-build-${{ github.sha }}
|
279 | 279 | subject-digest: sha256:${{ needs.BUILD.outputs.artifact-digest }}
|
|
0 commit comments