Commit f09e5ef
authored
chore(deps): update github-actions deps (#14209)
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [CodSpeedHQ/action](https://redirect.github.com/CodSpeedHQ/action) |
action | minor | `v4.3.4` -> `v4.4.1` |
| [actions/checkout](https://redirect.github.com/actions/checkout) |
action | patch | `v5.0.0` -> `v5.0.1` |
|
[actions/create-github-app-token](https://redirect.github.com/actions/create-github-app-token)
| action | minor | `v2.1.4` -> `v2.2.0` |
| [actions/setup-go](https://redirect.github.com/actions/setup-go) |
action | minor | `v6.0.0` -> `v6.1.0` |
| [actions/setup-go](https://redirect.github.com/actions/setup-go) |
action | digest | `4469467` -> `4dc6199` |
|
[github/codeql-action](https://redirect.github.com/github/codeql-action)
| action | patch | `v4.31.4` -> `v4.31.5` |
---
> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.
---
### Release Notes
<details>
<summary>CodSpeedHQ/action (CodSpeedHQ/action)</summary>
###
[`v4.4.1`](https://redirect.github.com/CodSpeedHQ/action/releases/tag/v4.4.1)
[Compare
Source](https://redirect.github.com/CodSpeedHQ/action/compare/v4.4.0...v4.4.1)
#### Release Notes
##### <!-- 0 -->🚀 Features
- Display oidc as announcement by
[@​fargito](https://redirect.github.com/fargito)
- Add --allow-empty run option by
[@​GuillaumeLagrange](https://redirect.github.com/GuillaumeLagrange)
in [#​160](https://redirect.github.com/CodSpeedHQ/runner/pull/160)
##### <!-- 1 -->🐛 Bug Fixes
- Do not espace trailing newlines in logger by
[@​fargito](https://redirect.github.com/fargito)
- Make multiline logs appear correctly in summary by
[@​fargito](https://redirect.github.com/fargito) in
[#​162](https://redirect.github.com/CodSpeedHQ/runner/pull/162)
- Request OIDC token just before upload by
[@​fargito](https://redirect.github.com/fargito)
- Update docs links to oidc by
[@​fargito](https://redirect.github.com/fargito) in
[#​159](https://redirect.github.com/CodSpeedHQ/runner/pull/159)
##### <!-- 7 -->⚙️ Internals
- feat: make use of allow-empty in the ci of this action by
[@​GuillaumeLagrange](https://redirect.github.com/GuillaumeLagrange)
in [#​158](https://redirect.github.com/CodSpeedHQ/action/pull/158)
- chore: bump runner version to 4.4.1 by
[@​github-actions](https://redirect.github.com/github-actions)\[bot]
in [#​159](https://redirect.github.com/CodSpeedHQ/action/pull/159)
#### Install codspeed-runner 4.4.1
##### Install prebuilt binaries via shell script
```sh
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/CodSpeedHQ/runner/releases/download/v4.4.1/codspeed-runner-installer.sh | sh
```
#### Download codspeed-runner 4.4.1
| File | Platform | Checksum |
|
--------------------------------------------------------------------------------------------------------------------------------------------------------------------
| ---------------- |
----------------------------------------------------------------------------------------------------------------------------------
|
|
[codspeed-runner-aarch64-unknown-linux-musl.tar.gz](https://redirect.github.com/CodSpeedHQ/runner/releases/download/v4.4.1/codspeed-runner-aarch64-unknown-linux-musl.tar.gz)
| ARM64 MUSL Linux |
[checksum](https://redirect.github.com/CodSpeedHQ/runner/releases/download/v4.4.1/codspeed-runner-aarch64-unknown-linux-musl.tar.gz.sha256)
|
|
[codspeed-runner-x86\_64-unknown-linux-musl.tar.gz](https://redirect.github.com/CodSpeedHQ/runner/releases/download/v4.4.1/codspeed-runner-x86_64-unknown-linux-musl.tar.gz)
| x64 MUSL Linux |
[checksum](https://redirect.github.com/CodSpeedHQ/runner/releases/download/v4.4.1/codspeed-runner-x86_64-unknown-linux-musl.tar.gz.sha256)
|
**Full Runner Changelog**:
<https://github.com/CodSpeedHQ/runner/blob/main/CHANGELOG.md>
**Full Changelog**:
<CodSpeedHQ/action@v4.4.0...v4.4.1>
###
[`v4.4.0`](https://redirect.github.com/CodSpeedHQ/action/releases/tag/v4.4.0)
[Compare
Source](https://redirect.github.com/CodSpeedHQ/action/compare/v4.3.4...v4.4.0)
#### Release Notes
##### <!-- 0 -->🚀 Features
- Add support for oidc token authentication by
[@​fargito](https://redirect.github.com/fargito) in
[#​156](https://redirect.github.com/CodSpeedHQ/runner/pull/156)
- You can now use OIDC to authenticate your CodSpeed workflow and remove
`CODSPEED_TOKEN` from your repositories secret! Learn more in the
dedicated [changelog
entry](https://codspeed.io/changelog/2025-11-19-simpler-authentication-with-oidc)
- Accept simulation as runner mode by
[@​GuillaumeLagrange](https://redirect.github.com/GuillaumeLagrange)
in [#​152](https://redirect.github.com/CodSpeedHQ/runner/pull/152)
- Add a comment explaining why we do not check for emptiness in valgrind
teardown by
[@​GuillaumeLagrange](https://redirect.github.com/GuillaumeLagrange)
in [#​157](https://redirect.github.com/CodSpeedHQ/runner/pull/157)
- Validate walltime results before uploading by
[@​GuillaumeLagrange](https://redirect.github.com/GuillaumeLagrange)
- Import walltime\_results from monorepo by
[@​GuillaumeLagrange](https://redirect.github.com/GuillaumeLagrange)
- Accept both simulation and instrumentation as a mode input by
[@​GuillaumeLagrange](https://redirect.github.com/GuillaumeLagrange)
in [#​155](https://redirect.github.com/CodSpeedHQ/action/pull/155)
##### <!-- 1 -->🐛 Bug Fixes
- Dont start perf unless it's not already started by
[@​not-matthias](https://redirect.github.com/not-matthias) in
[#​158](https://redirect.github.com/CodSpeedHQ/runner/pull/158)
- Use a line buffer when reading stdout/stderr streams by
[@​GuillaumeLagrange](https://redirect.github.com/GuillaumeLagrange)
##### <!-- 4 --> 📚 Documentation
- docs: recommend OpenID Connect instead of static token by
[@​fargito](https://redirect.github.com/fargito) in
[#​156](https://redirect.github.com/CodSpeedHQ/action/pull/156)
##### <!-- 7 -->⚙️ Internals
- chore: bump runner version to 4.4.0 by
[@​github-actions](https://redirect.github.com/github-actions)\[bot]
in [#​157](https://redirect.github.com/CodSpeedHQ/action/pull/157)
#### Install codspeed-runner 4.4.0
##### Install prebuilt binaries via shell script
```sh
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/CodSpeedHQ/runner/releases/download/v4.4.0/codspeed-runner-installer.sh | sh
```
#### Download codspeed-runner 4.4.0
| File | Platform | Checksum |
|
--------------------------------------------------------------------------------------------------------------------------------------------------------------------
| ---------------- |
----------------------------------------------------------------------------------------------------------------------------------
|
|
[codspeed-runner-aarch64-unknown-linux-musl.tar.gz](https://redirect.github.com/CodSpeedHQ/runner/releases/download/v4.4.0/codspeed-runner-aarch64-unknown-linux-musl.tar.gz)
| ARM64 MUSL Linux |
[checksum](https://redirect.github.com/CodSpeedHQ/runner/releases/download/v4.4.0/codspeed-runner-aarch64-unknown-linux-musl.tar.gz.sha256)
|
|
[codspeed-runner-x86\_64-unknown-linux-musl.tar.gz](https://redirect.github.com/CodSpeedHQ/runner/releases/download/v4.4.0/codspeed-runner-x86_64-unknown-linux-musl.tar.gz)
| x64 MUSL Linux |
[checksum](https://redirect.github.com/CodSpeedHQ/runner/releases/download/v4.4.0/codspeed-runner-x86_64-unknown-linux-musl.tar.gz.sha256)
|
**Full Runner Changelog**:
<https://github.com/CodSpeedHQ/runner/blob/main/CHANGELOG.md>
**Full Changelog**:
<CodSpeedHQ/action@v4.3.4...v4.4.0>
</details>
<details>
<summary>actions/checkout (actions/checkout)</summary>
###
[`v5.0.1`](https://redirect.github.com/actions/checkout/releases/tag/v5.0.1)
[Compare
Source](https://redirect.github.com/actions/checkout/compare/v5.0.0...v5.0.1)
##### What's Changed
- Port v6 cleanup to v5 by
[@​ericsciple](https://redirect.github.com/ericsciple) in
[#​2301](https://redirect.github.com/actions/checkout/pull/2301)
**Full Changelog**:
<actions/checkout@v5...v5.0.1>
</details>
<details>
<summary>actions/create-github-app-token
(actions/create-github-app-token)</summary>
###
[`v2.2.0`](https://redirect.github.com/actions/create-github-app-token/releases/tag/v2.2.0)
[Compare
Source](https://redirect.github.com/actions/create-github-app-token/compare/v2.1.4...v2.2.0)
##### Bug Fixes
- **deps:** bump glob from 10.4.5 to 10.5.0
([#​305](https://redirect.github.com/actions/create-github-app-token/issues/305))
([5480f43](https://redirect.github.com/actions/create-github-app-token/commit/5480f4325a18c025ee16d7e081413854624e9edc))
- **deps:** bump p-retry from 6.2.1 to 7.1.0
([#​294](https://redirect.github.com/actions/create-github-app-token/issues/294))
([dce3be8](https://redirect.github.com/actions/create-github-app-token/commit/dce3be8b284f45e65caed11a610e2bef738d15b4))
- **deps:** bump the production-dependencies group with 2 updates
([#​292](https://redirect.github.com/actions/create-github-app-token/issues/292))
([55e2a4b](https://redirect.github.com/actions/create-github-app-token/commit/55e2a4b2ccaaa8364303e6ab9f77e31ad02298e5))
##### Features
- update permission inputs
([#​296](https://redirect.github.com/actions/create-github-app-token/issues/296))
([d90aa53](https://redirect.github.com/actions/create-github-app-token/commit/d90aa532332d33f6dc9656fd4491a98441595a37))
</details>
<details>
<summary>actions/setup-go (actions/setup-go)</summary>
###
[`v6.1.0`](https://redirect.github.com/actions/setup-go/releases/tag/v6.1.0)
[Compare
Source](https://redirect.github.com/actions/setup-go/compare/v6.0.0...v6.1.0)
#### What's Changed
##### Enhancements
- Fall back to downloading from go.dev/dl instead of
storage.googleapis.com/golang by
[@​nicholasngai](https://redirect.github.com/nicholasngai) in
[#​665](https://redirect.github.com/actions/setup-go/pull/665)
- Add support for .tool-versions file and update workflow by
[@​priya-kinthali](https://redirect.github.com/priya-kinthali) in
[#​673](https://redirect.github.com/actions/setup-go/pull/673)
- Add comprehensive breaking changes documentation for v6 by
[@​mahabaleshwars](https://redirect.github.com/mahabaleshwars) in
[#​674](https://redirect.github.com/actions/setup-go/pull/674)
##### Dependency updates
- Upgrade eslint-config-prettier from 10.0.1 to 10.1.8 and document
breaking changes in v6 by
[@​dependabot](https://redirect.github.com/dependabot) in
[#​617](https://redirect.github.com/actions/setup-go/pull/617)
- Upgrade actions/publish-action from 0.3.0 to 0.4.0 by
[@​dependabot](https://redirect.github.com/dependabot) in
[#​641](https://redirect.github.com/actions/setup-go/pull/641)
- Upgrade semver and
[@​types/semver](https://redirect.github.com/types/semver) by
[@​dependabot](https://redirect.github.com/dependabot) in
[#​652](https://redirect.github.com/actions/setup-go/pull/652)
#### New Contributors
- [@​nicholasngai](https://redirect.github.com/nicholasngai) made
their first contribution in
[#​665](https://redirect.github.com/actions/setup-go/pull/665)
- [@​priya-kinthali](https://redirect.github.com/priya-kinthali)
made their first contribution in
[#​673](https://redirect.github.com/actions/setup-go/pull/673)
- [@​mahabaleshwars](https://redirect.github.com/mahabaleshwars)
made their first contribution in
[#​674](https://redirect.github.com/actions/setup-go/pull/674)
**Full Changelog**:
<actions/setup-go@v6...v6.1.0>
</details>
<details>
<summary>github/codeql-action (github/codeql-action)</summary>
###
[`v4.31.5`](https://redirect.github.com/github/codeql-action/releases/tag/v4.31.5)
[Compare
Source](https://redirect.github.com/github/codeql-action/compare/v4.31.4...v4.31.5)
##### CodeQL Action Changelog
See the [releases
page](https://redirect.github.com/github/codeql-action/releases) for the
relevant changes to the CodeQL CLI and language packs.
##### 4.31.5 - 24 Nov 2025
- Update default CodeQL bundle version to 2.23.6.
[#​3321](https://redirect.github.com/github/codeql-action/pull/3321)
See the full
[CHANGELOG.md](https://redirect.github.com/github/codeql-action/blob/v4.31.5/CHANGELOG.md)
for more information.
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "on tuesday" (UTC), Automerge - At any
time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.
♻ **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/open-telemetry/opentelemetry-collector).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xOS41IiwidXBkYXRlZEluVmVyIjoiNDIuMTkuNSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent 4c36484 commit f09e5ef
File tree
18 files changed
+33
-33
lines changed- .github/workflows
18 files changed
+33
-33
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
| 57 | + | |
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
72 | | - | |
| 72 | + | |
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
| |||
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
94 | | - | |
| 94 | + | |
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
| |||
153 | 153 | | |
154 | 154 | | |
155 | 155 | | |
156 | | - | |
| 156 | + | |
157 | 157 | | |
158 | 158 | | |
159 | 159 | | |
| |||
202 | 202 | | |
203 | 203 | | |
204 | 204 | | |
205 | | - | |
| 205 | + | |
206 | 206 | | |
207 | 207 | | |
208 | 208 | | |
| |||
270 | 270 | | |
271 | 271 | | |
272 | 272 | | |
273 | | - | |
| 273 | + | |
274 | 274 | | |
275 | 275 | | |
276 | 276 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
| 51 | + | |
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
| 67 | + | |
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
| |||
0 commit comments