setup-lazarus
setup-lazarus copied to clipboard
Set up your GitHub Actions workflow with a specific version of Lazarus
Bumps [undici](https://github.com/nodejs/undici) from 5.28.2 to 5.28.4. Release notes Sourced from undici's releases. v5.28.4 :warning: Security Release :warning: Fixes https://github.com/nodejs/undici/security/advisories/GHSA-m4v8-wqvr-p9f7 CVE-2024-30260 Fixes https://github.com/nodejs/undici/security/advisories/GHSA-9qxr-qj54-h672 CVE-2024-30261 Full Changelog: https://github.com/nodejs/undici/compare/v5.28.3...v5.28.4 v5.28.3 ⚠️ Security Release...
On February 28, 2024, [Lazarus 3.2](https://forum.lazarus.freepascal.org/index.php/topic,66420.msg508840.html?PHPSESSID=77n25j5hi10b0l6hfapo9dm6s1#msg508840) has been released which is the new stable version. I've added that to this Github action.
Some link: https://sourceforge.net/projects/lazarus/files/Lazarus%20Windows%2064%20bits/Lazarus%202.2.4/lazarus-2.2.4-fpc-3.2.2-cross-i386-win32-win64.exe
After implementing caching for the installer files, looks like the cached windows executable gets somehow damaged or altered that it now does not complete the installation and hangs for at...
From what I can see, the latest stable Lazarus one can request using https://github.com/gcarreno/setup-lazarus is 3.0. Please add support for 3.2 and (newly released -- https://forum.lazarus.freepascal.org/index.php/topic,67439.0.html ) 3.4. Thank you!
The action uses node16 right now ( https://github.com/gcarreno/setup-lazarus/blob/master/action.yml#L23 ). GitHub suggests to transition all actions to Node 20, see https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/ . Running workflows using the current action, for now, works...
Bumps [@octokit/endpoint](https://github.com/octokit/endpoint.js) from 9.0.5 to 9.0.6. Release notes Sourced from @octokit/endpoint's releases. v9.0.6 9.0.6 (2025-02-14) Bug Fixes ReDos regex vulnerability, reported by @DayShift (#515) (599ff4f) Commits 599ff4f fix: ReDos regex...
Bumps [@octokit/request](https://github.com/octokit/request.js) from 8.4.0 to 8.4.1. Release notes Sourced from @octokit/request's releases. v8.4.1 8.4.1 (2025-02-15) Bug Fixes ReDos regex vulnerability, reported by @DayShift (#741) (356411e) Commits 356411e fix: ReDos regex...
I see that `lazarus.ts` has 32 bit Windows versions referenced. Would it be possible to update this action to support installing the 32 bit versions on Windows?
Bumps [@octokit/request-error](https://github.com/octokit/request-error.js) from 5.1.0 to 5.1.1. Release notes Sourced from @octokit/request-error's releases. v5.1.1 5.1.1 (2025-02-14) Bug Fixes ReDos regex vulnerability, reported by @dayshift (12a14f0) Commits b51ed27 test: ReDos regex vulnerability,...