Skip to content

Commit cb83f04

Browse files
β¬†οΈπŸ‘¨β€πŸ’» Pin dependencies
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3c281ad commit cb83f04

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

β€Ž.github/workflows/cd.ymlβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ permissions:
1414
jobs:
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

@@ -37,7 +37,7 @@ jobs:
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

β€Ž.github/workflows/ci.ymlβ€Ž

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,25 +19,25 @@ permissions:
1919
jobs:
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

β€Ž.github/workflows/release-drafter.ymlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ jobs:
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 }}

0 commit comments

Comments
Β (0)