github-actions[bot]
4c52669fda
Update 3rd party licenses ( #145 )
...
Co-authored-by: GitHub Actions <actions@user.noreply.github.com >
2022-10-11 13:20:09 +01:00
github-actions[bot]
6a5f23a6f0
Update 3rd party licenses ( #143 )
...
Co-authored-by: GitHub Actions <actions@user.noreply.github.com >
2022-09-23 13:40:49 +01:00
Wojtek Mach
8bfa104bdd
Test environment variables are set ( #142 )
2022-09-16 20:01:17 +02:00
Wojtek Mach
d85df626dd
Fix setting INSTALL_DIR_FOR_OTP ( #141 )
v1.13.1
2022-09-16 10:28:57 +02:00
Paulo F. Oliveira
6b2f8153b4
Crash on invalid Elixir+OTP combo ( #134 )
...
* Prevent "future" errors when choosing incompatible Elixir v. OTP versions
* Fix tests as per GitHub Actions' output
* Make test elixir `master` strict
It has no -otp- in the name
v1.13.0
v1.13
2022-09-13 08:21:46 +01:00
Wojtek Mach
7dd0d763a8
Install OTP on Windows to a local directory ( #139 )
2022-09-12 16:40:00 +02:00
Louis Pilfold
ee0fa0b672
Update for latest Gleam ( #138 )
...
* Update for latest Gleam
- Gleam releases now use LLVM triplets for platforms so the download
URLs have been updated accordingly.
- Gleam's rebar3 support has been removed.
This change means that future versions of this action cannot download
older versions of Gleam. I can make it backwards compatible, but I will
need help from someone who can convert the shell script into PowerShell
for Windows.
* Support older Gleam versions
* Remove rebar from Gleam
2022-09-12 15:35:29 +01:00
github-actions[bot]
4518ce17a4
Update 3rd party licenses ( #135 )
...
Co-authored-by: GitHub Actions <actions@user.noreply.github.com >
2022-08-22 14:19:29 +01:00
dependabot[bot]
1fddfab461
Bump @actions/core from 1.6.0 to 1.9.1 ( #133 )
...
* Bump @actions/core from 1.6.0 to 1.9.1
Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core ) from 1.6.0 to 1.9.1.
- [Release notes](https://github.com/actions/toolkit/releases )
- [Changelog](https://github.com/actions/toolkit/blob/main/packages/core/RELEASES.md )
- [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/core )
---
updated-dependencies:
- dependency-name: "@actions/core"
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
* Update what dependabot didn't
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Paulo F. Oliveira <paulo.ferraz.oliveira@gmail.com >
2022-08-22 11:20:01 +01:00
github-actions[bot]
6942ea249f
Update 3rd party licenses ( #132 )
...
Co-authored-by: GitHub Actions <actions@user.noreply.github.com >
2022-08-22 11:11:31 +01:00
Paulo F. Oliveira
69fb25ba7e
Ease consumption ( #125 )
...
Don't take `maint-` -prefixed versions into account unless they're asked for it
specifically
At the same time, while fetching versions, make sure we identify them better so that
25 does not end up pulling maint-25 instead of OTP-25.0, as it should
v1.12.0
v1.12
2022-08-01 13:23:47 +01:00
Paulo F. Oliveira
caa49b0658
Try current state with Ubuntu 22.04 ( #124 )
2022-07-12 21:59:53 -05:00
github-actions[bot]
ae1b3f83c0
Update 3rd party licenses ( #126 )
...
Co-authored-by: GitHub Actions <actions@user.noreply.github.com >
2022-07-11 12:27:42 +01:00
Kian-Meng Ang
79c4ce944c
Update README: signal OTP-25 as a working version ( #122 )
...
See https://github.com/erlef/setup-beam/pull/118
2022-06-27 12:44:56 +01:00
Michał Łępicki
a7fc45fd2d
Fix mispaste in README.md ( #119 )
2022-05-31 08:48:37 -05:00
Paulo F. Oliveira
ac7b7d515b
Test on top of Erlang/OTP 25+ (not RC) ( #118 )
...
* Add Erlang/OTP 25+ (not RC) to tests
* Test a specific combo
And a strict version
* Allow testing "edge" cases
We weren't taking our own considerations into account for version strictness
We want to be able to test cases where we use -otp- (if the consumer is doing
it, at least they have to use _strict_ to assert their decision)
2022-05-30 15:11:49 +01:00
Javier Garea
b8427d3a11
Fix wrong environment variable descriptions in the README ( #115 )
2022-05-12 13:46:50 +01:00
github-actions[bot]
c9256cba97
Update 3rd party licenses ( #114 )
...
Co-authored-by: GitHub Actions <actions@user.noreply.github.com >
2022-05-12 13:40:21 +01:00
github-actions[bot]
9627051904
Update 3rd party licenses ( #113 )
...
Co-authored-by: GitHub Actions <actions@user.noreply.github.com >
2022-05-09 17:24:54 +01:00
github-actions[bot]
cb4115cacb
Update 3rd party licenses ( #112 )
...
Co-authored-by: GitHub Actions <actions@user.noreply.github.com >
2022-04-26 13:33:03 +01:00
github-actions[bot]
1bf5800962
Update 3rd party licenses ( #111 )
...
Co-authored-by: GitHub Actions <actions@user.noreply.github.com >
2022-04-24 13:22:47 +01:00
Paulo F. Oliveira
311afd9034
Apply security fix as proposed by Dependabot ( #110 )
...
* Apply security fix as proposed by Dependabot
I actually went to the developer first, pull request the lib., but then my
update got reject, since the lib. moved to TypeScript (from JavaScript);
still, a new release was done and this might just solve our issue
* Update eslint as warned by GitHub notifications
2022-04-23 20:01:06 +01:00
Paulo F. Oliveira
9d4fdad6a1
Feature/run build dist ( #109 )
...
* Remove duplicates
We already have everything we need in 3RD_PARTY_LICENSES
* Be mindful of pull request creators
2022-04-21 23:51:29 +01:00
Bryan Paxton
10d50f7062
Use overwrite modifier on unzip to avoid prompts ( #106 )
v1.11.2
v1.11
2022-04-21 12:38:31 -05:00
github-actions[bot]
42313cae10
Update 3rd party licenses ( #105 )
...
Co-authored-by: GitHub Actions <actions@user.noreply.github.com >
2022-04-17 10:35:44 -05:00
github-actions[bot]
46b0c79322
Update 3rd party licenses ( #104 )
...
Co-authored-by: GitHub Actions <actions@user.noreply.github.com >
2022-04-13 16:11:09 +01:00
Paulo F. Oliveira
5436ca9587
Keep up with the times ( #102 )
...
* Keep up with the times
* Act on local static analysis (and other actions) results
npm run ... from package.json
2022-04-12 18:20:59 +01:00
github-actions[bot]
01cb298fa5
Update 3rd party licenses ( #103 )
...
Co-authored-by: GitHub Actions <actions@user.noreply.github.com >
2022-04-12 16:19:04 +01:00
Paulo F. Oliveira
2e0500f2a5
Handle strings as such ( #100 )
...
* Handle strings as such
* Let automation do its thing
v1.11.1
2022-04-07 20:27:52 +01:00
github-actions[bot]
3e684c4e0b
Update 3rd party licenses ( #101 )
...
Co-authored-by: GitHub Actions <actions@user.noreply.github.com >
2022-04-07 13:07:12 +01:00
github-actions[bot]
380359b6cf
Update 3rd party licenses ( #97 )
...
Co-authored-by: GitHub Actions <actions@user.noreply.github.com >
2022-04-04 18:45:55 +01:00
dependabot[bot]
73feb48b6c
Bump minimist from 1.2.5 to 1.2.6 ( #98 )
...
Bumps [minimist](https://github.com/substack/minimist ) from 1.2.5 to 1.2.6.
- [Release notes](https://github.com/substack/minimist/releases )
- [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6 )
---
updated-dependencies:
- dependency-name: minimist
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-04 18:44:47 +01:00
Paulo F. Oliveira
c428d8c359
Attempt use on top of Erlang 25.0-rc1 ( #93 )
v1.11.0
2022-02-22 11:09:02 +00:00
Paulo F. Oliveira
2494d08aa0
Add environment variables ( #94 )
...
* Allow for Windows'22 container
(win22 is just a guess, at this moment)
* Add environment variables
* Clean up code
2022-02-22 11:05:11 +00:00
Paulo F. Oliveira
b28629c519
Allow for Windows'22 container ( #91 )
...
(win22 is just a guess, at this moment)
2022-02-22 11:04:38 +00:00
github-actions[bot]
ebd945dd40
Update 3rd party licenses ( #95 )
...
Co-authored-by: GitHub Actions <actions@user.noreply.github.com >
2022-02-22 10:57:14 +00:00
Paulo F. Oliveira
df03a946e0
Fix 3rd party license updater ( #92 )
...
Instead of pushing directly (since the main branch is protected) this creates a pull request
2022-02-22 10:54:04 +00:00
Paulo F. Oliveira
6c5caca0fb
Update our dependencies to increase security ( #88 )
2022-01-13 20:49:02 +00:00
Paulo F. Oliveira
730ac65cba
Fix failing CI ( #87 )
v1.10.0
v1.10
2022-01-12 18:22:12 +00:00
Michał Łępicki
3179686d1f
Make OTP installation optional ( #81 )
2022-01-12 14:26:44 +00:00
Paulo F. Oliveira
65219deb69
Prevent deprecation warnings ( #83 )
2022-01-12 14:25:57 +00:00
Paulo F. Oliveira
c71c5c91bb
Allow using rebar3 nightly builds ( #84 )
2022-01-12 14:25:40 +00:00
Paulo F. Oliveira
e6ab31075d
Allow disabling problem matchers ( #85 )
2022-01-12 11:41:23 +00:00
Paulo F. Oliveira
3250a83e5a
Automate updating 3rd party licenses ( #82 )
2022-01-12 11:40:11 +00:00
Bryan Paxton
ccc3fdea3c
Update third party licenses ( #86 )
2022-01-11 14:47:37 +00:00
Jason Axelson
782d47cc60
Mention what problem matchers do in the README ( #75 )
...
Otherwise it is difficult to know that the erlef/setup-beam matchers are
what is creating the warning/error annotations on PR's
2021-12-18 19:24:24 -06:00
Paulo F. Oliveira
c255c7e97f
Fix CI as per failure in main (action.yml) ( #71 )
...
* Fix CI as per failure in main (action.yml)
* Apply Dependabot alert from GitHub security alert digest
* Keep up with Node.js
* Run action.yml on Node 14 (locally)
2021-09-07 04:15:25 +01:00
Wojtek Mach
988e02bfe6
Update dist/
v1.9
v1.9.0
2021-08-19 12:31:27 +02:00
Wojtek Mach
8a644c6f28
Use elixir executable to print the version, closes #70
2021-08-19 12:28:30 +02:00
Paulo F. Oliveira
c988d89031
Add Gleam ( #67 )
2021-08-03 18:56:12 +01:00