Commit Graph

247 Commits (991a6a2c3e9d4605a6fc1784d647ca2bc0e88be9)
 

Author SHA1 Message Date
dependabot[bot] fcc0174ef2
Bump minimist from 1.2.5 to 1.2.6
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>
3 years ago
Brian Cristante 75726802f3
Merge pull request #175 from mmlb/do-not-export-GOROOT
Do not export GOROOT for Go versions >= 1.9
3 years ago
Josh Gross 0c03929337
Remove duplicated `spyOn` 3 years ago
Josh Gross 229eefa42b
Update `dist` 3 years ago
Josh Gross 802876f7c7
Fix formatting 3 years ago
Josh Gross 2a34c33bd7
Export `GOROOT` for versions < 1.9 3 years ago
Manuel Mendez 83124a14b6 Do not export GOROOT
This has not been necessary since [Go 1.9](https://go.dev/doc/go1.9#goroot) at
least (although clunky to do so then) but definitely not since
[Go 1.10](https://go.dev/doc/go1.10#goroot).

This is cargo culting code that is more than 2 years out of date and runs into
issues when multiple go versions are used in an action run.

Signed-off-by: Manuel Mendez <mmendez534@gmail.com>
3 years ago
Brian Cristante 9a1626044c
Merge pull request #204 from actions/joshmgross/service-codeowners
Update CODEOWNERS to actions-service
3 years ago
Josh Gross 24c791c06c
Update CODEOWNERS to actions-service 3 years ago
Manuel Mendez ec07be593a Add test for export of GOROOT to env var
Signed-off-by: Manuel Mendez <mmendez534@gmail.com>
3 years ago
Dmitry Shibanov f6164bd8c8
Remove stable input and fix SemVer notation (#195) 3 years ago
Dmitry Shibanov 2bb2aab2fd
update types node (#194) 3 years ago
Dmitry Shibanov edcbc0c2cd
update lockfileVersion (#193) 3 years ago
Dmitry Shibanov fb9a043dd8
Update default runtime to node16 (#192) 3 years ago
dependabot[bot] 5b0ae0e97d
Bump pathval from 1.1.0 to 1.1.1 (#188) 3 years ago
Dmitry Shibanov bfdd3570ce
Implement "check-latest" flag to check if pre-cached version is latest one (#186) 3 years ago
Sergey Gaynetdinov 44e221478f
Replace 'ubuntu-16.04' -> 'ubuntu-latest' (#180) 3 years ago
Brian Cristante 424fc82d43
Merge pull request #179 from oscard0m/add-cache-to-node-workflows
ci(workflow): add 'npm' cache for actions/setup-node in .github/workflows
3 years ago
Oscar Dominguez 82388ea9d4 ci(workflow): add 'npm' cache for actions/setup-node in .github/workflows 3 years ago
Dominik Honnef fdeec47002
Don't require relative paths to start with ./ or ../ (#98) 3 years ago
Sergey-Murtazin 3e9d5483e6
Add semver note to documentation (#164) 3 years ago
Masahiro Furudate 02f7ea9f09
Fix yaml indent (#59) 3 years ago
Sergey-Murtazin 5805cf725b
Add issue and pull request templates (#163) 3 years ago
MaksimZhukov 35030c1fd2
Merge pull request #162 from dmitry-shibanov/v-dmshib/update-dependencies
Update dependencies
3 years ago
Dmitry Shibanov 59d644db2a update dependencies 3 years ago
Josh Gross 76929df236
Merge pull request #147 from brcrista/brcrista/check-dist
Create check-dist.yml
3 years ago
Josh Gross b06835a88c
Merge pull request #155 from brcrista/brcrista/npm-audit-fix
Fix `npm audit` issues
3 years ago
Brian Cristante b8a24202e2 Update Jest 3 years ago
Brian Cristante e234d99c78 Run npm audit fix 3 years ago
Josh Gross 0ea1f64ec9
Merge pull request #87 from ineiti/patch-1
Reference latest setup-go
3 years ago
Josh Gross 331ce1d993
Merge pull request #141 from paulcacheux/fix-windows-extractor-selection
Fix extractor selection on windows
3 years ago
Josh Gross 1087a81afd
Merge pull request #146 from actions/joshmgross/add-release-workflow
Add release action version workflow
3 years ago
Josh Gross ecd878f81d
Add release action version workflow 3 years ago
Brian Cristante eca066937b Fix triggers in licensed.yml 3 years ago
Brian Cristante e816064dae Add check-dist.yml 3 years ago
Paul Cacheux bba6fe1d58 Fix extractor selection on windows 3 years ago
Josh Gross 3b4dc6cbed
Merge pull request #90 from actions/joshmgross/add-codeowners
Add CODEOWNERS
4 years ago
Josh Gross afe68ffd57
Add CODEOWNERS 4 years ago
Linus Gasser 6eb700292f
Reference latest setup-go 4 years ago
Thomas Boop 37335c7bb2
Swap to Environment Files (#76)
* Swap to env files
4 years ago
Thomas Boop 7ff6287c80
Merge pull request #70 from thboop/main
Add `Licensed` To Help Verify Prod Licenses
4 years ago
Thomas Boop 084110f6ed Ignore Generated Files in Git PR's 4 years ago
Thomas Boop 4047b11da0 Manually review dependencies 4 years ago
Thomas Boop 23a9878ae4 Add Licensed workflow and configuration files 4 years ago
Thomas Boop 8a3a76c217
Merge pull request #69 from actions/thboop/AddThirdPartyLicenses
Add Third Party License Information to Dist Files
4 years ago
Thomas Boop a01ab08f9a Add Third Party License Information 4 years ago
Bryan MacFarlane 33cbf07c96 workflow main references 5 years ago
Bryan MacFarlane 8e98458ff1 updating matrix in readme 5 years ago
Maxim Lobanov d0c5defdf3
Switch manifest installation from "master" to "main" branch (#65)
* switch from master to main branch

* Update README.md
5 years ago
Dmitry Shibanov 1616116e1b
Use GitHub releases to download Go versions. (#58) 5 years ago