opentelemetry-collector-contrib
opentelemetry-collector-contrib copied to clipboard
chore(deps): update github-actions deps
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| actions/cache | action | digest | d4323d4 -> 5a3ec84 |
| actions/download-artifact | action | digest | cc20338 -> d3f86a1 |
| actions/setup-go | action | digest | f111f33 -> d35c59a |
| actions/upload-artifact | action | patch | v4.6.1 -> v4.6.2 |
| actions/upload-artifact | action | digest | 4cec3d8 -> ea165f8 |
| codecov/codecov-action | action | patch | v5.4.0 -> v5.4.3 |
| docker/build-push-action | action | digest | 471d1dc -> 2634353 |
| fossas/fossa-action | action | minor | v1.5.0 -> v1.7.0 |
| github/codeql-action | action | minor | v3.28.11 -> v3.29.0 |
| github/codeql-action | action | digest | 6bb031a -> ce28f5b |
| go | uses-with | minor | 1.23.10 -> 1.24.4 |
| lycheeverse/lychee-action | action | minor | v2.3.0 -> v2.4.1 |
| lycheeverse/lychee-action | action | digest | f613c4a -> 82202e5 |
| ossf/scorecard-action | action | patch | v2.4.1 -> v2.4.2 |
[!WARNING] Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
actions/upload-artifact (actions/upload-artifact)
v4.6.2
What's Changed
- Update to use artifact 2.3.2 package & prepare for new upload-artifact release by @salmanmkc in https://github.com/actions/upload-artifact/pull/685
New Contributors
- @salmanmkc made their first contribution in https://github.com/actions/upload-artifact/pull/685
Full Changelog: https://github.com/actions/upload-artifact/compare/v4...v4.6.2
codecov/codecov-action (codecov/codecov-action)
v5.4.3
What's Changed
- build(deps): bump github/codeql-action from 3.28.13 to 3.28.17 by @app/dependabot in https://github.com/codecov/codecov-action/pull/1822
- fix: OIDC on forks by @joseph-sentry in https://github.com/codecov/codecov-action/pull/1823
Full Changelog: https://github.com/codecov/codecov-action/compare/v5.4.2..v5.4.3
v5.4.2
What's Changed
Full Changelog: https://github.com/codecov/codecov-action/compare/v5.4.1..v5.4.2
v5.4.1
What's Changed
- fix: use the github core methods by @thomasrockhu-codecov in https://github.com/codecov/codecov-action/pull/1807
- build(deps): bump github/codeql-action from 3.28.12 to 3.28.13 by @app/dependabot in https://github.com/codecov/codecov-action/pull/1803
- build(deps): bump github/codeql-action from 3.28.11 to 3.28.12 by @app/dependabot in https://github.com/codecov/codecov-action/pull/1797
- build(deps): bump actions/upload-artifact from 4.6.1 to 4.6.2 by @app/dependabot in https://github.com/codecov/codecov-action/pull/1798
- chore(release): wrapper -0.2.1 by @app/codecov-releaser-app in https://github.com/codecov/codecov-action/pull/1788
- build(deps): bump github/codeql-action from 3.28.10 to 3.28.11 by @app/dependabot in https://github.com/codecov/codecov-action/pull/1786
Full Changelog: https://github.com/codecov/codecov-action/compare/v5.4.0..v5.4.1
fossas/fossa-action (fossas/fossa-action)
v1.7.0
What's Changed
- Adds an optional working directory option to change where FOSSA analyzes.
v1.6.0
What's Changed
- Upgrade node to v20 by @jssblck in https://github.com/fossas/fossa-action/pull/60
- Update dependencies, enable auto dependabot by @jssblck in https://github.com/fossas/fossa-action/pull/61
Full Changelog: https://github.com/fossas/fossa-action/compare/v1.5.0...v1.6.0
github/codeql-action (github/codeql-action)
v3.29.0
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
3.29.0 - 11 Jun 2025
- Update default CodeQL bundle version to 2.22.0. #2925
- Bump minimum CodeQL bundle version to 2.16.6. #2912
See the full CHANGELOG.md for more information.
v3.28.19
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
3.28.19 - 03 Jun 2025
- The CodeQL Action no longer includes its own copy of the extractor for the
actionslanguage, which is currently in public preview. Theactionsextractor has been included in the CodeQL CLI since v2.20.6. If your workflow has enabled theactionslanguage and you have pinned yourtools:property to a specific version of the CodeQL CLI earlier than v2.20.6, you will need to update to at least CodeQL v2.20.6 or disableactionsanalysis. - Update default CodeQL bundle version to 2.21.4. #2910
See the full CHANGELOG.md for more information.
v3.28.18
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
3.28.18 - 16 May 2025
- Update default CodeQL bundle version to 2.21.3. #2893
- Skip validating SARIF produced by CodeQL for improved performance. #2894
- The number of threads and amount of RAM used by CodeQL can now be set via the
CODEQL_THREADSandCODEQL_RAMrunner environment variables. If set, these environment variables override thethreadsandraminputs respectively. #2891
See the full CHANGELOG.md for more information.
v3.28.17
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
3.28.17 - 02 May 2025
- Update default CodeQL bundle version to 2.21.2. #2872
See the full CHANGELOG.md for more information.
v3.28.16
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
3.28.16 - 23 Apr 2025
- Update default CodeQL bundle version to 2.21.1. #2863
See the full CHANGELOG.md for more information.
v3.28.15
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
3.28.15 - 07 Apr 2025
- Fix bug where the action would fail if it tried to produce a debug artifact with more than 65535 files. #2842
See the full CHANGELOG.md for more information.
v3.28.14
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
3.28.14 - 07 Apr 2025
- Update default CodeQL bundle version to 2.21.0. #2838
See the full CHANGELOG.md for more information.
v3.28.13
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
3.28.13 - 24 Mar 2025
No user facing changes.
See the full CHANGELOG.md for more information.
v3.28.12
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
3.28.12 - 19 Mar 2025
- Dependency caching should now cache more dependencies for Java
build-mode: noneextractions. This should speed up workflows and avoid inconsistent alerts in some cases. - Update default CodeQL bundle version to 2.20.7. #2810
See the full CHANGELOG.md for more information.
actions/go-versions (go)
v1.24.4: 1.24.4
Go 1.24.4
v1.24.3: 1.24.3
Go 1.24.3
v1.24.2: 1.24.2
Go 1.24.2
v1.24.1: 1.24.1
Go 1.24.1
v1.24.0: 1.24.0
Go 1.24.0
lycheeverse/lychee-action (lycheeverse/lychee-action)
v2.4.1: Version 2.4.1
What's Changed
- Added Update Default Lychee version workflow by @Arteiii in https://github.com/lycheeverse/lychee-action/pull/284
- Use temporary directory for lychee installation by @mre in https://github.com/lycheeverse/lychee-action/pull/287
- Fix
lycheeversion check by @mondeja in https://github.com/lycheeverse/lychee-action/pull/288
Full Changelog: https://github.com/lycheeverse/lychee-action/compare/v2...v2.4.1
v2.4.0: Version 2.4.0
What's Changed
-
lychee now has a new task output, which allows to track which links got fixed more easily. It looks like this:
[test.html]:
- [X] [404] https://en.wikipedia.org/wiki/foo | Network error: Not Found
- [ ] [404] https://en.wikipedia.org/wiki/bar | Network error: Not Found
- [ ] [ERROR] https://example.com/baz | Network error: error sending request for url (https://example.com/baz) Maybe a certificate error?
Each broken link has a checkbox that can be ticked off once fixed. Credit goes to @Arteiii for the idea and the implementation. See #274 for more information.
-
Update To latest lychee Release by @Arteiii in https://github.com/lycheeverse/lychee-action/pull/279
-
Add
workingDirectoryargument by @mre in https://github.com/lycheeverse/lychee-action/pull/283
New Contributors
- @Arteiii made their first contribution in https://github.com/lycheeverse/lychee-action/pull/279
Full Changelog: https://github.com/lycheeverse/lychee-action/compare/v2...v2.4.0
ossf/scorecard-action (ossf/scorecard-action)
v2.4.2
What's Changed
This update bumps the Scorecard version to the v5.2.1 release. For a complete list of changes, please refer to the Scorecard v5.2.0 and v5.2.1 release notes.
Full Changelog: https://github.com/ossf/scorecard-action/compare/v2.4.1...v2.4.2
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 if that's undesired.
- [ ] If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.
https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/38970
Downgraded go version to allow the rest of the dependencies to be updated
@songy23 can you review