Commit Graph

55 Commits

Author SHA1 Message Date
Federico Builes e309b61d86 Merge branch 'main' into patch-1 2022-08-19 11:47:31 +02:00
Federico Builes c59a403029 Merge pull request #29 from actions/dependabot/npm_and_yarn/undici-5.9.1
Bump undici from 5.8.0 to 5.9.1
2022-08-19 09:58:05 +02:00
Justin Hutchings cb1da62126 Add default value for go-mod-path 2022-08-18 16:55:46 -07:00
dependabot[bot] 67952530be Bump undici from 5.8.0 to 5.9.1
Bumps [undici](https://github.com/nodejs/undici) from 5.8.0 to 5.9.1.
- [Release notes](https://github.com/nodejs/undici/releases)
- [Commits](https://github.com/nodejs/undici/compare/v5.8.0...v5.9.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-18 20:01:31 +00:00
Lane Seppala e1c1302788 Merge pull request #25 from actions/dependabot/npm_and_yarn/undici-5.8.0
Bump undici from 5.5.1 to 5.8.0
2022-07-22 09:49:25 -06:00
dependabot[bot] d101b09c67 Bump undici from 5.5.1 to 5.8.0
Bumps [undici](https://github.com/nodejs/undici) from 5.5.1 to 5.8.0.
- [Release notes](https://github.com/nodejs/undici/releases)
- [Commits](https://github.com/nodejs/undici/compare/v5.5.1...v5.8.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-21 21:01:02 +00:00
Henri Maurer 009ad91f14 Merge pull request #22 from actions/hmaurer-patch-1
Remove instructions to login to GPR
2022-06-29 11:27:05 +01:00
Henri Maurer 0fa2b3c388 Update README.md 2022-06-29 11:25:03 +01:00
Lane Seppala 9bdff38f68 Merge pull request #20 from actions/lsep/fix-pseudotarget-filepath
Using 'all' or './...' pseudotarget uses go mod dir
2022-06-28 14:40:35 -06:00
Lane Seppala f9b94c7a88 Merge branch 'main' into lsep/fix-pseudotarget-filepath 2022-06-28 14:38:22 -06:00
Lane Seppala 6e95c5f6dc Merge pull request #21 from actions/lsep/use-npmjs-published-dep
Use dependency-submission-toolkit published on npmjs.com
2022-06-28 12:06:25 -06:00
Lane Seppala e888a83630 Remove NPM_AUTH_TOKEN 2022-06-28 11:40:22 -06:00
Lane Seppala 6d17e2c2d5 Merge branch 'main' into lsep/fix-pseudotarget-filepath 2022-06-28 11:34:24 -06:00
Lane Seppala 0281eb47c2 Use dependency-submission-toolkit published on npmjs.com 2022-06-28 11:20:49 -06:00
Lane Seppala d5d64a591f Use go.mod path instead of containing dir 2022-06-28 11:16:56 -06:00
Brandyn Phelps 410db7b9b4 Fail if generated code is out of date, annotate generated code (#18)
* Fail if generated code is out of date, Annotate generated code

* try shell bash

* Add quotes!

* regenerate following what's in the build

* Add some more context to README
2022-06-27 14:15:19 -07:00
Lane Seppala 931fb377fd Using 'all' or './...' pseudotarget uses go mod dir 2022-06-27 12:09:10 -06:00
Brandyn Phelps b73c5b4dd8 Correctly validate gomodpath (#19)
* Correctly validate go mod path

* add a reasonable default

* preserve required expectation instead

* regenerate the JS
2022-06-27 09:39:49 -07:00
Brandyn Phelps a255b6740c Merge pull request #13 from actions/lsep/fix-version-selection
Correctly identify dependency versions chosen by Go
2022-06-24 13:00:47 -07:00
Brandyn Phelps 5aa26966d7 add regenerated files 2022-06-24 19:58:17 +00:00
Brandyn Phelps 91f4cb10b4 Merge branch 'main' into lsep/fix-version-selection 2022-06-23 11:49:05 -07:00
Brandyn Phelps 68f3c0969e Merge pull request #12 from actions/lsep/fix-url-encoding
Do not URL-safe encode the namespace. PackageURL does this
2022-06-23 11:48:05 -07:00
Lane Seppala d9b3ea0e54 Add JS bundles 2022-06-17 16:44:04 -06:00
Lane Seppala 7bc33fd24d Continue if no matches 2022-06-17 16:39:57 -06:00
Lane Seppala 41f80bd8e1 Include details in error msg 2022-06-17 15:15:23 -06:00
Lane Seppala 79efc0977a Add debug logging 2022-06-17 13:17:17 -06:00
Lane Seppala be130df09a Correctly identify dependency versions chosen by Go 2022-06-16 22:46:09 -06:00
Lane Seppala 9a1dc9e4d6 Merge branch 'main' into lsep/fix-url-encoding 2022-06-16 22:41:13 -06:00
Lane Seppala 0a044ad723 Add JS bundles 2022-06-16 22:39:10 -06:00
Lane Seppala 89ebd51ca6 Merge pull request #11 from actions/dependabot/npm_and_yarn/undici-5.5.1
Bump undici from 5.2.0 to 5.5.1
2022-06-16 21:12:17 -06:00
Lane Seppala be13e1879c Merge branch 'main' into dependabot/npm_and_yarn/undici-5.5.1 2022-06-16 21:11:08 -06:00
Lane Seppala 03a3c3735f Update build bundles 2022-06-16 21:09:33 -06:00
Lane Seppala 9ef4f7e494 Merge branch 'main' into lsep/fix-url-encoding 2022-06-16 21:03:56 -06:00
Lane Seppala 44d2d5af5d Merge pull request #9 from brphelps/patch-1
Align snapshot metadata with current detector naming
2022-06-16 21:02:28 -06:00
Lane Seppala a919ac91a6 Do not URL-safe encode the namespace. PackageURL does this 2022-06-16 21:00:48 -06:00
dependabot[bot] 3b03ea373e Bump undici from 5.2.0 to 5.5.1
Bumps [undici](https://github.com/nodejs/undici) from 5.2.0 to 5.5.1.
- [Release notes](https://github.com/nodejs/undici/releases)
- [Commits](https://github.com/nodejs/undici/compare/v5.2.0...v5.5.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-17 01:59:00 +00:00
Brandyn Phelps 76205cce4d Merge branch 'main' into patch-1 2022-06-16 17:54:16 -07:00
Lane Seppala 983e36b604 Merge pull request #10 from actions/lsep/fix-namespace
Use null namepsace when no namespace for Go package
2022-06-16 16:55:25 -06:00
Lane Seppala 111eaef29a Use null namepsace when no namespace for package 2022-06-16 16:29:00 -06:00
Courtney Claessens 13c5725e5d Merge pull request #8 from courtneycl/update-description
Updating description and author for marketplace
2022-06-16 16:57:20 -04:00
Courtney Claessens 71a21b9b44 Update go-dependency-submission.yml 2022-06-16 16:38:05 -04:00
Brandyn Phelps d2e9adb5a2 Align snapshot metadata with current detector naming 2022-06-16 13:23:30 -07:00
Courtney Claessens afc1e79235 Update action.yml 2022-06-16 15:39:07 -04:00
Courtney Claessens 5df5a4f93e updating description and author for marketplace 2022-06-16 15:38:04 -04:00
Anna Rosenthal 7c97cf4cb3 Update to use semver tag instead of main ref (#6) 2022-06-16 12:06:01 -04:00
Lane Seppala 9fcd421723 Merge pull request #5 from actions/readme
Update README and examples
v1.0.1
2022-06-15 18:39:45 -06:00
Patrick Carlisle aae71a5c8f Name action more specifically and match example 2022-06-15 17:29:22 -07:00
Patrick Carlisle de5e3ff32c Use the right actions url in our own use 2022-06-15 17:21:36 -07:00
Patrick Carlisle 68b92934ce Add permissions to example and format a little 2022-06-15 17:21:21 -07:00
Patrick Carlisle 3bd546afc0 Spell check the readme 2022-06-15 17:15:07 -07:00