Skip to content

Commit 439f765

Browse files
authored
Merge pull request #96 from ndxbn/renovate/all-digest
2 parents 7d8c161 + c4af5dd commit 439f765

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/bun-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ jobs:
1515
- run: bun install
1616
- run: bun test
1717
- name: Coveralls
18-
uses: coverallsapp/github-action@cfd0633edbd2411b532b808ba7a8b5e04f76d2c8 # v2
18+
uses: coverallsapp/github-action@648a8eb78e6d50909eff900e4ec85cab4524a45b # v2

.github/workflows/docker-push.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,15 @@ jobs:
3434
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
3535
- name: Build and push Docker image
3636
id: push
37-
uses: docker/build-push-action@67a2d409c0a876cbe6b11854e3e25193efe4e62d
37+
uses: docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991
3838
with:
3939
context: .
4040
push: true
4141
tags: ${{ steps.meta.outputs.tags }}
4242
labels: ${{ steps.meta.outputs.labels }}
4343

4444
- name: Generate artifact attestation
45-
uses: actions/attest-build-provenance@7668571508540a607bdfd90a87a560489fe372eb # v2
45+
uses: actions/attest-build-provenance@520d128f165991a6c774bcb264f323e3d70747f4 # v2
4646
with:
4747
subject-name: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME}}
4848
subject-digest: ${{ steps.push.outputs.digest }}

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM oven/bun:alpine@sha256:ae1ee3f0e326ad8ae886bd500929e7f4fcb4986a1455d6d6ab2f3c2498036aad
1+
FROM oven/bun:alpine@sha256:fc66d85880a740870ff384fc344379715a8d5ffa7acf1e8ac07e90b46eea07e7
22

33
WORKDIR /home/bun/app
44
COPY tsconfig.json ./

0 commit comments

Comments
 (0)