Skip to content

Commit 6d1b488

Browse files
chore(deps): update all non-major dependencies
1 parent df676db commit 6d1b488

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/workflows/ci.yaml

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

2424
- uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5
2525
with:
@@ -41,7 +41,7 @@ jobs:
4141
if: github.ref != 'refs/heads/main'
4242
runs-on: ubuntu-latest
4343
steps:
44-
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
44+
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
4545

4646
- uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5
4747
with:
@@ -63,7 +63,7 @@ jobs:
6363
# only create a release on main builds:
6464
steps:
6565
- name: checkout code with full history (unshallow)
66-
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
66+
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
6767
with:
6868
fetch-depth: 0
6969
fetch-tags: true
@@ -82,7 +82,7 @@ jobs:
8282
install-only: true
8383

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

.github/workflows/licensing.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
licensing:
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
17+
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
1818
with:
1919
fetch-depth: 0
2020

.github/workflows/validate-renovate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
timeout-minutes: 10
1313

1414
steps:
15-
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
15+
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
1616

1717
- uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4
1818
with:

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# syntax=docker/dockerfile:1.7@sha256:a57df69d0ea827fb7266491f2813635de6f17269be881f696fbfdf2d83dda33e
2-
FROM pscale.dev/wolfi-prod/git:2.45.1@sha256:7eb398437c23eae3df0e9184d16a637252abe2bf18f0972d16350c7820b4d3c1
2+
FROM pscale.dev/wolfi-prod/git:2.45.1@sha256:e3860361253aec0410ab447be3cbce5ddd085e87683705b9e7484e90cbe86700
33

44
COPY ghcommit /ghcommit
55

0 commit comments

Comments
 (0)