Skip to content

Conversation

renovate-bot
Copy link
Contributor

@renovate-bot renovate-bot commented Jun 17, 2025

This PR contains the following updates:

Package Type Update Change
EnricoMi/publish-unit-test-result-action action minor v2.19.0 -> v2.20.0
actions/cache action patch v4.2.3 -> v4.2.4
actions/checkout action minor v4.2.2 -> v4.3.0
actions/create-github-app-token action minor v2.0.6 -> v2.1.1
actions/github-script action minor v7.0.1 -> v7.1.0
docker/login-action action minor v3.4.0 -> v3.5.0
google/osv-scanner-action action minor v2.0.2 -> v2.2.2
saadmk11/github-actions-version-updater action minor v0.8.1 -> v0.9.0
softprops/action-gh-release action minor v2.2.2 -> v2.3.3

Release Notes

EnricoMi/publish-unit-test-result-action (EnricoMi/publish-unit-test-result-action)

v2.20.0

Compare Source

Adds the following improvements:

  • Add action typing #​653
  • Isolate PIP cache used by composite actions #​668
  • Fix for empty <system-out> and <system-err> #​667
  • Deprecate github_token_actor option, auto-detect actor #​661
  • Use and recommend !cancelled() instead of always() #​659
  • Add deprecationMessage to action.yml for deprecated inputs (#​654)
  • Resolve regex library warnings #​660

Full Changelog: EnricoMi/publish-unit-test-result-action@v2.19.0...v2.20.0

actions/cache (actions/cache)

v4.2.4

Compare Source

What's Changed

New Contributors

Full Changelog: actions/cache@v4...v4.2.4

actions/checkout (actions/checkout)

v4.3.0

Compare Source

What's Changed
New Contributors

Full Changelog: actions/checkout@v4...v4.3.0

actions/create-github-app-token (actions/create-github-app-token)

v2.1.1

Compare Source

Bug Fixes

v2.1.0

Compare Source

Features
actions/github-script (actions/github-script)

v7.1.0

Compare Source

docker/login-action (docker/login-action)

v3.5.0

Compare Source

Full Changelog: docker/login-action@v3.4.0...v3.5.0

google/osv-scanner-action (google/osv-scanner-action)

v2.2.2

Compare Source

This updates OSV-Scanner to v2.2.2.

What's Changed

Full Changelog: google/osv-scanner-action@v2.2.1...v2.2.2

v2.2.1

Compare Source

What's Changed

OSV-Scanner now supports all OSV-Scalibr features behind experimental flags (--experimental-plugins, see details here)!

Features:
Fixes:
  • Bug #​2141 Fix OSV-Scanner json scans not matching with correct ecosystem.
  • Bug #​2084 Show absolute paths when scanning containers.
  • Bug #​2126 Log and preserve package count before continuing on db error.
  • Bug #​2095 Pass through plugin capabilities correctly.
  • Bug #​2051 Properly flag if running on Linux or Mac OSs for plugin compatibility.
  • Bug #​2072 Add missing "text" property in description fields.
  • Bug #​2068 Change links in output to go to the specific vulnerability page instead of the list page.
  • Bug #​2064 Fix SARIF v3 output to include results.
  • Bug #​2151 Filter by ecosystem before querying.
API Changes:

[!WARNING]
This release was originally incorrectly pointing to the bugged v2.2.0 osv-scanner release, it has now been retagged to the correct v2.2.1 release.

v2.1.0

Compare Source

What's Changed

Full Changelog: google/osv-scanner-action@v2.0.3...v2.1.0

v2.0.3

Compare Source

Update to use osv-scanner v2.0.3

Notable changes:

  • There's now a flag --allow-no-lockfiles you can pass to osv-scanner to avoid getting an error when running against a repo with no lockfiles.
  • We no longer ignore general errors when they occur on osv-scanner-action, and will fail the workflow (e.g. invalid flags passed in)
saadmk11/github-actions-version-updater (saadmk11/github-actions-version-updater)

v0.9.0

Compare Source

  • #​92: [pre-commit.ci] pre-commit autoupdate
  • #​100: Update README.md - update checkout versions
  • #​106: Fix the actions enclosed in quotes are not updated
  • #​115: Base on 3.12-slim-bullseye
  • #​116: Update changelog-ci version
softprops/action-gh-release (softprops/action-gh-release)

v2.3.3

Compare Source

v2.3.2

Compare Source

  • fix: revert fs readableWebStream change

v2.3.1

Compare Source

What's Changed

Bug fixes 🐛

New Contributors

Full Changelog: softprops/action-gh-release@v2.3.0...v2.3.1

v2.3.0

Compare Source

  • Migrate from jest to vitest
  • Replace mime with mime-types
  • Bump to use node 24
  • Dependency updates

Full Changelog: softprops/action-gh-release@v2.2.2...v2.3.0


Configuration

📅 Schedule: Branch creation - "after 2am on monday" (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.

@forking-renovate forking-renovate bot added the team:VM Assigned to OTP team VM label Jun 17, 2025
@CLAassistant
Copy link

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

Copy link
Contributor

github-actions bot commented Jun 17, 2025

CT Test Results

  1 files   11 suites   4m 35s ⏱️
 94 tests  92 ✅ 2 💤 0 ❌
110 runs  108 ✅ 2 💤 0 ❌

Results for commit e5191a0.

♻️ This comment has been updated with latest results.

To speed up review, make sure that you have read Contributing to Erlang/OTP and that all checks pass.

See the TESTING and DEVELOPMENT HowTo guides for details about how to run test locally.

Artifacts

// Erlang/OTP Github Action Bot

@garazdawi garazdawi removed their assignment Jun 17, 2025
Comment on lines 88 to 89
uses: "google/osv-scanner-action/.github/workflows/osv-scanner-reusable.yml@e69cc6c86b31f1e7e23935bbe7031b50e51082de" # ratchet:google/osv-scanner-action/.github/workflows/[email protected].3"
with:
Copy link
Contributor

Choose a reason for hiding this comment

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

version should be google/osv-scanner-action@40a8940

This is the same issue as reported in
#9960 (review)

@renovate-bot renovate-bot force-pushed the renovate/maint-27-github-actions branch 2 times, most recently from 5efe424 to 211959c Compare July 15, 2025 11:42
@renovate-bot renovate-bot force-pushed the renovate/maint-27-github-actions branch from 211959c to af7a8cc Compare July 28, 2025 14:04
@renovate-bot renovate-bot force-pushed the renovate/maint-27-github-actions branch 7 times, most recently from 5dac2d6 to e343f79 Compare August 11, 2025 11:37
@renovate-bot renovate-bot force-pushed the renovate/maint-27-github-actions branch from e343f79 to af2a48f Compare August 11, 2025 17:23
@renovate-bot renovate-bot force-pushed the renovate/maint-27-github-actions branch from af2a48f to dd08154 Compare August 27, 2025 04:49
@renovate-bot renovate-bot force-pushed the renovate/maint-27-github-actions branch from dd08154 to 5928724 Compare September 4, 2025 17:27
@renovate-bot renovate-bot force-pushed the renovate/maint-27-github-actions branch from 5928724 to e5191a0 Compare September 7, 2025 05:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
team:VM Assigned to OTP team VM
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants