Skip to content

chore(deps): update github-actions deps#8226

Merged
yurishkuro merged 1 commit intojaegertracing:mainfrom
renovate-bot:renovate/github-actions-deps
Mar 21, 2026
Merged

chore(deps): update github-actions deps#8226
yurishkuro merged 1 commit intojaegertracing:mainfrom
renovate-bot:renovate/github-actions-deps

Conversation

@renovate-bot
Copy link
Copy Markdown
Contributor

@renovate-bot renovate-bot commented Mar 21, 2026

This PR contains the following updates:

Package Type Update Change
anchore/sbom-action action minor v0.23.0v0.24.0
github/codeql-action action minor v4.32.0v4.34.1
step-security/harden-runner action minor v2.15.0v2.16.0

Release Notes

anchore/sbom-action (anchore/sbom-action)

v0.24.0

Compare Source

v0.24.0
⬆️ Dependencies

v0.23.1

Compare Source

v0.23.1

⬆️ Dependencies

github/codeql-action (github/codeql-action)

v4.34.1

Compare Source

  • Downgrade default CodeQL bundle version to 2.24.3 due to issues with a small percentage of Actions and JavaScript analyses. #​3762

v4.34.0

Compare Source

v4.33.0

Compare Source

  • Upcoming change: Starting April 2026, the CodeQL Action will skip collecting file coverage information on pull requests to improve analysis performance. File coverage information will still be computed on non-PR analyses. Pull request analyses will log a warning about this upcoming change. #​3562

    To opt out of this change:

    • Repositories owned by an organization: Create a custom repository property with the name github-codeql-file-coverage-on-prs and the type "True/false", then set this property to true in the repository's settings. For more information, see Managing custom properties for repositories in your organization. Alternatively, if you are using an advanced setup workflow, you can set the CODEQL_ACTION_FILE_COVERAGE_ON_PRS environment variable to true in your workflow.
    • User-owned repositories using default setup: Switch to an advanced setup workflow and set the CODEQL_ACTION_FILE_COVERAGE_ON_PRS environment variable to true in your workflow.
    • User-owned repositories using advanced setup: Set the CODEQL_ACTION_FILE_COVERAGE_ON_PRS environment variable to true in your workflow.
  • Fixed a bug which caused the CodeQL Action to fail loading repository properties if a "Multi select" repository property was configured for the repository. #​3557

  • The CodeQL Action now loads custom repository properties on GitHub Enterprise Server, enabling the customization of features such as github-codeql-disable-overlay that was previously only available on GitHub.com. #​3559

  • Once private package registries can be configured with OIDC-based authentication for organizations, the CodeQL Action will now be able to accept such configurations. #​3563

  • Fixed the retry mechanism for database uploads. Previously this would fail with the error "Response body object should not be disturbed or locked". #​3564

  • A warning is now emitted if the CodeQL Action detects a repository property whose name suggests that it relates to the CodeQL Action, but which is not one of the properties recognised by the current version of the CodeQL Action. #​3570

v4.32.6

Compare Source

v4.32.5

Compare Source

  • Repositories owned by an organization can now set up the github-codeql-disable-overlay custom repository property to disable improved incremental analysis for CodeQL. First, create a custom repository property with the name github-codeql-disable-overlay and the type "True/false" in the organization's settings. Then in the repository's settings, set this property to true to disable improved incremental analysis. For more information, see Managing custom properties for repositories in your organization. This feature is not yet available on GitHub Enterprise Server. #​3507
  • Added an experimental change so that when improved incremental analysis fails on a runner — potentially due to insufficient disk space — the failure is recorded in the Actions cache so that subsequent runs will automatically skip improved incremental analysis until something changes (e.g. a larger runner is provisioned or a new CodeQL version is released). We expect to roll this change out to everyone in March. #​3487
  • The minimum memory check for improved incremental analysis is now skipped for CodeQL 2.24.3 and later, which has reduced peak RAM usage. #​3515
  • Reduced log levels for best-effort private package registry connection check failures to reduce noise from workflow annotations. #​3516
  • Added an experimental change which lowers the minimum disk space requirement for improved incremental analysis, enabling it to run on standard GitHub Actions runners. We expect to roll this change out to everyone in March. #​3498
  • Added an experimental change which allows the start-proxy action to resolve the CodeQL CLI version from feature flags instead of using the linked CLI bundle version. We expect to roll this change out to everyone in March. #​3512
  • The previously experimental changes from versions 4.32.3, 4.32.4, 3.32.3 and 3.32.4 are now enabled by default. #​3503, #​3504

v4.32.4

Compare Source

  • Update default CodeQL bundle version to 2.24.2. #​3493
  • Added an experimental change which improves how certificates are generated for the authentication proxy that is used by the CodeQL Action in Default Setup when private package registries are configured. This is expected to generate more widely compatible certificates and should have no impact on analyses which are working correctly already. We expect to roll this change out to everyone in February. #​3473
  • When the CodeQL Action is run with debugging enabled in Default Setup and private package registries are configured, the "Setup proxy for registries" step will output additional diagnostic information that can be used for troubleshooting. #​3486
  • Added a setting which allows the CodeQL Action to enable network debugging for Java programs. This will help GitHub staff support customers with troubleshooting issues in GitHub-managed CodeQL workflows, such as Default Setup. This setting can only be enabled by GitHub staff. #​3485
  • Added a setting which enables GitHub-managed workflows, such as Default Setup, to use a nightly CodeQL CLI release instead of the latest, stable release that is used by default. This will help GitHub staff support customers whose analyses for a given repository or organization require early access to a change in an upcoming CodeQL CLI release. This setting can only be enabled by GitHub staff. #​3484

v4.32.3

Compare Source

  • Added experimental support for testing connections to private package registries. This feature is not currently enabled for any analysis. In the future, it may be enabled by default for Default Setup. #​3466

v4.32.2

Compare Source

v4.32.1

Compare Source

  • A warning is now shown in Default Setup workflow logs if a private package registry is configured using a GitHub Personal Access Token (PAT), but no username is configured. #​3422
  • Fixed a bug which caused the CodeQL Action to fail when repository properties cannot successfully be retrieved. #​3421
step-security/harden-runner (step-security/harden-runner)

v2.16.0

Compare Source

What's Changed
  • Updated action.yml to use node24
  • Security fix: Fixed a medium severity vulnerability where the egress block policy could be bypassed via DNS over HTTPS (DoH) by proxying DNS queries through a permitted resolver, allowing data exfiltration even with a restrictive allowed-endpoints list. This issue only affects the Community Tier; the Enterprise Tier is not affected. See GHSA-46g3-37rh-v698 for details.
  • Security fix: Fixed a medium severity vulnerability where the egress block policy could be bypassed via DNS queries over TCP to external resolvers, allowing outbound network communication that evades configured network restrictions. This issue only affects the Community Tier; the Enterprise Tier is not affected. See GHSA-g699-3x6g-wm3g for details.

Full Changelog: step-security/harden-runner@v2.15.1...v2.16.0

v2.15.1

Compare Source

What's Changed
  • Fixes #​642 bug due to which post step was failing on Windows ARM runners
  • Updates npm packages

Full Changelog: step-security/harden-runner@v2.15.0...v2.15.1


Configuration

📅 Schedule: Branch creation - "on the first day of the month" (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.

Signed-off-by: Mend Renovate <bot@renovateapp.com>
@forking-renovate forking-renovate Bot added the changelog:dependencies Update to dependencies label Mar 21, 2026
@renovate-bot renovate-bot requested a review from a team as a code owner March 21, 2026 22:32
@renovate-bot renovate-bot added the changelog:dependencies Update to dependencies label Mar 21, 2026
Copilot AI review requested due to automatic review settings March 21, 2026 22:32
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates pinned GitHub Actions dependencies across the repository’s CI/security workflows to pick up minor releases (including security fixes in step-security/harden-runner) while keeping actions pinned to immutable SHAs.

Changes:

  • Bump step-security/harden-runner from v2.15.0 → v2.16.0 across multiple workflows.
  • Bump github/codeql-action from v4.32.0 → v4.34.1 (init/autobuild/analyze/upload-sarif where used).
  • Bump anchore/sbom-action from v0.23.0 → v0.24.0 in the release workflow.

Reviewed changes

Copilot reviewed 24 out of 24 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
.github/workflows/scorecard.yml Updates harden-runner and codeql-action/upload-sarif pins used by Scorecard reporting.
.github/workflows/label-check.yml Updates harden-runner pin for PR label verification workflow.
.github/workflows/fossa.yml Updates harden-runner pin for FOSSA scanning workflow.
.github/workflows/dependency-review.yml Updates harden-runner pin for dependency review workflow.
.github/workflows/codeql.yml Updates harden-runner and CodeQL action pins (init, autobuild, analyze).
.github/workflows/ci-unit-tests.yml Updates harden-runner pin for unit test workflow.
.github/workflows/ci-unit-tests-go-tip.yml Updates harden-runner pin for Go tip unit test workflow.
.github/workflows/ci-release.yml Updates harden-runner and anchore/sbom-action pins used during releases.
.github/workflows/ci-lint-checks.yaml Updates harden-runner pin across lint/precondition jobs.
.github/workflows/ci-e2e-tailsampling.yml Updates harden-runner pin for tail-sampling e2e workflow.
.github/workflows/ci-e2e-spm.yml Updates harden-runner pin for SPM e2e workflow.
.github/workflows/ci-e2e-query.yml Updates harden-runner pin for query e2e workflow.
.github/workflows/ci-e2e-opensearch.yml Updates harden-runner pin for OpenSearch e2e workflow.
.github/workflows/ci-e2e-memory.yaml Updates harden-runner pin for memory e2e workflow.
.github/workflows/ci-e2e-kafka.yml Updates harden-runner pin for Kafka e2e workflow.
.github/workflows/ci-e2e-grpc.yml Updates harden-runner pin for gRPC e2e workflow.
.github/workflows/ci-e2e-elasticsearch.yml Updates harden-runner pin for Elasticsearch e2e workflow.
.github/workflows/ci-e2e-clickhouse.yml Updates harden-runner pin for ClickHouse e2e workflow.
.github/workflows/ci-e2e-cassandra.yml Updates harden-runner pin for Cassandra e2e workflow.
.github/workflows/ci-e2e-badger.yaml Updates harden-runner pin for Badger e2e workflow.
.github/workflows/ci-docker-hotrod.yml Updates harden-runner pin for Hotrod docker/k8s CI workflow.
.github/workflows/ci-docker-build.yml Updates harden-runner pin for docker image build workflow.
.github/workflows/ci-docker-all-in-one.yml Updates harden-runner pin for all-in-one image workflow.
.github/workflows/ci-build-binaries.yml Updates harden-runner pin for multi-platform binary build workflow.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines +14 to 16
- uses: step-security/harden-runner@fa2e9d605c4eeb9fcad4c99c224cee0c6c7f3594 # v2.16.0
with:
egress-policy: audit # TODO: change to 'egress-policy: block' after a couple of runs
Copy link

Copilot AI Mar 21, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This PR updates step-security/harden-runner to v2.16.0 in many workflows, but .github/workflows/stale.yml is still pinned to a different harden-runner SHA (and lacks a version comment). That leaves one workflow potentially missing the same updates/security fixes and makes action versions inconsistent; consider updating stale.yml to the same v2.16.0 pin (and add the version comment) or document why it should stay different.

Copilot uses AI. Check for mistakes.
@codecov
Copy link
Copy Markdown

codecov Bot commented Mar 21, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 95.63%. Comparing base (4afa357) to head (9ff2c55).
⚠️ Report is 4 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #8226      +/-   ##
==========================================
+ Coverage   95.61%   95.63%   +0.02%     
==========================================
  Files         319      319              
  Lines       16793    16793              
==========================================
+ Hits        16056    16060       +4     
+ Misses        582      579       -3     
+ Partials      155      154       -1     
Flag Coverage Δ
badger_direct 9.05% <ø> (ø)
badger_e2e 1.04% <ø> (ø)
cassandra-4.x-direct-manual 13.25% <ø> (ø)
cassandra-4.x-e2e-auto 1.03% <ø> (ø)
cassandra-4.x-e2e-manual 1.03% <ø> (ø)
cassandra-5.x-direct-manual 13.25% <ø> (ø)
cassandra-5.x-e2e-auto 1.03% <ø> (ø)
cassandra-5.x-e2e-manual 1.03% <ø> (ø)
clickhouse 1.16% <ø> (ø)
elasticsearch-6.x-direct 16.83% <ø> (ø)
elasticsearch-7.x-direct 16.86% <ø> (ø)
elasticsearch-8.x-direct 17.01% <ø> (ø)
elasticsearch-8.x-e2e 1.04% <ø> (ø)
elasticsearch-9.x-e2e 1.04% <ø> (ø)
grpc_direct 7.79% <ø> (ø)
grpc_e2e 1.04% <ø> (ø)
kafka-3.x-v2 1.04% <ø> (ø)
memory_v2 1.04% <ø> (ø)
opensearch-1.x-direct 16.91% <ø> (ø)
opensearch-2.x-direct 16.91% <ø> (ø)
opensearch-2.x-e2e 1.04% <ø> (ø)
opensearch-3.x-e2e 1.04% <ø> (ø)
query 1.04% <ø> (ø)
tailsampling-processor 0.52% <ø> (ø)
unittests 94.32% <ø> (+0.02%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@yurishkuro yurishkuro merged commit 8912bc1 into jaegertracing:main Mar 21, 2026
75 of 76 checks passed
@renovate-bot renovate-bot deleted the renovate/github-actions-deps branch March 21, 2026 23:11
YoungHypo pushed a commit to YoungHypo/jaeger that referenced this pull request Mar 23, 2026
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [anchore/sbom-action](https://github.com/anchore/sbom-action)
| action | minor | `v0.23.0` → `v0.24.0` |
|
[github/codeql-action](https://github.com/github/codeql-action)
| action | minor | `v4.32.0` → `v4.34.1` |
|
[step-security/harden-runner](https://github.com/step-security/harden-runner)
| action | minor | `v2.15.0` → `v2.16.0` |

---

### Release Notes

<details>
<summary>anchore/sbom-action (anchore/sbom-action)</summary>

###
[`v0.24.0`](https://github.com/anchore/sbom-action/releases/tag/v0.24.0)

[Compare
Source](https://github.com/anchore/sbom-action/compare/v0.23.1...v0.24.0)

##### v0.24.0

- chore: update to node 24 + deps
([#&jaegertracing#8203;614](https://github.com/anchore/sbom-action/issues/614))
\[[@&jaegertracing#8203;kzantow](https://github.com/kzantow)]
- chore: update to ES modules
([#&jaegertracing#8203;595](https://github.com/anchore/sbom-action/issues/595))
\[[@&jaegertracing#8203;kzantow](https://github.com/kzantow)]

##### ⬆️ Dependencies

- chore(deps): update Syft to v1.42.3
([#&jaegertracing#8203;615](https://github.com/anchore/sbom-action/issues/615))
\[@&jaegertracing#8203;[anchore-actions-token-generator\[bot\]](https://github.com/apps/anchore-actions-token-generator)]

###
[`v0.23.1`](https://github.com/anchore/sbom-action/releases/tag/v0.23.1)

[Compare
Source](https://github.com/anchore/sbom-action/compare/v0.23.0...v0.23.1)

#### v0.23.1

#### ⬆️ Dependencies

- chore(deps): update Syft to v1.42.2
([#&jaegertracing#8203;607](https://github.com/anchore/sbom-action/issues/607))
\[@&jaegertracing#8203;[anchore-actions-token-generator\[bot\]](https://github.com/apps/anchore-actions-token-generator)]
- chore(deps): bump fast-xml-parser and all other deps
([#&jaegertracing#8203;604](https://github.com/anchore/sbom-action/issues/604))
\[@&jaegertracing#8203;[dependabot\[bot\]](https://github.com/apps/dependabot)]

</details>

<details>
<summary>github/codeql-action (github/codeql-action)</summary>

###
[`v4.34.1`](https://github.com/github/codeql-action/releases/tag/v4.34.1)

[Compare
Source](https://github.com/github/codeql-action/compare/v4.34.0...v4.34.1)

- Downgrade default CodeQL bundle version to
[2.24.3](https://github.com/github/codeql-action/releases/tag/codeql-bundle-v2.24.3)
due to issues with a small percentage of Actions and JavaScript
analyses.
[#&jaegertracing#8203;3762](https://github.com/github/codeql-action/pull/3762)

###
[`v4.34.0`](https://github.com/github/codeql-action/compare/v4.33.0...v4.34.0)

[Compare
Source](https://github.com/github/codeql-action/compare/v4.33.0...v4.34.0)

###
[`v4.33.0`](https://github.com/github/codeql-action/releases/tag/v4.33.0)

[Compare
Source](https://github.com/github/codeql-action/compare/v4.32.6...v4.33.0)

- Upcoming change: Starting April 2026, the CodeQL Action will skip
collecting file coverage information on pull requests to improve
analysis performance. File coverage information will still be computed
on non-PR analyses. Pull request analyses will log a warning about this
upcoming change.
[#&jaegertracing#8203;3562](https://github.com/github/codeql-action/pull/3562)

  To opt out of this change:

- **Repositories owned by an organization:** Create a custom repository
property with the name `github-codeql-file-coverage-on-prs` and the type
"True/false", then set this property to `true` in the repository's
settings. For more information, see [Managing custom properties for
repositories in your
organization](https://docs.github.com/en/organizations/managing-organization-settings/managing-custom-properties-for-repositories-in-your-organization).
Alternatively, if you are using an advanced setup workflow, you can set
the `CODEQL_ACTION_FILE_COVERAGE_ON_PRS` environment variable to `true`
in your workflow.
- **User-owned repositories using default setup:** Switch to an advanced
setup workflow and set the `CODEQL_ACTION_FILE_COVERAGE_ON_PRS`
environment variable to `true` in your workflow.
- **User-owned repositories using advanced setup:** Set the
`CODEQL_ACTION_FILE_COVERAGE_ON_PRS` environment variable to `true` in
your workflow.
- Fixed [a
bug](https://github.com/github/codeql-action/issues/3555) which
caused the CodeQL Action to fail loading repository properties if a
"Multi select" repository property was configured for the repository.
[#&jaegertracing#8203;3557](https://github.com/github/codeql-action/pull/3557)
- The CodeQL Action now loads [custom repository
properties](https://docs.github.com/en/organizations/managing-organization-settings/managing-custom-properties-for-repositories-in-your-organization)
on GitHub Enterprise Server, enabling the customization of features such
as `github-codeql-disable-overlay` that was previously only available on
GitHub.com.
[#&jaegertracing#8203;3559](https://github.com/github/codeql-action/pull/3559)
- Once [private package
registries](https://docs.github.com/en/code-security/how-tos/secure-at-scale/configure-organization-security/manage-usage-and-access/giving-org-access-private-registries)
can be configured with OIDC-based authentication for organizations, the
CodeQL Action will now be able to accept such configurations.
[#&jaegertracing#8203;3563](https://github.com/github/codeql-action/pull/3563)
- Fixed the retry mechanism for database uploads. Previously this would
fail with the error "Response body object should not be disturbed or
locked".
[#&jaegertracing#8203;3564](https://github.com/github/codeql-action/pull/3564)
- A warning is now emitted if the CodeQL Action detects a repository
property whose name suggests that it relates to the CodeQL Action, but
which is not one of the properties recognised by the current version of
the CodeQL Action.
[#&jaegertracing#8203;3570](https://github.com/github/codeql-action/pull/3570)

###
[`v4.32.6`](https://github.com/github/codeql-action/releases/tag/v4.32.6)

[Compare
Source](https://github.com/github/codeql-action/compare/v4.32.5...v4.32.6)

- Update default CodeQL bundle version to
[2.24.3](https://github.com/github/codeql-action/releases/tag/codeql-bundle-v2.24.3).
[#&jaegertracing#8203;3548](https://github.com/github/codeql-action/pull/3548)

###
[`v4.32.5`](https://github.com/github/codeql-action/releases/tag/v4.32.5)

[Compare
Source](https://github.com/github/codeql-action/compare/v4.32.4...v4.32.5)

- Repositories owned by an organization can now set up the
`github-codeql-disable-overlay` custom repository property to disable
[improved incremental analysis for
CodeQL](https://github.com/github/roadmap/issues/1158). First,
create a custom repository property with the name
`github-codeql-disable-overlay` and the type "True/false" in the
organization's settings. Then in the repository's settings, set this
property to `true` to disable improved incremental analysis. For more
information, see [Managing custom properties for repositories in your
organization](https://docs.github.com/en/organizations/managing-organization-settings/managing-custom-properties-for-repositories-in-your-organization).
This feature is not yet available on GitHub Enterprise Server.
[#&jaegertracing#8203;3507](https://github.com/github/codeql-action/pull/3507)
- Added an experimental change so that when [improved incremental
analysis](https://github.com/github/roadmap/issues/1158) fails
on a runner — potentially due to insufficient disk space — the failure
is recorded in the Actions cache so that subsequent runs will
automatically skip improved incremental analysis until something changes
(e.g. a larger runner is provisioned or a new CodeQL version is
released). We expect to roll this change out to everyone in March.
[#&jaegertracing#8203;3487](https://github.com/github/codeql-action/pull/3487)
- The minimum memory check for improved incremental analysis is now
skipped for CodeQL 2.24.3 and later, which has reduced peak RAM usage.
[#&jaegertracing#8203;3515](https://github.com/github/codeql-action/pull/3515)
- Reduced log levels for best-effort private package registry connection
check failures to reduce noise from workflow annotations.
[#&jaegertracing#8203;3516](https://github.com/github/codeql-action/pull/3516)
- Added an experimental change which lowers the minimum disk space
requirement for [improved incremental
analysis](https://github.com/github/roadmap/issues/1158),
enabling it to run on standard GitHub Actions runners. We expect to roll
this change out to everyone in March.
[#&jaegertracing#8203;3498](https://github.com/github/codeql-action/pull/3498)
- Added an experimental change which allows the `start-proxy` action to
resolve the CodeQL CLI version from feature flags instead of using the
linked CLI bundle version. We expect to roll this change out to everyone
in March.
[#&jaegertracing#8203;3512](https://github.com/github/codeql-action/pull/3512)
- The previously experimental changes from versions 4.32.3, 4.32.4,
3.32.3 and 3.32.4 are now enabled by default.
[#&jaegertracing#8203;3503](https://github.com/github/codeql-action/pull/3503),
[#&jaegertracing#8203;3504](https://github.com/github/codeql-action/pull/3504)

###
[`v4.32.4`](https://github.com/github/codeql-action/releases/tag/v4.32.4)

[Compare
Source](https://github.com/github/codeql-action/compare/v4.32.3...v4.32.4)

- Update default CodeQL bundle version to
[2.24.2](https://github.com/github/codeql-action/releases/tag/codeql-bundle-v2.24.2).
[#&jaegertracing#8203;3493](https://github.com/github/codeql-action/pull/3493)
- Added an experimental change which improves how certificates are
generated for the authentication proxy that is used by the CodeQL Action
in Default Setup when [private package registries are
configured](https://docs.github.com/en/code-security/how-tos/secure-at-scale/configure-organization-security/manage-usage-and-access/giving-org-access-private-registries).
This is expected to generate more widely compatible certificates and
should have no impact on analyses which are working correctly already.
We expect to roll this change out to everyone in February.
[#&jaegertracing#8203;3473](https://github.com/github/codeql-action/pull/3473)
- When the CodeQL Action is run [with debugging enabled in Default
Setup](https://docs.github.com/en/code-security/how-tos/scan-code-for-vulnerabilities/troubleshooting/troubleshooting-analysis-errors/logs-not-detailed-enough#creating-codeql-debugging-artifacts-for-codeql-default-setup)
and [private package registries are
configured](https://docs.github.com/en/code-security/how-tos/secure-at-scale/configure-organization-security/manage-usage-and-access/giving-org-access-private-registries),
the "Setup proxy for registries" step will output additional diagnostic
information that can be used for troubleshooting.
[#&jaegertracing#8203;3486](https://github.com/github/codeql-action/pull/3486)
- Added a setting which allows the CodeQL Action to enable network
debugging for Java programs. This will help GitHub staff support
customers with troubleshooting issues in GitHub-managed CodeQL
workflows, such as Default Setup. This setting can only be enabled by
GitHub staff.
[#&jaegertracing#8203;3485](https://github.com/github/codeql-action/pull/3485)
- Added a setting which enables GitHub-managed workflows, such as
Default Setup, to use a [nightly CodeQL CLI
release](https://github.com/dsp-testing/codeql-cli-nightlies)
instead of the latest, stable release that is used by default. This will
help GitHub staff support customers whose analyses for a given
repository or organization require early access to a change in an
upcoming CodeQL CLI release. This setting can only be enabled by GitHub
staff.
[#&jaegertracing#8203;3484](https://github.com/github/codeql-action/pull/3484)

###
[`v4.32.3`](https://github.com/github/codeql-action/releases/tag/v4.32.3)

[Compare
Source](https://github.com/github/codeql-action/compare/v4.32.2...v4.32.3)

- Added experimental support for testing connections to [private package
registries](https://docs.github.com/en/code-security/how-tos/secure-at-scale/configure-organization-security/manage-usage-and-access/giving-org-access-private-registries).
This feature is not currently enabled for any analysis. In the future,
it may be enabled by default for Default Setup.
[#&jaegertracing#8203;3466](https://github.com/github/codeql-action/pull/3466)

###
[`v4.32.2`](https://github.com/github/codeql-action/compare/v4.32.1...v4.32.2)

[Compare
Source](https://github.com/github/codeql-action/compare/v4.32.1...v4.32.2)

###
[`v4.32.1`](https://github.com/github/codeql-action/releases/tag/v4.32.1)

[Compare
Source](https://github.com/github/codeql-action/compare/v4.32.0...v4.32.1)

- A warning is now shown in Default Setup workflow logs if a [private
package registry is
configured](https://docs.github.com/en/code-security/how-tos/secure-at-scale/configure-organization-security/manage-usage-and-access/giving-org-access-private-registries)
using a GitHub Personal Access Token (PAT), but no username is
configured.
[#&jaegertracing#8203;3422](https://github.com/github/codeql-action/pull/3422)
- Fixed a bug which caused the CodeQL Action to fail when repository
properties cannot successfully be retrieved.
[#&jaegertracing#8203;3421](https://github.com/github/codeql-action/pull/3421)

</details>

<details>
<summary>step-security/harden-runner
(step-security/harden-runner)</summary>

###
[`v2.16.0`](https://github.com/step-security/harden-runner/releases/tag/v2.16.0)

[Compare
Source](https://github.com/step-security/harden-runner/compare/v2.15.1...v2.16.0)

##### What's Changed

- Updated action.yml to use node24
- Security fix: Fixed a medium severity vulnerability where the egress
block policy could be bypassed via DNS over HTTPS (DoH) by proxying DNS
queries through a permitted resolver, allowing data exfiltration even
with a restrictive allowed-endpoints list. This issue only affects the
Community Tier; the Enterprise Tier is not affected. See
[GHSA-46g3-37rh-v698](https://github.com/step-security/harden-runner/security/advisories/GHSA-46g3-37rh-v698)
for details.
- Security fix: Fixed a medium severity vulnerability where the egress
block policy could be bypassed via DNS queries over TCP to external
resolvers, allowing outbound network communication that evades
configured network restrictions. This issue only affects the Community
Tier; the Enterprise Tier is not affected. See
[GHSA-g699-3x6g-wm3g](https://github.com/step-security/harden-runner/security/advisories/GHSA-g699-3x6g-wm3g)
for details.

**Full Changelog**:
<step-security/harden-runner@v2.15.1...v2.16.0>

###
[`v2.15.1`](https://github.com/step-security/harden-runner/releases/tag/v2.15.1)

[Compare
Source](https://github.com/step-security/harden-runner/compare/v2.15.0...v2.15.1)

##### What's Changed

- Fixes
[#&jaegertracing#8203;642](https://github.com/step-security/harden-runner/issues/642)
bug due to which post step was failing on Windows ARM runners
- Updates npm packages

**Full Changelog**:
<step-security/harden-runner@v2.15.0...v2.15.1>

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "on the first day of the month" (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://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/jaegertracing/jaeger).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My42Ni40IiwidXBkYXRlZEluVmVyIjoiNDMuNjYuNCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiY2hhbmdlbG9nOmRlcGVuZGVuY2llcyJdfQ==-->

Signed-off-by: Mend Renovate <bot@renovateapp.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

changelog:dependencies Update to dependencies

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants