File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2727
2828 - name : Detect flaky test failures
2929 id : detect
30- uses : anthropics/claude-code-action@2cc1ac1331eac7a6a96d716dd204dd2888d0fcd2 # main
30+ uses : anthropics/claude-code-action@f4fb5c6cdccc1ee7af63692f5d08d56efaa64cc8 # main
3131 with :
3232 allowed_bots : ' renovate'
3333 anthropic_api_key : ${{ secrets.ANTHROPIC_API_KEY }}
Original file line number Diff line number Diff line change 2828
2929 - name : Run Claude Code Review
3030 id : claude-review
31- uses : anthropics/claude-code-action@2cc1ac1331eac7a6a96d716dd204dd2888d0fcd2 # v1
31+ uses : anthropics/claude-code-action@f4fb5c6cdccc1ee7af63692f5d08d56efaa64cc8 # v1
3232 with :
3333 allowed_bots : ' renovate'
3434 anthropic_api_key : ${{ secrets.ANTHROPIC_API_KEY }}
Original file line number Diff line number Diff line change 4040
4141 - name : Run Claude Code
4242 id : claude
43- uses : anthropics/claude-code-action@2cc1ac1331eac7a6a96d716dd204dd2888d0fcd2 # v1
43+ uses : anthropics/claude-code-action@f4fb5c6cdccc1ee7af63692f5d08d56efaa64cc8 # v1
4444 with :
4545 anthropic_api_key : ${{ secrets.ANTHROPIC_API_KEY }}
4646
Original file line number Diff line number Diff 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@e46ed2cbd01164d986452f91f178727624ae40d7 # v4
50+ uses : github/codeql-action/init@68bde559dea0fdcac2102bfdf6230c5f70eb485e # 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@e46ed2cbd01164d986452f91f178727624ae40d7 # v4
56+ uses : github/codeql-action/analyze@68bde559dea0fdcac2102bfdf6230c5f70eb485e # v4
5757 with :
5858 category : " /language:${{matrix.language}}"
Original file line number Diff line number Diff line change 6969 --health-timeout 5s
7070 --health-retries 5
7171 redpanda :
72- image : redpandadata/redpanda@sha256:12ddbd8e5572210a48d39afecac44db61503ce1cbdae50ee9b1ff5998a8d91e1
72+ image : redpandadata/redpanda@sha256:70e28c21d23e222efbe45eb862b65792507c1928675d52ed1aa72ac642ef12da
7373 ports :
7474 - 9092:9092
7575 - 9644:9644
8282 xpack.security.enabled : false
8383 xpack.security.enrollment.enabled : false
8484 otelcol :
85- image : otel/opentelemetry-collector-contrib:0.150.1 @sha256:a516c26968aa1feb5e5fc0562e3338ea13755cb4f373603226bcc4e276374ad0
85+ image : otel/opentelemetry-collector-contrib:0.151.0 @sha256:d57bfe8eee2378f31cb1193239fbcac521d54a5a071fca2bfc106916a32b892d
8686 ports :
8787 - 4317:4317
8888 toxiproxy :
@@ -101,7 +101,7 @@ jobs:
101101 - 49002:49002
102102 - 49003:49003
103103 openssh :
104- image : linuxserver/openssh-server:latest@sha256:792bb9969a6751f9be2dcecdebd166f75c51187628f1be48ac9c9b3776561c16
104+ image : linuxserver/openssh-server:latest@sha256:29d4e3f887596c4c2fc609f4e07040b08890a238178da400ffa2a602b55245bc
105105 ports :
106106 - 2222:2222
107107 env :
@@ -179,7 +179,7 @@ jobs:
179179 json : ${{ secrets.EH_CREDS }}
180180
181181 - name : Configure AWS credentials
182- uses : aws-actions/configure-aws-credentials@ec61189d14ec14c8efccab744f656cffd0e33f37 # v6
182+ uses : aws-actions/configure-aws-credentials@d979d5b3a71173a29b74b5b88418bfda9437d885 # v6
183183 id : setup-aws
184184 with :
185185 audience : sts.amazonaws.com
Original file line number Diff line number Diff line change @@ -29,12 +29,12 @@ jobs:
2929 - name : golangci-lint flow
3030 uses : golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v9
3131 with :
32- version : v2.11.4
32+ version : v2.12.2
3333 working-directory : ./flow
3434 args : --timeout=10m
3535 - name : golangci-lint e2e_cleanup
3636 uses : golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v9
3737 with :
38- version : v2.11.4
38+ version : v2.12.2
3939 working-directory : ./e2e_cleanup
4040 args : --timeout=10m
Original file line number Diff line number Diff line change 1515 pull-requests : write
1616 runs-on : ubuntu-latest
1717 steps :
18- - uses : release-drafter/release-drafter@563bf132657a13ded0b01fcb723c5a58cdd824e2 # v7
18+ - uses : release-drafter/release-drafter@c2e2804cc59f45f57076a99af580d0fedb697927 # v7
You can’t perform that action at this time.
0 commit comments