Skip to content

Commit 9ba75b4

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

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@ jobs:
2929
contents: read
3030
needs: [build-sdist, build-wheel]
3131
steps:
32-
- uses: actions/download-artifact@v5
32+
- uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5
3333
with:
3434
pattern: cibw-*
3535
path: dist
3636
merge-multiple: true
3737
- name: Generate artifact attestation for sdist and wheel(s)
38-
uses: actions/attest-build-provenance@v3
38+
uses: actions/attest-build-provenance@977bb373ede98d70efdf65b84cb5f73e068dcc2a # v3
3939
with:
4040
subject-path: "dist/*"
4141
- uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # v1.13.0

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ jobs:
1717
pull-requests: write
1818
runs-on: ubuntu-latest
1919
steps:
20-
- uses: release-drafter/release-drafter@v6
20+
- uses: release-drafter/release-drafter@b1476f6e6eb133afa41ed8589daba6dc69b4d3f5 # v6
2121
env:
2222
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
pull-requests: write
1515
steps:
1616
- id: create-token
17-
uses: actions/create-github-app-token@v2
17+
uses: actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v2
1818
with:
1919
app-id: ${{ secrets.APP_ID }}
2020
private-key: ${{ secrets.APP_PRIVATE_KEY }}

0 commit comments

Comments
Β (0)