Skip to content

Commit a562286

Browse files
committed
chore(deps): pin dependencies
Signed-off-by: Mend Renovate <[email protected]>
1 parent fcbc439 commit a562286

21 files changed

+25
-25
lines changed

.github/workflows/ci-build-binaries.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
5151
- uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
5252
with:
53-
go-version: 1.24.x
53+
go-version: 1.25.x
5454

5555
- name: Setup Node.js version
5656
uses: ./.github/actions/setup-node.js

.github/workflows/ci-comment.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
- name: Download all metrics artifacts from triggering workflow
2323
id: download-artifacts
24-
uses: actions/github-script@v7
24+
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7
2525
with:
2626
script: |
2727
const { owner, repo } = context.repo;
@@ -109,7 +109,7 @@ jobs:
109109

110110
- name: Post PR comment with combined metrics summary
111111
if: steps.compare-metrics.outputs.DIFF_FOUND == 'true' && steps.download-artifacts.outputs.pr_number
112-
uses: thollander/actions-comment-pull-request@v3
112+
uses: thollander/actions-comment-pull-request@24bffb9b452ba05a4f3f77933840a6a841d1b32b # v3
113113
with:
114114
file-path: ./.metrics/combined_summary.md
115115
github-token: '${{ secrets.GITHUB_TOKEN }}'

.github/workflows/ci-crossdock.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
3636
- uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
3737
with:
38-
go-version: 1.24.x
38+
go-version: 1.25.x
3939

4040
- uses: ./.github/actions/setup-branch
4141

.github/workflows/ci-docker-all-in-one.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939

4040
- uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
4141
with:
42-
go-version: 1.24.x
42+
go-version: 1.25.x
4343

4444
- uses: ./.github/actions/setup-node.js
4545

.github/workflows/ci-docker-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434

3535
- uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
3636
with:
37-
go-version: 1.24.x
37+
go-version: 1.25.x
3838

3939
- uses: ./.github/actions/setup-node.js
4040

.github/workflows/ci-docker-hotrod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
4141
- uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
4242
with:
43-
go-version: 1.24.x
43+
go-version: 1.25.x
4444

4545
- uses: ./.github/actions/setup-node.js
4646

.github/workflows/ci-e2e-all.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
run: echo "${{ github.event.number }}" > pr_number.txt
5050
- name: Upload PR number artifact
5151
if: github.event_name == 'pull_request'
52-
uses: actions/upload-artifact@v4
52+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
5353
with:
5454
name: pr_number
5555
path: pr_number.txt

.github/workflows/ci-e2e-badger.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2828
- uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
2929
with:
30-
go-version: 1.24.x
30+
go-version: 1.25.x
3131

3232
- name: Run Badger storage integration tests
3333
run: |

.github/workflows/ci-e2e-cassandra.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141

4242
- uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
4343
with:
44-
go-version: 1.24.x
44+
go-version: 1.25.x
4545

4646
- name: Run cassandra integration tests
4747
id: test-execution

.github/workflows/ci-e2e-elasticsearch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646

4747
- uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
4848
with:
49-
go-version: 1.24.x
49+
go-version: 1.25.x
5050

5151
- name: time settings
5252
run: |

0 commit comments

Comments
 (0)