Skip to content

Comments

fix(deps, deps-dev): update @actions/core to v1.11.1; semantic-release to v24.2.7#9

Closed
BinToss wants to merge 2 commits intofelipecrs:masterfrom
BinToss:master
Closed

fix(deps, deps-dev): update @actions/core to v1.11.1; semantic-release to v24.2.7#9
BinToss wants to merge 2 commits intofelipecrs:masterfrom
BinToss:master

Conversation

@BinToss
Copy link
Contributor

@BinToss BinToss commented Jul 16, 2025

@felipecrs
Copy link
Owner

felipecrs commented Jul 16, 2025

Motivation: These vulnerabilities were being picked up automated security alerts in downstream projects with no auto-resolution available.

Are you sure about that? semantic-release is a dev dependency in this repo and should therefore not affect projects that depend on it.

Also, the version range of @actions/core within this repo already contemplates 1.11.1.

You could just update it in your repo by running npm update, no?

@BinToss
Copy link
Contributor Author

BinToss commented Jul 16, 2025

Oh. Thank you for reminding me! It slipped my mind while I was troubleshooting a few other, unrelated issues at the time. Pinning to a fixed version should be sufficient, but the mend-bolt bot has yet to acknowledge the change...

Regardless, thank you for your time!

@BinToss
Copy link
Contributor Author

BinToss commented Jul 16, 2025

P.S. it's odd that this PR's workflow failed where it did. I might look into that, later.

@BinToss BinToss closed this Jul 16, 2025
@felipecrs
Copy link
Owner

P.S. it's odd that this PR's workflow failed where it did. I might look into that, later.

Yeah, that's weird indeed. I'll look into it. It's nice to update dependencies anyway.

@felipecrs
Copy link
Owner

felipecrs commented Jul 16, 2025

@BinToss #10 should clear out any security concerns.

@BinToss
Copy link
Contributor Author

BinToss commented Jul 24, 2025

Yeah, that's weird indeed. I'll look into it.

It seems the issue was caused by Node.js (^20.5.0 | ^18.18.0 | >=24.0.0 ) being required, but the first Node binary in PATH was Node.js 16...which is supposed to be unavailable in ubuntu-latest The ubuntu-latest is supposed to ship Node.js 20.19.3.

Later commits' workflow runs seem to not have the issue...

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants