Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 28, 2025

Bumps the gh-actions-packages group with 5 updates in the / directory:

Package From To
ruby/setup-ruby 1.233.0 1.235.0
actions/download-artifact 4.2.1 4.3.0
github/codeql-action 3.28.15 3.28.16
DeterminateSystems/nix-installer-action ce0da527df91a7fa0b6f54ead8997eb14e9fdaa5 7b2eab0f0210922c27b0a3d76c5d768d8962bf30
actions/setup-python 5.5.0 5.6.0

Bumps the gh-actions-packages group with 1 update in the /.github/actions/build-test directory: mxschmitt/action-tmate.
Bumps the gh-actions-packages group with 1 update in the /.github/actions/bundle-restore directory: actions/download-artifact.

Updates ruby/setup-ruby from 1.233.0 to 1.235.0

Release notes

Sourced from ruby/setup-ruby's releases.

v1.235.0

What's Changed

Full Changelog: ruby/setup-ruby@v1.234.0...v1.235.0

v1.234.0

Full Changelog: ruby/setup-ruby@v1.233.0...v1.234.0

Commits
  • dffc446 Support windows-11-arm
  • 2e00740 Remove support for ubuntu-20.04
  • 7200295 Update to Rails 7.2 and 8 in tests
  • bc1d550 Update testFixedBundlerVersionForOldRuby to 2.3 since 2.2 is known to be brok...
  • bcde69c Update README.md
  • eedae55 Make it clear not all combinations are supported
  • See full diff in compare view

Updates actions/download-artifact from 4.2.1 to 4.3.0

Release notes

Sourced from actions/download-artifact's releases.

v4.3.0

What's Changed

New Contributors

Full Changelog: actions/download-artifact@v4.2.1...v4.3.0

Commits
  • d3f86a1 Merge pull request #404 from actions/robherley/v4.3.0
  • fc02353 prep for v4.3.0 release
  • 7745437 Merge pull request #402 from actions/joshmgross/download-by-id-example
  • 84fc7a0 Remove path filters from Check dist workflow
  • 67f2bc3 Fix workflow example for downloading by artifact ID
  • 8ea3c2c Merge pull request #401 from actions/download-by-id
  • d219c63 add supporting unit tests for artifact downloads with ids
  • 54124fb revert getArtifact() changes - for now we have to list and filter by artifa...
  • b83057b bundle
  • 171183c use the same artifactClient.getArtifact structure as seen above in `isSingl...
  • Additional commits viewable in compare view

Updates github/codeql-action from 3.28.15 to 3.28.16

Release notes

Sourced from github/codeql-action's releases.

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.

Changelog

Sourced from github/codeql-action's changelog.

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

[UNRELEASED]

No user facing changes.

3.28.16 - 23 Apr 2025

  • Update default CodeQL bundle version to 2.21.1. #2863

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

3.28.14 - 07 Apr 2025

  • Update default CodeQL bundle version to 2.21.0. #2838

3.28.13 - 24 Mar 2025

No user facing changes.

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. #2810

3.28.11 - 07 Mar 2025

  • Update default CodeQL bundle version to 2.20.6. #2793

3.28.10 - 21 Feb 2025

  • Update default CodeQL bundle version to 2.20.5. #2772
  • Address an issue where the CodeQL Bundle would occasionally fail to decompress on macOS. #2768

3.28.9 - 07 Feb 2025

  • Update default CodeQL bundle version to 2.20.4. #2753

3.28.8 - 29 Jan 2025

  • Enable support for Kotlin 2.1.10 when running with CodeQL CLI v2.20.3. #2744

3.28.7 - 29 Jan 2025

No user facing changes.

... (truncated)

Commits
  • 28deaed Merge pull request #2865 from github/update-v3.28.16-2a8cbadc0
  • 03c5d71 Update changelog for v3.28.16
  • 2a8cbad Merge pull request #2863 from github/update-bundle/codeql-bundle-v2.21.1
  • f76eaf5 Add changelog note
  • e63b3f5 Update default bundle to codeql-bundle-v2.21.1
  • 4c3e536 Merge pull request #2853 from github/dependabot/npm_and_yarn/npm-7d84c66b66
  • 56dd02f Merge pull request #2852 from github/dependabot/github_actions/actions-457587...
  • 192406d Merge branch 'main' into dependabot/github_actions/actions-4575878e06
  • c7dbb20 Merge pull request #2857 from github/nickfyson/address-vulns
  • 9a45cd8 move use of input variables into env vars
  • Additional commits viewable in compare view

Updates DeterminateSystems/nix-installer-action from ce0da527df91a7fa0b6f54ead8997eb14e9fdaa5 to 7b2eab0f0210922c27b0a3d76c5d768d8962bf30

Commits
  • 7b2eab0 Merge pull request #173 from DeterminateSystems/hash-mismatch-summary
  • 7ee09f9 Provide a link to our guide rather than a URL
  • dfa057f s/INFO/TIP/
  • a79af99 Add hash mismatches to summary
  • 65f0526 Merge pull request #172 from DeterminateSystems/test-penance
  • b00ad13 Clean up unneeded brackets
  • 5f843f6 Add test for empty build summary case
  • 01d7370 Merge pull request #171 from DeterminateSystems/suppress-empty-summaries
  • 7c49e2a Correctly suppress empty summaries
  • 21a5447 Sometimes, two heads are NOT as good as one. (#170)
  • Additional commits viewable in compare view

Updates actions/setup-python from 5.5.0 to 5.6.0

Release notes

Sourced from actions/setup-python's releases.

v5.6.0

What's Changed

Full Changelog: actions/setup-python@v5...v5.6.0

Commits

Updates mxschmitt/action-tmate from 3.20 to 3.21

Release notes

Sourced from mxschmitt/action-tmate's releases.

v3.21

What's Changed

Full Changelog: mxschmitt/action-tmate@v3.20...v3.21

Commits
  • c606f86 Merge pull request #218 from mxschmitt/detached
  • 7eae436 ci(manual-detached-test): drop no-longer-needed setting
  • 19351d0 ci(manual-detached-test): use the ./detached "sub-Action"
  • 47b6a8b README: document the mxschmitt/action-tmate/detached Action
  • 939a91a Offer mxschmitt/action-tmate/detached for convenience
  • See full diff in compare view

Updates actions/download-artifact from 4.2.1 to 4.3.0

Release notes

Sourced from actions/download-artifact's releases.

v4.3.0

What's Changed

New Contributors

Full Changelog: actions/download-artifact@v4.2.1...v4.3.0

Commits
  • d3f86a1 Merge pull request #404 from actions/robherley/v4.3.0
  • fc02353 prep for v4.3.0 release
  • 7745437 Merge pull request #402 from actions/joshmgross/download-by-id-example
  • 84fc7a0 Remove path filters from Check dist workflow
  • 67f2bc3 Fix workflow example for downloading by artifact ID
  • 8ea3c2c Merge pull request #401 from actions/download-by-id
  • d219c63 add supporting unit tests for artifact downloads with ids
  • 54124fb revert getArtifact() changes - for now we have to list and filter by artifa...
  • b83057b bundle
  • 171183c use the same artifactClient.getArtifact structure as seen above in `isSingl...
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Apr 28, 2025
@dependabot dependabot bot requested a review from a team as a code owner April 28, 2025 10:35
@github-actions github-actions bot added the dev/github Github repository maintenance and automation label Apr 28, 2025
@github-actions
Copy link

👋 Hey @DataDog/ruby-guild, please fill "Change log entry" section in the pull request description.

If changes need to be present in CHANGELOG.md you can state it this way

**Change log entry**

Yes. A brief summary to be placed into the CHANGELOG.md

(possible answers Yes/Yep/Yeah)

Or you can opt out like that

**Change log entry**

None.

(possible answers No/Nope/None)

Visited at: 2025-04-28 10:37:07 UTC

@codecov-commenter
Copy link

codecov-commenter commented Apr 28, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 97.73%. Comparing base (b9e1364) to head (75b931e).
Report is 5 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #4609      +/-   ##
==========================================
- Coverage   97.74%   97.73%   -0.02%     
==========================================
  Files        1412     1412              
  Lines       86256    86255       -1     
  Branches     4354     4354              
==========================================
- Hits        84315    84301      -14     
- Misses       1941     1954      +13     

☔ 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.

@pr-commenter
Copy link

pr-commenter bot commented Apr 28, 2025

Benchmarks

Benchmark execution time: 2025-04-29 10:22:08

Comparing candidate commit 0d5fd30 in PR branch dependabot/github_actions/gh-actions-packages-5b54a54548 with baseline commit ae89815 in branch master.

Found 0 performance improvements and 0 performance regressions! Performance is the same for 31 metrics, 2 unstable metrics.

Bumps the gh-actions-packages group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [ruby/setup-ruby](https://github.com/ruby/setup-ruby) | `1.233.0` | `1.235.0` |
| [actions/download-artifact](https://github.com/actions/download-artifact) | `4.2.1` | `4.3.0` |
| [github/codeql-action](https://github.com/github/codeql-action) | `3.28.15` | `3.28.16` |
| [DeterminateSystems/nix-installer-action](https://github.com/determinatesystems/nix-installer-action) | `ce0da527df91a7fa0b6f54ead8997eb14e9fdaa5` | `7b2eab0f0210922c27b0a3d76c5d768d8962bf30` |
| [actions/setup-python](https://github.com/actions/setup-python) | `5.5.0` | `5.6.0` |

Bumps the gh-actions-packages group with 1 update in the /.github/actions/build-test directory: [mxschmitt/action-tmate](https://github.com/mxschmitt/action-tmate).
Bumps the gh-actions-packages group with 1 update in the /.github/actions/bundle-restore directory: [actions/download-artifact](https://github.com/actions/download-artifact).


Updates `ruby/setup-ruby` from 1.233.0 to 1.235.0
- [Release notes](https://github.com/ruby/setup-ruby/releases)
- [Changelog](https://github.com/ruby/setup-ruby/blob/master/release.rb)
- [Commits](ruby/setup-ruby@ca041f9...dffc446)

Updates `actions/download-artifact` from 4.2.1 to 4.3.0
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](actions/download-artifact@95815c3...d3f86a1)

Updates `github/codeql-action` from 3.28.15 to 3.28.16
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@45775bd...28deaed)

Updates `DeterminateSystems/nix-installer-action` from ce0da527df91a7fa0b6f54ead8997eb14e9fdaa5 to 7b2eab0f0210922c27b0a3d76c5d768d8962bf30
- [Release notes](https://github.com/determinatesystems/nix-installer-action/releases)
- [Commits](DeterminateSystems/nix-installer-action@ce0da52...7b2eab0)

Updates `actions/setup-python` from 5.5.0 to 5.6.0
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](actions/setup-python@8d9ed9a...a26af69)

Updates `mxschmitt/action-tmate` from 3.20 to 3.21
- [Release notes](https://github.com/mxschmitt/action-tmate/releases)
- [Changelog](https://github.com/mxschmitt/action-tmate/blob/master/RELEASE.md)
- [Commits](mxschmitt/action-tmate@c6f0481...c606f86)

Updates `actions/download-artifact` from 4.2.1 to 4.3.0
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](actions/download-artifact@95815c3...d3f86a1)

---
updated-dependencies:
- dependency-name: ruby/setup-ruby
  dependency-version: 1.235.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gh-actions-packages
- dependency-name: actions/download-artifact
  dependency-version: 4.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gh-actions-packages
- dependency-name: github/codeql-action
  dependency-version: 3.28.16
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gh-actions-packages
- dependency-name: DeterminateSystems/nix-installer-action
  dependency-version: 7b2eab0f0210922c27b0a3d76c5d768d8962bf30
  dependency-type: direct:production
  dependency-group: gh-actions-packages
- dependency-name: actions/setup-python
  dependency-version: 5.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gh-actions-packages
- dependency-name: mxschmitt/action-tmate
  dependency-version: '3.21'
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gh-actions-packages
- dependency-name: actions/download-artifact
  dependency-version: 4.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gh-actions-packages
...

Signed-off-by: dependabot[bot] <[email protected]>
@TonyCTHsu TonyCTHsu force-pushed the dependabot/github_actions/gh-actions-packages-5b54a54548 branch from 0d5fd30 to 75b931e Compare April 29, 2025 10:27
@datadog-datadog-prod-us1
Copy link
Contributor

Datadog Report

Branch report: dependabot/github_actions/gh-actions-packages-5b54a54548
Commit report: 75b931e
Test service: dd-trace-rb

✅ 0 Failed, 20838 Passed, 1376 Skipped, 3m 34.31s Total Time

@TonyCTHsu TonyCTHsu merged commit 871db69 into master Apr 29, 2025
452 checks passed
@TonyCTHsu TonyCTHsu deleted the dependabot/github_actions/gh-actions-packages-5b54a54548 branch April 29, 2025 10:53
@github-actions github-actions bot added this to the 2.16.0 milestone Apr 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file dev/github Github repository maintenance and automation github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants