Skip to content

Commit 456b5cf

Browse files
authored
Merge pull request #45 from planetscale/renovate/pin-dependencies
2 parents 08bb12b + 5be5f44 commit 456b5cf

File tree

3 files changed

+16
-16
lines changed

3 files changed

+16
-16
lines changed

.github/workflows/ci.yaml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -19,17 +19,17 @@ jobs:
1919
test:
2020
runs-on: ubuntu-latest
2121
steps:
22-
- uses: actions/checkout@v4
22+
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
2323

24-
- uses: actions/setup-go@v4
24+
- uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4
2525
with:
2626
go-version-file: go.mod
2727

28-
- uses: golangci/golangci-lint-action@v3
28+
- uses: golangci/golangci-lint-action@3a919529898de77ec3da873e3063ca4b10e7f5cc # v3
2929

3030
# installed here to run lint on the .goreleaser.yml file:
3131
- name: Install GoReleaser
32-
uses: goreleaser/goreleaser-action@v4
32+
uses: goreleaser/goreleaser-action@5fdedb94abba051217030cc86d4523cf3f02243d # v4
3333
with:
3434
install-only: true
3535

@@ -41,16 +41,16 @@ jobs:
4141
if: github.ref != 'refs/heads/main'
4242
runs-on: ubuntu-latest
4343
steps:
44-
- uses: actions/checkout@v4
44+
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
4545

46-
- uses: actions/setup-go@v4
46+
- uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4
4747
with:
4848
go-version-file: go.mod
4949

50-
- uses: golangci/golangci-lint-action@v3
50+
- uses: golangci/golangci-lint-action@3a919529898de77ec3da873e3063ca4b10e7f5cc # v3
5151

5252
- name: Install GoReleaser
53-
uses: goreleaser/goreleaser-action@v4
53+
uses: goreleaser/goreleaser-action@5fdedb94abba051217030cc86d4523cf3f02243d # v4
5454
with:
5555
install-only: true
5656

@@ -63,12 +63,12 @@ jobs:
6363
# only create a release on main builds:
6464
steps:
6565
- name: checkout code with full history (unshallow)
66-
uses: actions/checkout@v4
66+
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
6767
with:
6868
fetch-depth: 0
6969
fetch-tags: true
7070

71-
- uses: actions/setup-go@v4
71+
- uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4
7272
with:
7373
go-version-file: go.mod
7474

@@ -77,12 +77,12 @@ jobs:
7777
curl -sL https://git.io/autotag-install | sudo sh -s -- -b /usr/local/bin
7878
7979
- name: Install GoReleaser
80-
uses: goreleaser/goreleaser-action@v4
80+
uses: goreleaser/goreleaser-action@5fdedb94abba051217030cc86d4523cf3f02243d # v4
8181
with:
8282
install-only: true
8383

8484
- name: login to ghcr.io
85-
uses: docker/login-action@v2
85+
uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # v2
8686
with:
8787
registry: ghcr.io
8888
username: ${{ github.actor }}

.github/workflows/licensing.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ jobs:
1414
licensing:
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/checkout@v4
17+
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
1818
with:
1919
fetch-depth: 0
2020

21-
- uses: actions/setup-go@v4
21+
- uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4
2222
with:
2323
go-version-file: go.mod
2424

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# syntax=docker/dockerfile:1.4
2-
FROM pscale.dev/wolfi-prod/git:2.43.0
1+
# syntax=docker/dockerfile:1.4@sha256:9ba7531bd80fb0a858632727cf7a112fbfd19b17e94c4e84ced81e24ef1a0dbc
2+
FROM pscale.dev/wolfi-prod/git:2.43.0@sha256:a49972c4b2e8ebac76187350f23c242c628a63e50df83ad1eb1bb7b04f24f472
33

44
COPY ghcommit /ghcommit
55

0 commit comments

Comments
 (0)