Skip to content

Commit f9316fa

Browse files
authored
Merge pull request #33 from lawndoc/renovate/pin-dependencies [no ci]
chore(deps): pin dependencies
2 parents b0c253a + e0e4dda commit f9316fa

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.github/workflows/build-publish.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
id-token: write
2424
steps:
2525
- name: Checkout repository
26-
uses: actions/checkout@v4
26+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
2727

2828
- name: Log in to the Container registry
2929
uses: docker/login-action@65b78e6e13532edd9afa3aa52ac7964289d1a9c1
@@ -39,10 +39,10 @@ jobs:
3939
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
4040

4141
- name: Set up QEMU
42-
uses: docker/setup-qemu-action@v3
42+
uses: docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392 # v3
4343

4444
- name: Set up Docker Buildx
45-
uses: docker/setup-buildx-action@v3
45+
uses: docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # v3
4646

4747
- name: Build and push Docker image
4848
id: push
@@ -56,15 +56,15 @@ jobs:
5656

5757
- name: Generate artifact attestation
5858
if: ${{ github.event_name == 'push' || github.event_name == 'workflow_dispatch' }}
59-
uses: actions/attest-build-provenance@v2
59+
uses: actions/attest-build-provenance@c074443f1aee8d4aeeae555aebba3282517141b2 # v2
6060
with:
6161
subject-name: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME}}
6262
subject-digest: ${{ steps.push.outputs.digest }}
6363
push-to-registry: true
6464

6565
- name: Update release
6666
if: ${{ github.event_name == 'push' || github.event_name == 'workflow_dispatch' }}
67-
uses: ncipollo/release-action@v1
67+
uses: ncipollo/release-action@440c8c1cb0ed28b9f43e4d1d670870f059653174 # v1
6868
with:
6969
allowUpdates: true
7070
updateOnlyUnreleased: true

.github/workflows/python-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ jobs:
88
python-tests:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v4
11+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
1212

1313
- name: Setup Python
14-
uses: actions/setup-python@v5
14+
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
1515
with:
1616
python-version: '3.10'
1717

.github/workflows/tag-updates.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
sed -i "s/release = .*/release = \"${clean_version}\"/" docs/conf.py
3838
3939
- name: Commit changes
40-
uses: stefanzweifel/git-auto-commit-action@v5
40+
uses: stefanzweifel/git-auto-commit-action@b863ae1933cb653a53c021fe36dbb774e1fb9403 # v5
4141
with:
4242
commit_message: automated version bump
4343

0 commit comments

Comments
 (0)