Skip to content

Commit 921ffba

Browse files
chore(deps): update github-actions dependencies (#3630)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | elasticsearch | service | minor | `9.1.5` -> `9.2.0` | | [github/codeql-action](https://redirect.github.com/github/codeql-action) | action | digest | `16140ae` -> `4e94bd1` | | linuxserver/openssh-server | service | digest | `0180687` -> `d5c9b76` | | [otel/opentelemetry-collector-contrib](https://redirect.github.com/open-telemetry/opentelemetry-collector-releases) | service | minor | `0.137.0` -> `0.138.0` | | redpandadata/redpanda | service | digest | `bd6c356` -> `8f9e1e9` | --- ### Release Notes <details> <summary>open-telemetry/opentelemetry-collector-releases (otel/opentelemetry-collector-contrib)</summary> ### [`v0.138.0`](https://redirect.github.com/open-telemetry/opentelemetry-collector-releases/blob/HEAD/CHANGELOG.md#v01380) [Compare Source](https://redirect.github.com/open-telemetry/opentelemetry-collector-releases/compare/v0.137.0...v0.138.0) ##### 🚀 New components 🚀 - `unrollprocessor`: Adds the unroll processor to the Contrib distribution ([#&#8203;1189](https://redirect.github.com/open-telemetry/opentelemetry-collector-releases/issues/1189)) ##### 💡 Enhancements 💡 - `packaging`: Allow in-place upgrades for Windows MSI installations ([#&#8203;1197](https://redirect.github.com/open-telemetry/opentelemetry-collector-releases/issues/1197)) </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 becomes conflicted, 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:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNTkuNCIsInVwZGF0ZWRJblZlciI6IjQxLjE1OS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d0637b5 commit 921ffba

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.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@16140ae1a102900babc80a33c44059580f687047 # v4
50+
uses: github/codeql-action/init@4e94bd11f71e507f7f87df81788dff88d1dacbfb # 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@16140ae1a102900babc80a33c44059580f687047 # v4
56+
uses: github/codeql-action/analyze@4e94bd11f71e507f7f87df81788dff88d1dacbfb # v4
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
@@ -48,20 +48,20 @@ jobs:
4848
env:
4949
MYSQL_ROOT_PASSWORD: cipass
5050
redpanda:
51-
image: redpandadata/redpanda@sha256:bd6c35647153a4dbc19507c8037dcca0802484c23e6e5fbb97591a62539e313a
51+
image: redpandadata/redpanda@sha256:8f9e1e944ba5ba21c5bd60877d0d267d8ac6e4d07e12509424197deb43c0ada5
5252
ports:
5353
- 9092:9092
5454
- 9644:9644
5555
elasticsearch:
56-
image: elasticsearch:9.1.5@sha256:767e028f0bc761d4120487bf36613eecf484dbffd4e62240127e56928a5ef49c
56+
image: elasticsearch:9.2.0@sha256:c0e8efbd41e3bdc912293889bae4402f3166f8d5a642f7f4d711b58dd8c2877e
5757
ports:
5858
- 9200:9200
5959
env:
6060
discovery.type: single-node
6161
xpack.security.enabled: false
6262
xpack.security.enrollment.enabled: false
6363
otelcol:
64-
image: otel/opentelemetry-collector-contrib:0.137.0@sha256:886722fe0f37af9d1fe24d29529253ec59fbf263b3b1df4facaf221373e19d23
64+
image: otel/opentelemetry-collector-contrib:0.138.0@sha256:4a951ff0a9772f4fa8e9c7a326434370301b98b2b813933468dcb54aa6a6b5e5
6565
ports:
6666
- 4317:4317
6767
toxiproxy:
@@ -74,7 +74,7 @@ jobs:
7474
- 42002:42002
7575
- 42003:42003
7676
openssh:
77-
image: linuxserver/openssh-server:latest@sha256:018068747bc2463b4031420752c487c79d40ddf1c17f2138a3faeef187a1128e
77+
image: linuxserver/openssh-server:latest@sha256:d5c9b76a243eb4503914b8e63368677bc25c8ff21f21fe24931118206f8fd933
7878
ports:
7979
- 2222:2222
8080
env:

0 commit comments

Comments
 (0)