File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ permissions:
1414jobs :
1515 python-packaging :
1616 name : π Packaging
17- uses :
munich-quantum-toolkit/workflows/.github/workflows/[email protected] 17+ uses : munich-quantum-toolkit/workflows/.github/workflows/reusable-python-packaging.yml@6ed99dff1be99ff1265b240b9b6a01c6df9a0017 # v1.11
1818 with :
1919 pure-python : true
2020
3737 path : dist
3838 merge-multiple : true
3939 - name : Generate artifact attestation for sdist and wheel(s)
40- uses : actions/attest-build-provenance@v2
40+ uses : actions/attest-build-provenance@e8998f949152b193b063cb0ec769d69d929409be # v2
4141 with :
4242 subject-path : " dist/*"
4343 - uses : pypa/gh-action-pypi-publish@release/v1
Original file line number Diff line number Diff line change @@ -19,25 +19,25 @@ permissions:
1919jobs :
2020 change-detection :
2121 name : π Change
22- uses :
munich-quantum-toolkit/workflows/.github/workflows/[email protected] 22+ uses : munich-quantum-toolkit/workflows/.github/workflows/reusable-change-detection.yml@6ed99dff1be99ff1265b240b9b6a01c6df9a0017 # v1.11
2323
2424 python-linter :
2525 name : π Lint
2626 needs : change-detection
2727 if : fromJSON(needs.change-detection.outputs.run-python-tests)
28- uses :
munich-quantum-toolkit/workflows/.github/workflows/[email protected] 28+ uses : munich-quantum-toolkit/workflows/.github/workflows/reusable-python-linter.yml@6ed99dff1be99ff1265b240b9b6a01c6df9a0017 # v1.11
2929
3030 python-tests :
3131 name : π Test
3232 needs : change-detection
3333 if : fromJSON(needs.change-detection.outputs.run-python-tests)
34- uses :
munich-quantum-toolkit/workflows/.github/workflows/[email protected] 34+ uses : munich-quantum-toolkit/workflows/.github/workflows/reusable-python-ci.yml@6ed99dff1be99ff1265b240b9b6a01c6df9a0017 # v1.11
3535
3636 code-ql :
3737 name : π CodeQL
3838 needs : change-detection
3939 if : fromJSON(needs.change-detection.outputs.run-code-ql)
40- uses :
munich-quantum-toolkit/workflows/.github/workflows/[email protected] 40+ uses : munich-quantum-toolkit/workflows/.github/workflows/reusable-code-ql-python.yml@6ed99dff1be99ff1265b240b9b6a01c6df9a0017 # v1.11
4141
4242 required-checks-pass : # This job does nothing and is only used for branch protection
4343 name : π¦ Check
Original file line number Diff line number Diff line change 1818 pull-requests : write
1919 runs-on : ubuntu-latest
2020 steps :
21- - uses : release-drafter/release-drafter@v6
21+ - uses : release-drafter/release-drafter@b1476f6e6eb133afa41ed8589daba6dc69b4d3f5 # v6
2222 env :
2323 GITHUB_TOKEN : ${{ github.token }}
You canβt perform that action at this time.
0 commit comments