Skip to content

Commit fc79416

Browse files
chore(deps): update github-actions dependencies (#3360)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [bitnami/minio](https://redirect.github.com/bitnami/containers) ([source](https://redirect.github.com/bitnami/containers/tree/HEAD/bitnami/minio)) | service | digest | `a70e90b` -> `4707bf7` | | [bufbuild/buf-action](https://redirect.github.com/bufbuild/buf-action) | action | digest | `c231a1a` -> `8f4a145` | | elasticsearch | service | patch | `9.1.1` -> `9.1.2` | | [github/codeql-action](https://redirect.github.com/github/codeql-action) | action | digest | `76621b6` -> `96f518a` | | [go](https://redirect.github.com/actions/go-versions) | uses-with | minor | `1.24.6` -> `1.25.0` | | [otel/opentelemetry-collector-contrib](https://redirect.github.com/open-telemetry/opentelemetry-collector-releases) | service | minor | `0.131.1` -> `0.132.4` | --- ### Release Notes <details> <summary>actions/go-versions (go)</summary> ### [`v1.25.0`](https://redirect.github.com/actions/go-versions/releases/tag/1.25.0-16925932082): 1.25.0 [Compare Source](https://redirect.github.com/actions/go-versions/compare/1.24.6-16792114823...1.25.0-16925932082) Go 1.25.0 </details> <details> <summary>open-telemetry/opentelemetry-collector-releases (otel/opentelemetry-collector-contrib)</summary> ### [`v0.132.4`](https://redirect.github.com/open-telemetry/opentelemetry-collector-releases/releases/tag/v0.132.4) [Compare Source](https://redirect.github.com/open-telemetry/opentelemetry-collector-releases/compare/v0.132.3...v0.132.4) Check the [v0.132.4 contrib changelog](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/releases/tag/v0.132.4) and the [v0.132.4 core changelog](https://redirect.github.com/open-telemetry/opentelemetry-collector/releases/tag/v0.132.4) for changelogs on specific components. ##### Changelog - [`acd6a3c`](https://redirect.github.com/open-telemetry/opentelemetry-collector-releases/commit/acd6a3cd6617759eebfaa028c777f7cb33537c55) \[chore] fix tag name issue in binary release pipeline ([#&#8203;1126](https://redirect.github.com/open-telemetry/opentelemetry-collector-releases/issues/1126)) ([#&#8203;1127](https://redirect.github.com/open-telemetry/opentelemetry-collector-releases/issues/1127)) ### [`v0.132.3`](https://redirect.github.com/open-telemetry/opentelemetry-collector-releases/releases/tag/v0.132.3) [Compare Source](https://redirect.github.com/open-telemetry/opentelemetry-collector-releases/compare/v0.132.2...v0.132.3) v0.132.3 is a patch release attempting to fix a bug in the release pipelines. Please see [v0.132.0](https://redirect.github.com/open-telemetry/opentelemetry-collector-releases/releases/tag/v0.132.0) for release notes. ### [`v0.132.2`](https://redirect.github.com/open-telemetry/opentelemetry-collector-releases/releases/tag/v0.132.2) [Compare Source](https://redirect.github.com/open-telemetry/opentelemetry-collector-releases/compare/v0.132.1...v0.132.2) ##### Images and binaries for collector distributions here: https://github.com/open-telemetry/opentelemetry-collector-releases/releases/tag/v0.132.2 #### v0.132.2 v0.132.2 is a patch release attempting to fix a misfire in the build. Please see [v0.132.0](https://redirect.github.com/open-telemetry/opentelemetry-collector-releases/releases/tag/v0.132.0) for release notes. ### [`v0.132.1`](https://redirect.github.com/open-telemetry/opentelemetry-collector-releases/releases/tag/v0.132.1) [Compare Source](https://redirect.github.com/open-telemetry/opentelemetry-collector-releases/compare/v0.132.0...v0.132.1) #### v0.132.1 v0.132.1 is a patch release fixing the script used to build and push Windows docker image. Please see [v0.132.0](https://redirect.github.com/open-telemetry/opentelemetry-collector-releases/releases/tag/v0.132.0) for release notes. ### [`v0.132.0`](https://redirect.github.com/open-telemetry/opentelemetry-collector-releases/blob/HEAD/CHANGELOG.md#v01320) [Compare Source](https://redirect.github.com/open-telemetry/opentelemetry-collector-releases/compare/v0.131.1...v0.132.0) ##### 🛑 Breaking changes 🛑 - `releases`: Fix artifact checksum files being incomplete and split between Linux/Darwin and Windows. ([#&#8203;1002](https://redirect.github.com/open-telemetry/opentelemetry-collector-releases/issues/1002), [#&#8203;1086](https://redirect.github.com/open-telemetry/opentelemetry-collector-releases/issues/1086)) This fixes a bug that occurred because releases for Windows and other Platforms are split. The Windows release always overwrote the checksum files already created for Linux and Darwin and so, only the Windows checksums were accessible in the end. This change is breaking because checksum files for Linux/Darwin and Windows are now split. - `otelcol`: Remove deprecated opencensus exporter and receiver ([#&#8203;1056](https://redirect.github.com/open-telemetry/opentelemetry-collector-releases/issues/1056)) - `otelcol-contrib`: Remove deprecated opencensus exporter and receiver ([#&#8203;1056](https://redirect.github.com/open-telemetry/opentelemetry-collector-releases/issues/1056)) - `otelcol-k8s`: Remove deprecated opencensus exporter and receiver ([#&#8203;1056](https://redirect.github.com/open-telemetry/opentelemetry-collector-releases/issues/1056)) ##### 💡 Enhancements 💡 - `contrib`: Add skywalkingencodingextension in otelcol-contrib distribution ([#&#8203;1078](https://redirect.github.com/open-telemetry/opentelemetry-collector-releases/issues/1078)) - `releases`: Introduce nightly releases ([#&#8203;1016](https://redirect.github.com/open-telemetry/opentelemetry-collector-releases/issues/1016)) - `platforms`: Add Tier 3 support for riscv64 ([#&#8203;968](https://redirect.github.com/open-telemetry/opentelemetry-collector-releases/issues/968), [#&#8203;969](https://redirect.github.com/open-telemetry/opentelemetry-collector-releases/issues/969)) New Tier 3 platform: riscv64 architecture is now included, allowing the collector to be built and distributed for this platform. ##### 🧰 Bug fixes 🧰 - `service/telemetry`: Pins go.opentelemetry.io/otel/exporters/prometheus to v0.58.0 ([#&#8203;1067](https://redirect.github.com/open-telemetry/opentelemetry-collector-releases/issues/1067)) go.opentelemetry.io/otel/exporters/prometheus v0.59.x has a bug leading to unexpected suffix in metric names, we want to stay with v0.58.0 in the artifacts. </details> --- ### Configuration 📅 **Schedule**: Branch creation - "after 5pm on monday" in timezone Etc/UTC, 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:eyJjcmVhdGVkSW5WZXIiOiI0MS43MS4xIiwidXBkYXRlZEluVmVyIjoiNDEuNzEuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent bb9f27e commit fc79416

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

.github/actions/genprotos/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ runs:
1515
key: ${{ runner.os }}-build-genprotos-${{ hashFiles('buf.gen.yaml', './protos/peers.proto', './protos/flow.proto', './protos/route.proto') }}
1616

1717
- if: steps.cache.outputs.cache-hit != 'true'
18-
uses: bufbuild/buf-action@c231a1aa9281e5db706c970f468f0744a37561fd # v1
18+
uses: bufbuild/buf-action@8f4a1456a0ab6a1eb80ba68e53832e6fcfacc16c # v1
1919
with:
2020
setup_only: true
2121
github_token: ${{ github.token }}

.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@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5
1616
with:
17-
go-version: '1.24.6'
17+
go-version: '1.25.0'
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@76621b61decf072c1cee8dd1ce2d2a82d33c17ed # v3
50+
uses: github/codeql-action/init@96f518a34f7a870018057716cc4d7a5c014bd61c # v3
5151
with:
5252
languages: ${{ matrix.language }}
5353
build-mode: ${{ matrix.build-mode }}
5454

5555
- name: Perform CodeQL Analysis
56-
uses: github/codeql-action/analyze@76621b61decf072c1cee8dd1ce2d2a82d33c17ed # v3
56+
uses: github/codeql-action/analyze@96f518a34f7a870018057716cc4d7a5c014bd61c # v3
5757
with:
5858
category: "/language:${{matrix.language}}"

.github/workflows/flow.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,15 +46,15 @@ jobs:
4646
- 9092:9092
4747
- 9644:9644
4848
elasticsearch:
49-
image: elasticsearch:9.1.1@sha256:272cbfbe31d87291a06bcd7cb3c7243dc8df50c04df987bc62a7c31ca9b4681a
49+
image: elasticsearch:9.1.2@sha256:b1c50fb8d09ea8486c6422e3c5a0d48c97b931bf2dbc42c5321081845f1ff449
5050
ports:
5151
- 9200:9200
5252
env:
5353
discovery.type: single-node
5454
xpack.security.enabled: false
5555
xpack.security.enrollment.enabled: false
5656
minio:
57-
image: bitnami/minio:2025.7.23@sha256:a70e90bb70f4732221901de53502334cef58665c6c4275a014d47adad10e1883
57+
image: bitnami/minio:2025.7.23@sha256:4707bf769bba6653d5c5653b18b619d7397b35efc6f402aebfd0a93a5309a0c0
5858
ports:
5959
- 9999:9999
6060
env:
@@ -64,7 +64,7 @@ jobs:
6464
AWS_EC2_METADATA_DISABLED: true
6565
MINIO_DEFAULT_BUCKETS: peerdb
6666
otelcol:
67-
image: otel/opentelemetry-collector-contrib:0.131.1@sha256:c06aa6d7833e9a2b81c6c394d67e40ae9864edec8dca8a8e8552df1316c96d9b
67+
image: otel/opentelemetry-collector-contrib:0.132.4@sha256:bcb6d6d0e56645a75cbce0b7aeb3cf7c304299788bc573080b0351eddc786c9b
6868
ports:
6969
- 4317:4317
7070

@@ -76,7 +76,7 @@ jobs:
7676

7777
- uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5
7878
with:
79-
go-version: '1.24.6'
79+
go-version: '1.25.0'
8080
cache-dependency-path: flow/go.sum
8181

8282
- 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@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5
2626
with:
27-
go-version: '1.24.6'
27+
go-version: '1.25.0'
2828
cache: false
2929
- name: golangci-lint flow
3030
uses: golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9 # v8

0 commit comments

Comments
 (0)