Skip to content

Commit 22a91cb

Browse files
Update github-actions dependencies (#4203)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [anthropics/claude-code-action](https://redirect.github.com/anthropics/claude-code-action) ([changelog](https://redirect.github.com/anthropics/claude-code-action/compare/b47fd721da662d48c5680e154ad16a73ed74d2e0..38ec876110f9fbf8b950c79f534430740c3ac009)) | action | digest | `b47fd72` → `38ec876` | | [anthropics/claude-code-action](https://redirect.github.com/anthropics/claude-code-action) ([changelog](https://redirect.github.com/anthropics/claude-code-action/compare/ff49ec5fd6668a7e8f5bd680d618d2c0dbe7e00e..632a368e81692f2e33c14b7133a7ef56ae6d35e1)) | action | digest | `ff49ec5` → `632a368` | | [github/codeql-action](https://redirect.github.com/github/codeql-action) ([changelog](https://redirect.github.com/github/codeql-action/compare/c10b8064de6f491fea524254123dbe5e09572f13..95e58e9a2cdfd71adc6e0353d5c52f41a045d225)) | action | digest | `c10b806` → `95e58e9` | | [go](https://redirect.github.com/actions/go-versions) | uses-with | patch | `1.26.1` → `1.26.2` | | linuxserver/openssh-server | service | digest | `969edac` → `742f577` | | redpandadata/redpanda | service | digest | `519c125` → `f9d8610` | --- ### Release Notes <details> <summary>actions/go-versions (go)</summary> ### [`v1.26.2`](https://redirect.github.com/actions/go-versions/releases/tag/1.26.2-24114135105): 1.26.2 [Compare Source](https://redirect.github.com/actions/go-versions/compare/1.26.1-22746851271...1.26.2-24114135105) Go 1.26.2 </details> --- ### Configuration 📅 **Schedule**: (in timezone Etc/UTC) - Branch creation - "after 5pm on monday" - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/PeerDB-io/peerdb). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xMjMuOCIsInVwZGF0ZWRJblZlciI6IjQzLjEyMy44IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d4a6ce2 commit 22a91cb

8 files changed

Lines changed: 11 additions & 11 deletions

File tree

.github/workflows/auto-retry-flaky-tests.yml

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

2828
- name: Detect flaky test failures
2929
id: detect
30-
uses: anthropics/claude-code-action@ff49ec5fd6668a7e8f5bd680d618d2c0dbe7e00e # main
30+
uses: anthropics/claude-code-action@632a368e81692f2e33c14b7133a7ef56ae6d35e1 # main
3131
with:
3232
allowed_bots: 'renovate'
3333
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}

.github/workflows/claude-code-review.yml

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

2929
- name: Run Claude Code Review
3030
id: claude-review
31-
uses: anthropics/claude-code-action@b47fd721da662d48c5680e154ad16a73ed74d2e0 # v1
31+
uses: anthropics/claude-code-action@38ec876110f9fbf8b950c79f534430740c3ac009 # v1
3232
with:
3333
allowed_bots: 'renovate'
3434
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}

.github/workflows/claude.yml

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

4141
- name: Run Claude Code
4242
id: claude
43-
uses: anthropics/claude-code-action@b47fd721da662d48c5680e154ad16a73ed74d2e0 # v1
43+
uses: anthropics/claude-code-action@38ec876110f9fbf8b950c79f534430740c3ac009 # v1
4444
with:
4545
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
4646

.github/workflows/cleanup.yml

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

1515
- uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
1616
with:
17-
go-version: '1.26.1'
17+
go-version: '1.26.2'
1818
cache-dependency-path: e2e_cleanup/go.sum
1919

2020
- name: download go modules

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,12 @@ jobs:
4747
4848
# Initializes the CodeQL tools for scanning.
4949
- name: Initialize CodeQL
50-
uses: github/codeql-action/init@c10b8064de6f491fea524254123dbe5e09572f13 # v4
50+
uses: github/codeql-action/init@95e58e9a2cdfd71adc6e0353d5c52f41a045d225 # v4
5151
with:
5252
languages: ${{ matrix.language }}
5353
build-mode: ${{ matrix.build-mode }}
5454

5555
- name: Perform CodeQL Analysis
56-
uses: github/codeql-action/analyze@c10b8064de6f491fea524254123dbe5e09572f13 # v4
56+
uses: github/codeql-action/analyze@95e58e9a2cdfd71adc6e0353d5c52f41a045d225 # v4
5757
with:
5858
category: "/language:${{matrix.language}}"

.github/workflows/flow.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
--health-timeout 5s
5555
--health-retries 5
5656
redpanda:
57-
image: redpandadata/redpanda@sha256:519c125d22c14b01562a428addcecea327f20eceee923805aff29fff53391cf8
57+
image: redpandadata/redpanda@sha256:f9d86102b8030b5a990a09e30ee3f7f3b8c8c677ee3eca921555d882becdeae7
5858
ports:
5959
- 9092:9092
6060
- 9644:9644
@@ -86,7 +86,7 @@ jobs:
8686
- 49002:49002
8787
- 49003:49003
8888
openssh:
89-
image: linuxserver/openssh-server:latest@sha256:969edac1221e0f211d86dc5a94ee9337340c9c585527f73e5fabf2dae7bb8de3
89+
image: linuxserver/openssh-server:latest@sha256:742f577d4100f5ad3b38f270d722931bbe98b997444c13b1a2a838df12a9971e
9090
ports:
9191
- 2222:2222
9292
env:
@@ -107,7 +107,7 @@ jobs:
107107

108108
- uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
109109
with:
110-
go-version: '1.26.1'
110+
go-version: '1.26.2'
111111
cache-dependency-path: flow/go.sum
112112

113113
- name: install lib-geos

.github/workflows/golang-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
sudo apt-get install libgeos-dev
2525
- uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
2626
with:
27-
go-version: '1.26.1'
27+
go-version: '1.26.2'
2828
cache: false
2929
- name: golangci-lint flow
3030
uses: golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v9

.github/workflows/pinned-versions.yml

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

1717
- uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
1818
with:
19-
go-version: '1.26.1'
19+
go-version: '1.26.2'
2020
cache-dependency-path: flow/go.sum
2121

2222
- name: Check pinned dependency versions

0 commit comments

Comments
 (0)