Skip to content

Commit 0f5f158

Browse files
chore(deps): pin dependencies (#254)
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2e76720 commit 0f5f158

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,18 +23,18 @@ jobs:
2323
- name: Checkout
2424
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
2525
- name: Set up QEMU
26-
uses: docker/setup-qemu-action@v3
26+
uses: docker/setup-qemu-action@c7c53464625b32c7a7e944ae62b3e17d2b600130 # v3
2727
- name: Set up Docker Buildx
28-
uses: docker/setup-buildx-action@v3
28+
uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3
2929
- name: Log in to the Container registry
3030
if: ${{ github.ref == 'refs/heads/main' }}
31-
uses: docker/login-action@v3
31+
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3
3232
with:
3333
registry: ${{ env.REGISTRY }}
3434
username: ${{ github.actor }}
3535
password: ${{ secrets.GITHUB_TOKEN }}
3636
- name: Build test image
37-
uses: docker/build-push-action@v6
37+
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6
3838
with:
3939
context: .
4040
load: true
@@ -46,7 +46,7 @@ jobs:
4646
docker run --rm -i --entrypoint python ${{ env.TEST_TAG }} < ci/validate.py
4747
docker run --rm -i --env=IMAGE --entrypoint python ${{ env.TEST_TAG }} >> "$GITHUB_OUTPUT" < ci/generate_tags.py
4848
- name: Build images
49-
uses: docker/build-push-action@v6
49+
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6
5050
with:
5151
context: .
5252
platforms: linux/amd64,linux/arm64

.github/workflows/update.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,14 +56,14 @@ jobs:
5656
fi
5757
- name: Generate Token
5858
id: generate-token
59-
uses: tibdex/github-app-token@v2
59+
uses: tibdex/github-app-token@3beb63f4bd073e61482598c45c71c1019b59b73a # v2
6060
if: ${{ steps.update.outputs.commit-message }}
6161
with:
6262
app_id: ${{ secrets.APP_ID }}
6363
private_key: ${{ secrets.APP_PRIVATE_KEY }}
6464
- name: Create Pull Request
6565
id: create-pull-request
66-
uses: peter-evans/create-pull-request@v7
66+
uses: peter-evans/create-pull-request@84ae59a2cdc2258d6fa0732dd66352dddae2a412 # v7
6767
if: ${{ steps.update.outputs.commit-message }}
6868
with:
6969
token: ${{ steps.generate-token.outputs.token }}
@@ -100,7 +100,7 @@ jobs:
100100
echo "state=$state" >> "$GITHUB_OUTPUT"
101101
- name: Generate Token (Approver)
102102
id: generate-approver-token
103-
uses: tibdex/github-app-token@v2
103+
uses: tibdex/github-app-token@3beb63f4bd073e61482598c45c71c1019b59b73a # v2
104104
if: ${{ steps.create-pull-request.outputs.pull-request-number && steps.review.outputs.state != 'APPROVED' }}
105105
with:
106106
app_id: ${{ secrets.APPROVER_APP_ID }}

0 commit comments

Comments
 (0)