Commit Graph

320 Commits (main)
 

Author SHA1 Message Date
Tobias 3041bf56c9
feat: fallback to "raw" endpoint for manifest when rate limit is reached (#496)
* feat: fallback to "raw" endpoint for manifest when rate limit is reached

* add information about raw access to the README

* prettier

* update cross-spawn to 7.0.6 to fix vulnerability
1 month ago
Priya Gupta 41dfa10bad
Enhance workflows and Upgrade micromatch Dependency (#510)
* Update workflows and bump dependencies

* Add test for Go 1.22 and 1.23

* Update Go versions in local-cache setup and include macos-latest with ARM64 architecture
2 months ago
John Wesley Walker III 941977282c
Revise `isGhes` logic (#511)
* Revise `isGhes` logic

* ran `npm run format`

* added unit test

* tweaked unit test

* ran `npm run format`
2 months ago
Joel Ambass d60b41a563
Merge pull request #502 from actions/Jcambass-patch-1
Upgrade IA Publish
3 months ago
Joel Ambass e09f57f6a9
Upgrade IA Publish 4 months ago
Joel Ambass df1a11710e
Merge pull request #500 from actions/Jcambass-patch-1
Add workflow file for publishing releases to immutable action package
4 months ago
Joel Ambass 49582f6476
Add workflow file for publishing releases to immutable action package
This workflow file publishes new action releases to the immutable action package of the same name as this repo.

This is part of the Immutable Actions project which is not yet fully released to the public. First party actions like this one are part of our initial testing of this feature.
4 months ago
Zxilly b26d40294f
fix: add arch to cache key (#493) 4 months ago
dependabot[bot] 0a12ed9d6a
Bump braces from 3.0.2 to 3.0.3 (#487)
* Bump braces from 3.0.2 to 3.0.3

Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3.
- [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md)
- [Commits](https://github.com/micromatch/braces/compare/3.0.2...3.0.3)

---
updated-dependencies:
- dependency-name: braces
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump undici from 5.28.3 to 5.28.4

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: HarithaVattikuti <73516759+HarithaVattikuti@users.noreply.github.com>
6 months ago
HarithaVattikuti 4ab57d7ea2
Fix versions check failure (#479)
* Update to latest Go versions

* Updated versions

* Update test data

* Update test data
8 months ago
Masahiro Furudate cdcb360436
Remove the description of the old go.mod specification (#458)
* Fix emoji rendering

* Fix quoting

* Remove the description of the old go.mod specification

* Remove the single quotes from `go-version-file`

* Fix README

* Add description about patch versions to README

* Revert "Remove the single quotes from `go-version-file`"

This reverts commit ca4321abee.
9 months ago
Andy Brody 99176a8f9a
Update README.md with V5 release notes (#459) 9 months ago
dependabot[bot] be1aa1186e
Bump undici from 5.28.2 to 5.28.3 (#465)
* Bump undici from 5.28.2 to 5.28.3

Bumps [undici](https://github.com/nodejs/undici) from 5.28.2 to 5.28.3.
- [Release notes](https://github.com/nodejs/undici/releases)
- [Commits](https://github.com/nodejs/undici/compare/v5.28.2...v5.28.3)

---
updated-dependencies:
- dependency-name: undici
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

* fixed check failures and update dependencies

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: HarithaVattikuti <73516759+HarithaVattikuti@users.noreply.github.com>
10 months ago
Rui Chen 6c1fd22b67
docs: bump `actions/setup-go` to v5 (#449)
Signed-off-by: Rui Chen <rui@chenrui.dev>
11 months ago
Dmitry Shibanov 0c52d547c9
Update dependencies for node20 (#445) 1 year ago
Marko Zivic bfd2fb341f
Merge pull request #421 from chenrui333/node20-runtime
feat: upgrade to use node 20 runtime and bump checkout action to v4
1 year ago
Rui Chen 3d65fa57fc
feat: bump to use actions/checkout@v4
Signed-off-by: Rui Chen <rui@chenrui.dev>
1 year ago
Rui Chen 8a505c9cf2
feat: bump to use node20 runtime
Signed-off-by: Rui Chen <rui@chenrui.dev>
1 year ago
Marko Zivic 883490dfd0
Merge pull request #417 from artemgavrilov/main
Improve documentation regarding dependencies caching
1 year ago
Artem Gavrilov d45ebba0ce
Rephrase sentence
Co-authored-by: Ivan <98037481+IvanZosimov@users.noreply.github.com>
1 year ago
Artem Gavrilov 317c6617fa
Replace `wildcards` term with `globs`. 1 year ago
Artem Gavrilov f90673ad64
Merge pull request #1 from artemgavrilov/caching-docs-improvement
Improve documentation regarding dependencies caching
1 year ago
Artem Gavrilov 8018234347
Improve documentation regarding dependencies cachin 1 year ago
Marko Zivic d085b4fe57
Merge pull request #411 from galargh/fix/windows-hostedtoolcache
Fix hosted tool cache usage on windows
1 year ago
galargh 48ac8fd236 chore: format 1 year ago
Piotr Galar 89a192af9d fix: sync .complete marker when caching tools on windows 1 year ago
Piotr Galar aabcd82874
ci: add hostedtoolcache validation on windows 1 year ago
Sergey Dolin 93397bea11
Fix Install on Windows is very slow (#393)
* Fix Install on Windows is very slow

* Add unit test

* Improve readability

* Add e2e test

* fix lint

* Fix unit tests

* Fix unit tests

* limit to github hosted runners

* test hosted version of go

* AzDev environment

* rename lnkSrc

* refactor conditions

* improve tests

* refactoring

* Fix e2e test

* improve isHosted readability
1 year ago
Sergey Dolin 27eec5b982
Merge pull request #396 from actions/dependabot/npm_and_yarn/semver-6.3.1
Bump semver from 6.3.0 to 6.3.1
1 year ago
Sergey Dolin ecfc77a56f
Merge pull request #397 from actions/dependabot/npm_and_yarn/word-wrap-1.2.4
Bump word-wrap from 1.2.3 to 1.2.4
1 year ago
dependabot[bot] 1b80a11e05
Bump word-wrap from 1.2.3 to 1.2.4
Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4.
- [Release notes](https://github.com/jonschlinkert/word-wrap/releases)
- [Commits](https://github.com/jonschlinkert/word-wrap/compare/1.2.3...1.2.4)

---
updated-dependencies:
- dependency-name: word-wrap
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
1 year ago
Dusan Trickovic b1c343484c Fix licensing for Semver 6.3.1 1 year ago
Dusan Trickovic 0bb97b1c5c Rebuild after updating Semver 1 year ago
dependabot[bot] 4220624b80
Bump semver from 6.3.0 to 6.3.1
Bumps [semver](https://github.com/npm/node-semver) from 6.3.0 to 6.3.1.
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/v6.3.1/CHANGELOG.md)
- [Commits](https://github.com/npm/node-semver/compare/v6.3.0...v6.3.1)

---
updated-dependencies:
- dependency-name: semver
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
1 year ago
dependabot[bot] db8764c1e2
Bump tough-cookie and @azure/ms-rest-js (#392) 1 year ago
Sergey Dolin 08b314a573
Merge pull request #383 from akv-platform/issue-368
Add imageOS to primaryKey
2 years ago
Sergey Dolin 4e0b6c77c6 Limit to Linux only 2 years ago
Sergey Dolin a4d10f0ea4 Add imageOS to primaryKey
https://github.com/actions/setup-go/issues/368
2 years ago
Dmitry Shibanov 992f068900
Add note about YAML parsing versions (#382) 2 years ago
yukyan 0e6baa5a93
Added a description that go-version should be specified as a string type (#367) 2 years ago
Michael Kelly a6259e5d50
Update action.yml (#379)
Typo in the description.
2 years ago
Marko Zivic 49bc3307c5
Merge pull request #378 from akv-platform/remove-implicit-dependencies
Remove implicit dependencies
2 years ago
Nikolai Laevskii f350b3e5db Move eslint-plugin-node to dev dependencies 2 years ago
Nikolai Laevskii 06a11aedec Install eslint-plugin-node 2 years ago
github-actions[bot] 56b159bb76 Update configuration files 2 years ago
Nikolai Laevskii fac708d667
Bump @actions/cache dependency to v3.2.1 (#374) 2 years ago
Dmitry Shibanov dd84a9531a
Update xml2js (#370) 2 years ago
Ivan 41c2024c46
Fix glob bug in package.json scripts section (#359) 2 years ago
Sergey Dolin 8dbf352f06
update README fo v4 (#354) 2 years ago
github-actions[bot] 4d34df0c23
Update configuration files (#348)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2 years ago