Skip to content

Commit 1921e21

Browse files
chore(deps): update github-actions deps (#13135)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/cache](https://redirect.github.com/actions/cache) | action | patch | `v4.2.2` -> `v4.2.3` | | [actions/download-artifact](https://redirect.github.com/actions/download-artifact) | action | minor | `v4.1.9` -> `v4.3.0` | | [actions/setup-go](https://redirect.github.com/actions/setup-go) | action | minor | `v5.3.0` -> `v5.5.0` | | [actions/setup-go](https://redirect.github.com/actions/setup-go) | action | digest | `0aaccfd` -> `d35c59a` | | [actions/upload-artifact](https://redirect.github.com/actions/upload-artifact) | action | patch | `v4.6.1` -> `v4.6.2` | | [anchore/sbom-action](https://redirect.github.com/anchore/sbom-action) | action | minor | `v0.18.0` -> `v0.20.0` | | [codecov/codecov-action](https://redirect.github.com/codecov/codecov-action) | action | patch | `5.4.0` -> `5.4.3` | | [fossas/fossa-action](https://redirect.github.com/fossas/fossa-action) | action | minor | `v1.5.0` -> `v1.7.0` | | [github/codeql-action](https://redirect.github.com/github/codeql-action) | action | minor | `v3.28.11` -> `v3.29.0` | | [go](https://redirect.github.com/actions/go-versions) | uses-with | minor | `1.23.10` -> `1.24.4` | | [goreleaser/goreleaser-action](https://redirect.github.com/goreleaser/goreleaser-action) | action | minor | `v6.2.1` -> `v6.3.0` | | lycheeverse/lychee-action | action | digest | `f613c4a` -> `82202e5` | | [ossf/scorecard-action](https://redirect.github.com/ossf/scorecard-action) | action | patch | `v2.4.1` -> `v2.4.2` | | [sigstore/cosign-installer](https://redirect.github.com/sigstore/cosign-installer) | action | patch | `v3.8.1` -> `v3.8.2` | | [streetsidesoftware/cspell-action](https://redirect.github.com/streetsidesoftware/cspell-action) | action | patch | `v7.0.0` -> `v7.0.1` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>actions/cache (actions/cache)</summary> ### [`v4.2.3`](https://redirect.github.com/actions/cache/releases/tag/v4.2.3) [Compare Source](https://redirect.github.com/actions/cache/compare/v4.2.2...v4.2.3) ##### What's Changed - Update to use [@&#8203;actions/cache](https://redirect.github.com/actions/cache) 4.0.3 package & prepare for new release by [@&#8203;salmanmkc](https://redirect.github.com/salmanmkc) in [https://github.com/actions/cache/pull/1577](https://redirect.github.com/actions/cache/pull/1577) (SAS tokens for cache entries are now masked in debug logs) ##### New Contributors - [@&#8203;salmanmkc](https://redirect.github.com/salmanmkc) made their first contribution in [https://github.com/actions/cache/pull/1577](https://redirect.github.com/actions/cache/pull/1577) **Full Changelog**: actions/cache@v4.2.2...v4.2.3 </details> <details> <summary>actions/download-artifact (actions/download-artifact)</summary> ### [`v4.3.0`](https://redirect.github.com/actions/download-artifact/releases/tag/v4.3.0) [Compare Source](https://redirect.github.com/actions/download-artifact/compare/v4.2.1...v4.3.0) #### What's Changed - feat: implement new `artifact-ids` input by [@&#8203;GrantBirki](https://redirect.github.com/GrantBirki) in [https://github.com/actions/download-artifact/pull/401](https://redirect.github.com/actions/download-artifact/pull/401) - Fix workflow example for downloading by artifact ID by [@&#8203;joshmgross](https://redirect.github.com/joshmgross) in [https://github.com/actions/download-artifact/pull/402](https://redirect.github.com/actions/download-artifact/pull/402) - Prep for v4.3.0 release by [@&#8203;robherley](https://redirect.github.com/robherley) in [https://github.com/actions/download-artifact/pull/404](https://redirect.github.com/actions/download-artifact/pull/404) #### New Contributors - [@&#8203;GrantBirki](https://redirect.github.com/GrantBirki) made their first contribution in [https://github.com/actions/download-artifact/pull/401](https://redirect.github.com/actions/download-artifact/pull/401) **Full Changelog**: actions/download-artifact@v4.2.1...v4.3.0 ### [`v4.2.1`](https://redirect.github.com/actions/download-artifact/releases/tag/v4.2.1) [Compare Source](https://redirect.github.com/actions/download-artifact/compare/v4.2.0...v4.2.1) ##### What's Changed - Add unit tests by [@&#8203;GhadimiR](https://redirect.github.com/GhadimiR) in [https://github.com/actions/download-artifact/pull/392](https://redirect.github.com/actions/download-artifact/pull/392) - Fix bug introduced in 4.2.0 by [@&#8203;GhadimiR](https://redirect.github.com/GhadimiR) in [https://github.com/actions/download-artifact/pull/391](https://redirect.github.com/actions/download-artifact/pull/391) **Full Changelog**: actions/download-artifact@v4.2.0...v4.2.1 ### [`v4.2.0`](https://redirect.github.com/actions/download-artifact/releases/tag/v4.2.0) [Compare Source](https://redirect.github.com/actions/download-artifact/compare/v4.1.9...v4.2.0) ##### What's Changed - Update README.md by [@&#8203;lkfortuna](https://redirect.github.com/lkfortuna) in [https://github.com/actions/download-artifact/pull/384](https://redirect.github.com/actions/download-artifact/pull/384) - Bump artifact version, do digest check by [@&#8203;GhadimiR](https://redirect.github.com/GhadimiR) in [https://github.com/actions/download-artifact/pull/383](https://redirect.github.com/actions/download-artifact/pull/383) ##### New Contributors - [@&#8203;lkfortuna](https://redirect.github.com/lkfortuna) made their first contribution in [https://github.com/actions/download-artifact/pull/384](https://redirect.github.com/actions/download-artifact/pull/384) - [@&#8203;GhadimiR](https://redirect.github.com/GhadimiR) made their first contribution in [https://github.com/actions/download-artifact/pull/383](https://redirect.github.com/actions/download-artifact/pull/383) **Full Changelog**: actions/download-artifact@v4.1.9...v4.2.0 </details> <details> <summary>actions/setup-go (actions/setup-go)</summary> ### [`v5.5.0`](https://redirect.github.com/actions/setup-go/releases/tag/v5.5.0) [Compare Source](https://redirect.github.com/actions/setup-go/compare/v5.4.0...v5.5.0) #### What's Changed ##### Bug fixes: - Update self-hosted environment validation by [@&#8203;priyagupta108](https://redirect.github.com/priyagupta108) in [https://github.com/actions/setup-go/pull/556](https://redirect.github.com/actions/setup-go/pull/556) - Add manifest validation and improve error handling by [@&#8203;priyagupta108](https://redirect.github.com/priyagupta108) in [https://github.com/actions/setup-go/pull/586](https://redirect.github.com/actions/setup-go/pull/586) - Update template link by [@&#8203;jsoref](https://redirect.github.com/jsoref) in [https://github.com/actions/setup-go/pull/527](https://redirect.github.com/actions/setup-go/pull/527) ##### Dependency updates: - Upgrade [@&#8203;action/cache](https://redirect.github.com/action/cache) from 4.0.2 to 4.0.3 by [@&#8203;aparnajyothi-y](https://redirect.github.com/aparnajyothi-y) in [https://github.com/actions/setup-go/pull/574](https://redirect.github.com/actions/setup-go/pull/574) - Upgrade [@&#8203;actions/glob](https://redirect.github.com/actions/glob) from 0.4.0 to 0.5.0 by [@&#8203;dependabot](https://redirect.github.com/dependabot) in [https://github.com/actions/setup-go/pull/573](https://redirect.github.com/actions/setup-go/pull/573) - Upgrade ts-jest from 29.1.2 to 29.3.2 by [@&#8203;dependabot](https://redirect.github.com/dependabot) in [https://github.com/actions/setup-go/pull/582](https://redirect.github.com/actions/setup-go/pull/582) - Upgrade eslint-plugin-jest from 27.9.0 to 28.11.0 by [@&#8203;dependabot](https://redirect.github.com/dependabot) in [https://github.com/actions/setup-go/pull/537](https://redirect.github.com/actions/setup-go/pull/537) #### New Contributors - [@&#8203;jsoref](https://redirect.github.com/jsoref) made their first contribution in [https://github.com/actions/setup-go/pull/527](https://redirect.github.com/actions/setup-go/pull/527) **Full Changelog**: actions/setup-go@v5...v5.5.0 ### [`v5.4.0`](https://redirect.github.com/actions/setup-go/releases/tag/v5.4.0) [Compare Source](https://redirect.github.com/actions/setup-go/compare/v5.3.0...v5.4.0) #### What's Changed ##### Dependency updates : - Upgrade semver from 7.6.0 to 7.6.3 by [@&#8203;dependabot](https://redirect.github.com/dependabot) in [https://github.com/actions/setup-go/pull/535](https://redirect.github.com/actions/setup-go/pull/535) - Upgrade eslint-config-prettier from 8.10.0 to 10.0.1 by [@&#8203;dependabot](https://redirect.github.com/dependabot) in [https://github.com/actions/setup-go/pull/536](https://redirect.github.com/actions/setup-go/pull/536) - Upgrade [@&#8203;action/cache](https://redirect.github.com/action/cache) from 4.0.0 to 4.0.2 by [@&#8203;aparnajyothi-y](https://redirect.github.com/aparnajyothi-y) in [https://github.com/actions/setup-go/pull/568](https://redirect.github.com/actions/setup-go/pull/568) - Upgrade undici from 5.28.4 to 5.28.5 by [@&#8203;dependabot](https://redirect.github.com/dependabot) in [https://github.com/actions/setup-go/pull/541](https://redirect.github.com/actions/setup-go/pull/541) #### New Contributors - [@&#8203;aparnajyothi-y](https://redirect.github.com/aparnajyothi-y) made their first contribution in [https://github.com/actions/setup-go/pull/568](https://redirect.github.com/actions/setup-go/pull/568) **Full Changelog**: actions/setup-go@v5...v5.4.0 </details> <details> <summary>actions/upload-artifact (actions/upload-artifact)</summary> ### [`v4.6.2`](https://redirect.github.com/actions/upload-artifact/releases/tag/v4.6.2) [Compare Source](https://redirect.github.com/actions/upload-artifact/compare/v4.6.1...v4.6.2) ##### What's Changed - Update to use artifact 2.3.2 package & prepare for new upload-artifact release by [@&#8203;salmanmkc](https://redirect.github.com/salmanmkc) in [https://github.com/actions/upload-artifact/pull/685](https://redirect.github.com/actions/upload-artifact/pull/685) ##### New Contributors - [@&#8203;salmanmkc](https://redirect.github.com/salmanmkc) made their first contribution in [https://github.com/actions/upload-artifact/pull/685](https://redirect.github.com/actions/upload-artifact/pull/685) **Full Changelog**: actions/upload-artifact@v4...v4.6.2 </details> <details> <summary>anchore/sbom-action (anchore/sbom-action)</summary> ### [`v0.20.0`](https://redirect.github.com/anchore/sbom-action/releases/tag/v0.20.0) [Compare Source](https://redirect.github.com/anchore/sbom-action/compare/v0.19.0...v0.20.0) ##### Changes in v0.20.0 - chore(deps): update Syft to v1.24.0 ([#&#8203;522](https://redirect.github.com/anchore/sbom-action/issues/522)) ### [`v0.19.0`](https://redirect.github.com/anchore/sbom-action/releases/tag/v0.19.0) [Compare Source](https://redirect.github.com/anchore/sbom-action/compare/v0.18.0...v0.19.0) #### Changes in v0.19.0 - chore(deps): update Syft to v1.23.0 ([#&#8203;521](https://redirect.github.com/anchore/sbom-action/issues/521)) - chore(deps): bump peter-evans/create-pull-request from 7.0.6 to 7.0.8 ([#&#8203;519](https://redirect.github.com/anchore/sbom-action/issues/519)) - chore(deps): bump cross-spawn ([#&#8203;514](https://redirect.github.com/anchore/sbom-action/issues/514)) </details> <details> <summary>codecov/codecov-action (codecov/codecov-action)</summary> ### [`v5.4.3`](https://redirect.github.com/codecov/codecov-action/blob/HEAD/CHANGELOG.md#v543) [Compare Source](https://redirect.github.com/codecov/codecov-action/compare/v5.4.2...v5.4.3) ##### What's Changed - build(deps): bump github/codeql-action from 3.28.13 to 3.28.17 by [@&#8203;app/dependabot](https://redirect.github.com/app/dependabot) in [https://github.com/codecov/codecov-action/pull/1822](https://redirect.github.com/codecov/codecov-action/pull/1822) - fix: OIDC on forks by [@&#8203;joseph-sentry](https://redirect.github.com/joseph-sentry) in [https://github.com/codecov/codecov-action/pull/1823](https://redirect.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`](https://redirect.github.com/codecov/codecov-action/blob/HEAD/CHANGELOG.md#v542) [Compare Source](https://redirect.github.com/codecov/codecov-action/compare/v5.4.1...v5.4.2) ##### What's Changed **Full Changelog**: https://github.com/codecov/codecov-action/compare/v5.4.1..v5.4.2 ### [`v5.4.1`](https://redirect.github.com/codecov/codecov-action/blob/HEAD/CHANGELOG.md#v541) [Compare Source](https://redirect.github.com/codecov/codecov-action/compare/v5.4.0...v5.4.1) ##### What's Changed - fix: use the github core methods by [@&#8203;thomasrockhu-codecov](https://redirect.github.com/thomasrockhu-codecov) in [https://github.com/codecov/codecov-action/pull/1807](https://redirect.github.com/codecov/codecov-action/pull/1807) - build(deps): bump github/codeql-action from 3.28.12 to 3.28.13 by [@&#8203;app/dependabot](https://redirect.github.com/app/dependabot) in [https://github.com/codecov/codecov-action/pull/1803](https://redirect.github.com/codecov/codecov-action/pull/1803) - build(deps): bump github/codeql-action from 3.28.11 to 3.28.12 by [@&#8203;app/dependabot](https://redirect.github.com/app/dependabot) in [https://github.com/codecov/codecov-action/pull/1797](https://redirect.github.com/codecov/codecov-action/pull/1797) - build(deps): bump actions/upload-artifact from 4.6.1 to 4.6.2 by [@&#8203;app/dependabot](https://redirect.github.com/app/dependabot) in [https://github.com/codecov/codecov-action/pull/1798](https://redirect.github.com/codecov/codecov-action/pull/1798) - chore(release): wrapper -0.2.1 by [@&#8203;app/codecov-releaser-app](https://redirect.github.com/app/codecov-releaser-app) in [https://github.com/codecov/codecov-action/pull/1788](https://redirect.github.com/codecov/codecov-action/pull/1788) - build(deps): bump github/codeql-action from 3.28.10 to 3.28.11 by [@&#8203;app/dependabot](https://redirect.github.com/app/dependabot) in [https://github.com/codecov/codecov-action/pull/1786](https://redirect.github.com/codecov/codecov-action/pull/1786) **Full Changelog**: https://github.com/codecov/codecov-action/compare/v5.4.0..v5.4.1 </details> <details> <summary>fossas/fossa-action (fossas/fossa-action)</summary> ### [`v1.7.0`](https://redirect.github.com/fossas/fossa-action/releases/tag/v1.7.0) [Compare Source](https://redirect.github.com/fossas/fossa-action/compare/v1.6.0...v1.7.0) #### What's Changed - Adds an optional working directory option to change where FOSSA analyzes. ### [`v1.6.0`](https://redirect.github.com/fossas/fossa-action/releases/tag/v1.6.0) [Compare Source](https://redirect.github.com/fossas/fossa-action/compare/v1.5.0...v1.6.0) #### What's Changed - Upgrade node to v20 by [@&#8203;jssblck](https://redirect.github.com/jssblck) in [https://github.com/fossas/fossa-action/pull/60](https://redirect.github.com/fossas/fossa-action/pull/60) - Update dependencies, enable auto dependabot by [@&#8203;jssblck](https://redirect.github.com/jssblck) in [https://github.com/fossas/fossa-action/pull/61](https://redirect.github.com/fossas/fossa-action/pull/61) **Full Changelog**: fossas/fossa-action@v1.5.0...v1.6.0 </details> <details> <summary>github/codeql-action (github/codeql-action)</summary> ### [`v3.29.0`](https://redirect.github.com/github/codeql-action/releases/tag/v3.29.0) [Compare Source](https://redirect.github.com/github/codeql-action/compare/v3.28.19...v3.29.0) ### 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. #### 3.29.0 - 11 Jun 2025 - Update default CodeQL bundle version to 2.22.0. [#&#8203;2925](https://redirect.github.com/github/codeql-action/pull/2925) - Bump minimum CodeQL bundle version to 2.16.6. [#&#8203;2912](https://redirect.github.com/github/codeql-action/pull/2912) See the full [CHANGELOG.md](https://redirect.github.com/github/codeql-action/blob/v3.29.0/CHANGELOG.md) for more information. ### [`v3.28.19`](https://redirect.github.com/github/codeql-action/releases/tag/v3.28.19) [Compare Source](https://redirect.github.com/github/codeql-action/compare/v3.28.18...v3.28.19) ##### 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. ##### 3.28.19 - 03 Jun 2025 - The CodeQL Action no longer includes its own copy of the extractor for the `actions` language, which is currently in public preview. The `actions` extractor has been included in the CodeQL CLI since v2.20.6. If your workflow has enabled the `actions` language *and* you have pinned your `tools:` 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 disable `actions` analysis. - Update default CodeQL bundle version to 2.21.4. [#&#8203;2910](https://redirect.github.com/github/codeql-action/pull/2910) See the full [CHANGELOG.md](https://redirect.github.com/github/codeql-action/blob/v3.28.19/CHANGELOG.md) for more information. ### [`v3.28.18`](https://redirect.github.com/github/codeql-action/releases/tag/v3.28.18) [Compare Source](https://redirect.github.com/github/codeql-action/compare/v3.28.17...v3.28.18) ### 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. #### 3.28.18 - 16 May 2025 - Update default CodeQL bundle version to 2.21.3. [#&#8203;2893](https://redirect.github.com/github/codeql-action/pull/2893) - Skip validating SARIF produced by CodeQL for improved performance. [#&#8203;2894](https://redirect.github.com/github/codeql-action/pull/2894) - The number of threads and amount of RAM used by CodeQL can now be set via the `CODEQL_THREADS` and `CODEQL_RAM` runner environment variables. If set, these environment variables override the `threads` and `ram` inputs respectively. [#&#8203;2891](https://redirect.github.com/github/codeql-action/pull/2891) See the full [CHANGELOG.md](https://redirect.github.com/github/codeql-action/blob/v3.28.18/CHANGELOG.md) for more information. ### [`v3.28.17`](https://redirect.github.com/github/codeql-action/releases/tag/v3.28.17) [Compare Source](https://redirect.github.com/github/codeql-action/compare/v3.28.16...v3.28.17) ##### 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. ##### 3.28.17 - 02 May 2025 - Update default CodeQL bundle version to 2.21.2. [#&#8203;2872](https://redirect.github.com/github/codeql-action/pull/2872) See the full [CHANGELOG.md](https://redirect.github.com/github/codeql-action/blob/v3.28.17/CHANGELOG.md) for more information. ### [`v3.28.16`](https://redirect.github.com/github/codeql-action/releases/tag/v3.28.16) [Compare Source](https://redirect.github.com/github/codeql-action/compare/v3.28.15...v3.28.16) ##### 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. ##### 3.28.16 - 23 Apr 2025 - Update default CodeQL bundle version to 2.21.1. [#&#8203;2863](https://redirect.github.com/github/codeql-action/pull/2863) See the full [CHANGELOG.md](https://redirect.github.com/github/codeql-action/blob/v3.28.16/CHANGELOG.md) for more information. ### [`v3.28.15`](https://redirect.github.com/github/codeql-action/releases/tag/v3.28.15) [Compare Source](https://redirect.github.com/github/codeql-action/compare/v3.28.14...v3.28.15) ### 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. #### 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. [#&#8203;2842](https://redirect.github.com/github/codeql-action/pull/2842) See the full [CHANGELOG.md](https://redirect.github.com/github/codeql-action/blob/v3.28.15/CHANGELOG.md) for more information. ### [`v3.28.14`](https://redirect.github.com/github/codeql-action/releases/tag/v3.28.14) [Compare Source](https://redirect.github.com/github/codeql-action/compare/v3.28.13...v3.28.14) ### 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. #### 3.28.14 - 07 Apr 2025 - Update default CodeQL bundle version to 2.21.0. [#&#8203;2838](https://redirect.github.com/github/codeql-action/pull/2838) See the full [CHANGELOG.md](https://redirect.github.com/github/codeql-action/blob/v3.28.14/CHANGELOG.md) for more information. ### [`v3.28.13`](https://redirect.github.com/github/codeql-action/releases/tag/v3.28.13) [Compare Source](https://redirect.github.com/github/codeql-action/compare/v3.28.12...v3.28.13) ##### 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. ##### 3.28.13 - 24 Mar 2025 No user facing changes. See the full [CHANGELOG.md](https://redirect.github.com/github/codeql-action/blob/v3.28.13/CHANGELOG.md) for more information. ### [`v3.28.12`](https://redirect.github.com/github/codeql-action/releases/tag/v3.28.12) [Compare Source](https://redirect.github.com/github/codeql-action/compare/v3.28.11...v3.28.12) ### 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. #### 3.28.12 - 19 Mar 2025 - Dependency caching should now cache more dependencies for Java `build-mode: none` extractions. This should speed up workflows and avoid inconsistent alerts in some cases. - Update default CodeQL bundle version to 2.20.7. [#&#8203;2810](https://redirect.github.com/github/codeql-action/pull/2810) See the full [CHANGELOG.md](https://redirect.github.com/github/codeql-action/blob/v3.28.12/CHANGELOG.md) for more information. </details> <details> <summary>actions/go-versions (go)</summary> ### [`v1.24.4`](https://redirect.github.com/actions/go-versions/releases/tag/1.24.4-15482447176): 1.24.4 [Compare Source](https://redirect.github.com/actions/go-versions/compare/1.24.3-14875263452...1.24.4-15482447176) Go 1.24.4 ### [`v1.24.3`](https://redirect.github.com/actions/go-versions/releases/tag/1.24.3-14875263452): 1.24.3 [Compare Source](https://redirect.github.com/actions/go-versions/compare/1.24.2-14210955142...1.24.3-14875263452) Go 1.24.3 ### [`v1.24.2`](https://redirect.github.com/actions/go-versions/releases/tag/1.24.2-14210955142): 1.24.2 [Compare Source](https://redirect.github.com/actions/go-versions/compare/1.24.1-13667719799...1.24.2-14210955142) Go 1.24.2 ### [`v1.24.1`](https://redirect.github.com/actions/go-versions/releases/tag/1.24.1-13667719799): 1.24.1 [Compare Source](https://redirect.github.com/actions/go-versions/compare/1.24.0-13277276272...1.24.1-13667719799) Go 1.24.1 ### [`v1.24.0`](https://redirect.github.com/actions/go-versions/releases/tag/1.24.0-13277276272): 1.24.0 [Compare Source](https://redirect.github.com/actions/go-versions/compare/1.23.10-15482449421...1.24.0-13277276272) Go 1.24.0 </details> <details> <summary>goreleaser/goreleaser-action (goreleaser/goreleaser-action)</summary> ### [`v6.3.0`](https://redirect.github.com/goreleaser/goreleaser-action/releases/tag/v6.3.0) [Compare Source](https://redirect.github.com/goreleaser/goreleaser-action/compare/v6.2.1...v6.3.0) - Bump undici from 5.28.3 to 5.28.5 in [https://github.com/goreleaser/goreleaser-action/pull/488](https://redirect.github.com/goreleaser/goreleaser-action/pull/488) **Full Changelog**: goreleaser/goreleaser-action@v6.2.1...v6.3.0 </details> <details> <summary>ossf/scorecard-action (ossf/scorecard-action)</summary> ### [`v2.4.2`](https://redirect.github.com/ossf/scorecard-action/releases/tag/v2.4.2) [Compare Source](https://redirect.github.com/ossf/scorecard-action/compare/v2.4.1...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](https://redirect.github.com/ossf/scorecard/releases/tag/v5.2.0) and [v5.2.1](https://redirect.github.com/ossf/scorecard/releases/tag/v5.2.1) release notes. **Full Changelog**: ossf/scorecard-action@v2.4.1...v2.4.2 </details> <details> <summary>sigstore/cosign-installer (sigstore/cosign-installer)</summary> ### [`v3.8.2`](https://redirect.github.com/sigstore/cosign-installer/releases/tag/v3.8.2) [Compare Source](https://redirect.github.com/sigstore/cosign-installer/compare/v3.8.1...v3.8.2) #### What's Changed - install cosign v2 from main in [https://github.com/sigstore/cosign-installer/pull/186](https://redirect.github.com/sigstore/cosign-installer/pull/186) **Full Changelog**: sigstore/cosign-installer@v3...v3.8.2 </details> <details> <summary>streetsidesoftware/cspell-action (streetsidesoftware/cspell-action)</summary> ### [`v7.0.1`](https://redirect.github.com/streetsidesoftware/cspell-action/releases/tag/v7.0.1) [Compare Source](https://redirect.github.com/streetsidesoftware/cspell-action/compare/v7.0.0...v7.0.1) ##### Updates and Bug Fixes - Update CSpell version (9.0.2) ([#&#8203;2314](https://redirect.github.com/streetsidesoftware/cspell-action/issues/2314)) ([d51b087](https://redirect.github.com/streetsidesoftware/cspell-action/commit/d51b0875e0a39d684e34d7a1479c59835efd51a1)) - Update Dictionaries and Dependencies ([#&#8203;2308](https://redirect.github.com/streetsidesoftware/cspell-action/issues/2308)) ([dc9cd08](https://redirect.github.com/streetsidesoftware/cspell-action/commit/dc9cd08ea27609025cda2a0e0999ffa940ff1b94)) - Update Dictionaries and Dependencies ([#&#8203;2312](https://redirect.github.com/streetsidesoftware/cspell-action/issues/2312)) ([f65dd69](https://redirect.github.com/streetsidesoftware/cspell-action/commit/f65dd6967b2a277400b41b2112ab666f696641bb)) - update output to include "errors" ([#&#8203;2327](https://redirect.github.com/streetsidesoftware/cspell-action/issues/2327)) ([7e8e40b](https://redirect.github.com/streetsidesoftware/cspell-action/commit/7e8e40b09c5b7ddfca9b4e4f285b3c1222f54ea4)) - Workflow Bot -- Update ALL Dependencies (main) ([#&#8203;2303](https://redirect.github.com/streetsidesoftware/cspell-action/issues/2303)) ([1158e1f](https://redirect.github.com/streetsidesoftware/cspell-action/commit/1158e1fa6a21a0c6f5983a146b0cf08176720cf7)) - Workflow Bot -- Update ALL Dependencies (main) ([#&#8203;2320](https://redirect.github.com/streetsidesoftware/cspell-action/issues/2320)) ([337260e](https://redirect.github.com/streetsidesoftware/cspell-action/commit/337260e33baea41d66488a2a64500dda590e40b2)) - Workflow Bot -- Update ALL Dependencies (main) ([#&#8203;2321](https://redirect.github.com/streetsidesoftware/cspell-action/issues/2321)) ([6387b34](https://redirect.github.com/streetsidesoftware/cspell-action/commit/6387b344b9f82a846f7d9a0e4fce9baad9c112a5)) </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:eyJjcmVhdGVkSW5WZXIiOiI0MC4zMy42IiwidXBkYXRlZEluVmVyIjoiNDAuNTAuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=--> --------- Signed-off-by: alex boten <223565+codeboten@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Alex Boten <223565+codeboten@users.noreply.github.com>
1 parent 6e06702 commit 1921e21

18 files changed

Lines changed: 53 additions & 53 deletions

.github/workflows/api-compatibility.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
path: ${{ github.head_ref }}
3232

3333
- name: Setup Go
34-
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
34+
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
3535
with:
3636
go-version: 1.23.10
3737

.github/workflows/build-and-test-arm.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,14 @@ jobs:
2929
runs-on: ${{ matrix.os }}
3030
steps:
3131
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
32-
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
32+
- uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
3333
with:
3434
go-version: 1.23.10
3535
cache: false
3636
- name: Cache Go
3737
id: go-cache
3838
timeout-minutes: 5
39-
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
39+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
4040
with:
4141
path: |
4242
~/go/bin

.github/workflows/build-and-test-windows.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ jobs:
2525
- name: Checkout Repo
2626
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2727
- name: Setup Go
28-
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
28+
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
2929
with:
3030
go-version: 1.23.10
3131
cache: false
3232
- name: Cache Go
33-
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
33+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
3434
env:
3535
cache-name: cache-go-modules
3636
with:
@@ -54,12 +54,12 @@ jobs:
5454
- name: Checkout Repo
5555
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
5656
- name: Setup Go
57-
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
57+
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
5858
with:
5959
go-version: 1.23.10
6060
cache: false
6161
- name: Cache Go
62-
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
62+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
6363
env:
6464
cache-name: cache-go-modules
6565
with:

.github/workflows/build-and-test.yml

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ jobs:
2121
- name: Checkout Repo
2222
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2323
- name: Setup Go
24-
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
24+
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
2525
with:
2626
go-version: 1.23.10
2727
cache: false
2828
- name: Cache Go
2929
id: go-cache
30-
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
30+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
3131
with:
3232
path: |
3333
~/go/bin
@@ -44,13 +44,13 @@ jobs:
4444
- name: Checkout Repo
4545
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
4646
- name: Setup Go
47-
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
47+
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
4848
with:
4949
go-version: 1.23.10
5050
cache: false
5151
- name: Cache Go
5252
id: go-cache
53-
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
53+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
5454
with:
5555
path: |
5656
~/go/bin
@@ -68,13 +68,13 @@ jobs:
6868
- name: Checkout Repo
6969
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
7070
- name: Setup Go
71-
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
71+
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
7272
with:
7373
go-version: 1.23.10
7474
cache: false
7575
- name: Cache Go
7676
id: go-cache
77-
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
77+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
7878
with:
7979
path: |
8080
~/go/bin
@@ -93,13 +93,13 @@ jobs:
9393
- name: Checkout Repo
9494
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
9595
- name: Setup Go
96-
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
96+
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
9797
with:
9898
go-version: 1.23.10
9999
cache: false
100100
- name: Cache Go
101101
id: go-cache
102-
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
102+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
103103
with:
104104
path: |
105105
~/go/bin
@@ -151,27 +151,27 @@ jobs:
151151
- name: Checkout Repo
152152
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
153153
- name: Setup Go
154-
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
154+
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
155155
with:
156156
go-version: ${{ matrix.go-version }}
157157
cache: false
158158
- name: Cache Go
159159
id: go-cache
160-
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
160+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
161161
with:
162162
path: |
163163
~/go/bin
164164
~/go/pkg/mod
165165
key: go-cache-${{ runner.os }}-${{ matrix.runner }}-${{ hashFiles('**/go.sum') }}
166166
- name: Cache Build
167-
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
167+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
168168
with:
169169
path: ~/.cache/go-build
170170
key: unittest-${{ runner.os }}-${{ matrix.runner }}-go-build-${{ matrix.go-version }}-${{ hashFiles('**/go.sum') }}
171171
- name: Run Unit Tests
172172
run: |
173173
make -j4 gotest-with-junit
174-
- uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
174+
- uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
175175
with:
176176
name: test-results-${{ runner.os }}-${{ matrix.runner }}-${{ matrix.go-version }}
177177
path: internal/tools/testresults/
@@ -200,27 +200,27 @@ jobs:
200200
- name: Checkout Repo
201201
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
202202
- name: Setup Go
203-
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
203+
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
204204
with:
205205
go-version: 1.23.10
206206
cache: false
207207
- name: Cache Go
208208
id: go-cache
209-
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
209+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
210210
with:
211211
path: |
212212
~/go/bin
213213
~/go/pkg/mod
214214
key: go-cache-${{ runner.os }}-${{ hashFiles('**/go.sum') }}
215215
- name: Cache Build
216-
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
216+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
217217
with:
218218
path: ~/.cache/go-build
219219
key: coverage-${{ runner.os }}-go-build-${{ hashFiles('**/go.sum') }}
220220
- name: Run Unit Tests With Coverage
221221
run: make gotest-with-cover
222222
- name: Upload coverage report
223-
uses: codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574 # 5.4.0
223+
uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # 5.4.3
224224
env:
225225
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
226226

@@ -264,13 +264,13 @@ jobs:
264264
- name: Checkout Repo
265265
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
266266
- name: Setup Go
267-
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
267+
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
268268
with:
269269
go-version: 1.23.10
270270
cache: false
271271
- name: Cache Go
272272
id: go-cache
273-
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
273+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
274274
with:
275275
path: |
276276
~/go/bin

.github/workflows/builder-integration-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Checkout Repo
3434
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3535
- name: Setup Go
36-
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
36+
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
3737
with:
3838
go-version: 1.23.10
3939
- name: Test

.github/workflows/builder-snapshot.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ jobs:
3131
- name: Copy release files
3232
run: cp -R ./opentelemetry-collector-releases/cmd/builder/. ./.core/cmd/builder/
3333

34-
- uses: sigstore/cosign-installer@d7d6bc7722e3daa8354c50bcb52f4837da5e9b6a # v3.8.1
34+
- uses: sigstore/cosign-installer@3454372f43399081ed03b604cb2d021dabca52bb # v3.8.2
3535

36-
- uses: anchore/sbom-action/download-syft@f325610c9f50a54015d37c8d16cb3b0e2c8f4de0 # v0.18.0
36+
- uses: anchore/sbom-action/download-syft@e11c554f704a0b820cbf8c51673f6945e0731532 # v0.20.0
3737

3838
- uses: docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392 # v3.6.0
3939
with:
@@ -42,12 +42,12 @@ jobs:
4242
- uses: docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # v3.10.0
4343

4444
- name: Setup Go
45-
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
45+
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
4646
with:
4747
go-version: "~1.24"
4848

4949
- name: Check GoReleaser
50-
uses: goreleaser/goreleaser-action@90a3faa9d0182683851fbfa97ca1a2cb983bfca3 # v6.2.1
50+
uses: goreleaser/goreleaser-action@9c156ee8a17a598857849441385a2041ef570552 # v6.3.0
5151
with:
5252
distribution: goreleaser-pro
5353
version: ${{ env.GORELEASER_PRO_VERSION }}
@@ -57,7 +57,7 @@ jobs:
5757
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5858

5959
- name: Run GoReleaser
60-
uses: goreleaser/goreleaser-action@90a3faa9d0182683851fbfa97ca1a2cb983bfca3 # v6.2.1
60+
uses: goreleaser/goreleaser-action@9c156ee8a17a598857849441385a2041ef570552 # v6.3.0
6161
with:
6262
distribution: goreleaser-pro
6363
version: ${{ env.GORELEASER_PRO_VERSION }}

.github/workflows/changelog.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@ jobs:
3131
with:
3232
fetch-depth: 0
3333
- name: Setup Go
34-
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
34+
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
3535
with:
3636
go-version: 1.23.10
3737
- name: Cache Go
3838
id: go-cache
39-
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
39+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
4040
with:
4141
path: |
4242
~/go/bin
@@ -79,7 +79,7 @@ jobs:
7979
run: make chlog-preview > changelog_preview.md
8080
- name: Link Checker
8181
id: lychee
82-
uses: lycheeverse/lychee-action@f613c4a64e50d792e0b31ec34bbcbba12263c6a6
82+
uses: lycheeverse/lychee-action@82202e5e9c2f4ef1a55a3d02563e1cb6041e5332
8383
with:
8484
args: "--verbose --no-progress ./changelog_preview.md --config .github/lychee.toml"
8585
failIfEmpty: false

.github/workflows/check-links.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747

4848
- name: Link Checker
4949
id: lychee
50-
uses: lycheeverse/lychee-action@f613c4a64e50d792e0b31ec34bbcbba12263c6a6
50+
uses: lycheeverse/lychee-action@82202e5e9c2f4ef1a55a3d02563e1cb6041e5332
5151
with:
5252
args: "--verbose --no-progress ${{needs.changedfiles.outputs.files}} --config .github/lychee.toml"
5353
failIfEmpty: false

.github/workflows/codeql-analysis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,18 +23,18 @@ jobs:
2323
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2424

2525
- name: Setup Go
26-
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
26+
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
2727
with:
2828
go-version: 1.23.10
2929

3030
# Initializes the CodeQL tools for scanning.
3131
- name: Initialize CodeQL
32-
uses: github/codeql-action/init@6bb031afdd8eb862ea3fc1848194185e076637e5 # v3.28.11
32+
uses: github/codeql-action/init@ce28f5bb42b7a9f2c824e633a3f6ee835bab6858 # v3.29.0
3333
with:
3434
languages: go
3535

3636
- name: Autobuild
37-
uses: github/codeql-action/autobuild@6bb031afdd8eb862ea3fc1848194185e076637e5 # v3.28.11
37+
uses: github/codeql-action/autobuild@ce28f5bb42b7a9f2c824e633a3f6ee835bab6858 # v3.29.0
3838

3939
- name: Perform CodeQL Analysis
40-
uses: github/codeql-action/analyze@6bb031afdd8eb862ea3fc1848194185e076637e5 # v3.28.11
40+
uses: github/codeql-action/analyze@ce28f5bb42b7a9f2c824e633a3f6ee835bab6858 # v3.29.0

.github/workflows/contrib-tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
contrib_path=/tmp/opentelemetry-collector-contrib
2929
git clone --depth=1 https://github.com/open-telemetry/opentelemetry-collector-contrib.git $contrib_path
3030
make CONTRIB_PATH=$contrib_path prepare-contrib
31-
- uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
31+
- uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
3232
with:
3333
name: contrib
3434
path: /tmp/opentelemetry-collector-contrib/
@@ -59,12 +59,12 @@ jobs:
5959
- name: Checkout Repo
6060
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
6161
- name: Download contrib
62-
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
62+
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
6363
with:
6464
name: contrib
6565
path: /tmp/contrib
6666
- name: Setup Go
67-
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
67+
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
6868
with:
6969
go-version: 1.23.10
7070
cache: false

0 commit comments

Comments
 (0)