Skip to content

Commit 3ebc83b

Browse files
authored
β¬†οΈπŸ‘¨β€πŸ’» Pin dependencies (#169)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/attest-build-provenance](https://redirect.github.com/actions/attest-build-provenance) | action | pinDigest | -> `e8998f9` | | [munich-quantum-toolkit/workflows](https://redirect.github.com/munich-quantum-toolkit/workflows) | action | pinDigest | -> `6ed99df` | | [release-drafter/release-drafter](https://redirect.github.com/release-drafter/release-drafter) | action | pinDigest | -> `b1476f6` | --- ### Configuration πŸ“… **Schedule**: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. β™» **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. πŸ‘» **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/munich-quantum-toolkit/problemsolver). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi43IiwidXBkYXRlZEluVmVyIjoiNDEuODIuNyIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwiZ2l0aHViLWFjdGlvbnMiXX0=-->
2 parents 3c281ad + cb83f04 commit 3ebc83b

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)