Skip to content

Update github-actions deps to v7#205

Open
renovate-bot wants to merge 1 commit into
jaegertracing:mainfrom
renovate-bot:renovate/major-github-actions-deps
Open

Update github-actions deps to v7#205
renovate-bot wants to merge 1 commit into
jaegertracing:mainfrom
renovate-bot:renovate/major-github-actions-deps

Conversation

@renovate-bot

@renovate-bot renovate-bot commented Jul 1, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
actions/checkout action major v6.0.0v7.0.1
actions/setup-go action major v6.0.0v7.0.0
actions/setup-python action major v6v7
codecov/codecov-action action major v6v7

Release Notes

actions/checkout (actions/checkout)

v7.0.1

Compare Source

v7.0.0

Compare Source

v7

Compare Source

v6.1.0

Compare Source

v6.0.3

Compare Source

v6.0.2

Compare Source

v6.0.1

Compare Source

actions/setup-go (actions/setup-go)

v7.0.0

Compare Source

What's Changed
New Contributors

Full Changelog: actions/setup-go@v6...v7.0.0

v7

Compare Source

v6.5.0

Compare Source

v6.4.0

Compare Source

What's Changed
Enhancement
  • Add go-download-base-url input for custom Go distributions by @​gdams in #​721
Dependency update
Documentation update
New Contributors

Full Changelog: actions/setup-go@v6...v6.4.0

v6.3.0

Compare Source

What's Changed

Full Changelog: actions/setup-go@v6...v6.3.0

v6.2.0

Compare Source

What's Changed
Enhancements
Dependency updates
New Contributors

Full Changelog: actions/setup-go@v6...v6.2.0

v6.1.0

Compare Source

What's Changed
Enhancements
Dependency updates
New Contributors

Full Changelog: actions/setup-go@v6...v6.1.0

actions/setup-python (actions/setup-python)

v7.0.0

Compare Source

v7

Compare Source

codecov/codecov-action (codecov/codecov-action)

v7.0.0

Compare Source

⚠️ Due to migration issues with keybase, we are unable to update our keys under the codecovsecurity account. We have deleted the account and are using codecovsecops with the original gpg key

What's Changed

Full Changelog: codecov/codecov-action@v6.0.1...v7.0.0

v7

Compare Source


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "on the first day of the month"
  • 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.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@codecov

codecov Bot commented Jul 1, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (0daa719) to head (6e9a8d3).

Additional details and impacted files
@@            Coverage Diff            @@
##              main      #205   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           11        11           
  Lines          422       422           
=========================================
  Hits           422       422           

☔ View full report in Codecov by Harness.
📢 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.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Updates GitHub Actions dependencies used by this repo’s CI workflows, bumping actions/checkout and codecov/codecov-action to their v7 major versions.

Changes:

  • Bump actions/checkout from v6.0.0 to v7.0.0 (pinned to the v7.0.0 commit SHA).
  • Bump codecov/codecov-action from v6 to v7.

Reviewed changes

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

File Description
.github/workflows/ci-unit-tests.yml Updates actions/checkout to v7.0.0 and codecov/codecov-action to v7 for unit test CI.
.github/workflows/ci-lint-test.yml Updates actions/checkout to v7.0.0 for lint/generated-file checks.

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


- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v6
uses: codecov/codecov-action@v7
Copilot AI review requested due to automatic review settings July 16, 2026 05:37
@renovate-bot
renovate-bot force-pushed the renovate/major-github-actions-deps branch from 0556747 to 677995c Compare July 16, 2026 05:37

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

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

Comment on lines +39 to 41
uses: codecov/codecov-action@v7
with:
slug: jaegertracing/jaeger-idl
Copilot AI review requested due to automatic review settings July 20, 2026 05:46
@renovate-bot
renovate-bot force-pushed the renovate/major-github-actions-deps branch from 677995c to 9497249 Compare July 20, 2026 05:46

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Copilot reviewed 2 out of 2 changed files in this pull request and generated 3 comments.

Comments suppressed due to low confidence (1)

.github/workflows/ci-unit-tests.yml:40

  • codecov/codecov-action@v7 is referenced by mutable tag. For supply-chain safety (and to match the SHA pinning used for actions/checkout / actions/setup-go in this workflow), pin this action to the full commit SHA for the intended v7 release and keep the version comment for readability.
    - name: Upload coverage reports to Codecov
      uses: codecov/codecov-action@v7
      with:

Comment thread .github/workflows/ci-unit-tests.yml Outdated
Comment on lines +24 to +28
@@ -25,9 +25,9 @@ jobs:
with:
egress-policy: audit

- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
Comment on lines 48 to 52
steps:
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0

- name: Init git submodules
run: make init-submodule
Comment on lines 53 to 55
cache-dependency-path: ./go.sum
- uses: actions/setup-python@v6
- uses: actions/setup-python@v7
with:
Signed-off-by: Mend Renovate <bot@renovateapp.com>
Copilot AI review requested due to automatic review settings July 20, 2026 23:33
@renovate-bot
renovate-bot force-pushed the renovate/major-github-actions-deps branch from 9497249 to 6e9a8d3 Compare July 20, 2026 23:33

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Copilot reviewed 2 out of 2 changed files in this pull request and generated no new comments.

Comments suppressed due to low confidence (3)

.github/workflows/ci-unit-tests.yml:28

  • The steps entries in this job appear to be indented at the same level as the steps: key (e.g., - uses: actions/checkout...), which makes the YAML invalid / causes GitHub Actions to fail parsing the workflow. All step list items (and their nested with:/run: blocks) need to be indented under steps:.
    - uses: step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11.0
      with:
        egress-policy: audit

    - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1

.github/workflows/ci-unit-tests.yml:52

  • In this job, the first step (- uses: actions/checkout...) is aligned with steps: instead of being nested beneath it. This indentation will prevent the workflow YAML from parsing correctly.
    steps:
    - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1

    - name: Init git submodules
      run: make init-submodule

.github/workflows/ci-unit-tests.yml:44

  • The Codecov upload token is hard-coded directly in the workflow file. This exposes the credential to anyone with read access to the repository and to forks via the workflow file contents. Use a GitHub secret (e.g., ${{ secrets.CODECOV_TOKEN }}) or omit token entirely for public repositories.
      with:
        slug: jaegertracing/jaeger-idl
        verbose: true
        fail_ci_if_error: true
        token: 95fab3d9-8038-40ba-ac56-0d8bd91390a4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants