-
Notifications
You must be signed in to change notification settings - Fork 128
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New release for node20
update
#137
Comments
@mouchh Either you use the reference to the master |
I’ll cut a new release once I get to my computer |
@enric0r-s @mouchh should be good now |
Thanks @zricethezav ! Giving it a try; proper Node20 env update indeed but seems like #100 is striking again! Warnings from the GH Runner with
Whereas warnings from the GH Runner with
|
Same here. Given the diff v2.3.2...v2.3.3 my guess is that Indeed, rebuilding after a clean clone results in the following (partial) diff in function setOutput(name, value) {
+ const filePath = process.env['GITHUB_OUTPUT'] || '';
+ if (filePath) {
+ return file_command_1.issueFileCommand('OUTPUT', file_command_1.prepareKeyValueMessage(name, value));
+ }
process.stdout.write(os.EOL);
- command_1.issueCommand('set-output', { name }, value);
+ command_1.issueCommand('set-output', { name }, utils_1.toCommandValue(value));
} |
Hi @zricethezav - shall we open a new and dedicated issue for this one? |
@zricethezav the latest release (https://github.com/gitleaks/gitleaks-action/releases/tag/v2.3.4) did not address the above issue (see run preview below, or here). The diff for e6dab24 also shows this as it does not include the changes from my previous comment. |
Should a new release of the action be created to have people use the update with
node20
instead of usinggitleaks/gitleaks-action@master
?cc: @zricethezav
The text was updated successfully, but these errors were encountered: