192 Commits

Author SHA1 Message Date
Conor Sloan bc99e92f1f Update README.md 2024-07-30 16:56:30 +01:00
Conor Sloan 638fb07f1a Update README.md 2024-07-30 16:48:33 +01:00
Conor Sloan 58addcb0cc Update README.md 2024-07-30 16:36:28 +01:00
Conor Sloan 5c92b3920b add disclaimer 2024-07-30 15:33:26 +01:00
Conor Sloan d627a3342b Merge pull request #115 from immutable-actions/conorsloan/attestation-finishing-touches
Attestation finishing touches for staffship
2024-04-15 16:55:51 +01:00
Conor Sloan 3d3a333728 remove async in parser 2024-04-15 16:11:50 +01:00
Conor Sloan 18cf56a126 move checking of git checkout out of parse logic 2024-04-15 15:43:26 +01:00
Conor Sloan 881fd1c540 fix fs helper git test 2024-04-15 14:03:10 +01:00
Conor Sloan 17c0582657 check github_ref tag and sha are checked out on parse 2024-04-15 13:45:54 +01:00
Conor Sloan 507635d01b only write attestation for non-private repos 2024-04-15 12:26:26 +01:00
Conor Sloan 6dc0f68595 get visibility when grabbing repo information 2024-04-15 12:03:02 +01:00
Conor Sloan 96609b599a Merge pull request #110 from immutable-actions/add-with-to-self-publish
Update release.yml
2024-04-09 21:32:29 +01:00
Conor Sloan d835c26532 Update release.yml 2024-04-09 21:25:35 +01:00
Conor Sloan cd600c26cd Merge pull request #112 from immutable-actions/ddivad195/update-archive-paths
add subdirectories in archives
2024-04-09 19:52:55 +01:00
ddivad195 85d00a6e39 add subdirectories in archives 2024-04-09 17:05:31 +01:00
David Daly f11d125628 Merge pull request #108 from immutable-actions/ddivad195/re-integrate-toolkit
re-integrate toolkit code to main action
2024-03-26 10:55:52 +00:00
ddivad195 113eb50eb5 re-integrate toolkit code to main action 2024-03-25 17:44:45 +00:00
boxofyellow 369a6e7b30 Merge pull request #102 from immutable-actions/users/boxofyellow/2024_03/bump-toolkit-0.0.7_0
Bump toolkit to 0.0.7
2024-03-08 08:53:06 -05:00
boxofyellow 761ae0d82e Bump toolkit to 0.0.7 2024-03-08 05:45:40 -08:00
David Daly cbce22dbfd Merge pull request #100 from immutable-actions/ddivad195/fix-semver-parsing
fix semver parsing by removing `v` from version
2024-03-05 17:24:03 +00:00
ddivad195 2fabbad58f fix semver parsing by removing 2024-03-05 17:09:16 +00:00
David Daly a4456b225e Merge pull request #101 from immutable-actions/ddivad195/fix-url-parsing
fix isEnterprise check
2024-03-05 17:08:55 +00:00
ddivad195 05bd356814 fix test 2024-03-05 16:51:22 +00:00
ddivad195 9c9b57d4d4 update dist 2024-03-05 16:35:10 +00:00
ddivad195 1529e43c68 fix isEnterprise check 2024-03-05 16:31:13 +00:00
Conor Sloan e3a931402a Merge pull request #98 from immutable-actions/conorsloan/remove-composite-action
Move from composite to regular node action.
2024-03-04 14:58:34 +00:00
Conor Sloan bc3ee93941 fix actions workflows 2: electric boogaloo 2024-03-01 17:07:20 +00:00
Conor Sloan 3c21f58d1c fix actions workflows 2024-03-01 17:04:43 +00:00
Conor Sloan 54d9a343c3 Move from composite to regular node action.
This involves generating the attestation in the code using the new attest library in the actions toolkit.
2024-03-01 16:45:32 +00:00
David Daly 2c0bfdf7d3 Merge pull request #91 from immutable-actions/ddivad195/update-readme
remove path from readme
2024-02-07 17:15:02 +00:00
David Daly 2218323404 remove path from readme
Remove the `path` input from the readme example as its no longer in use.
2024-02-07 15:42:55 +00:00
dependabot[bot] 7cc514f31a Bump @typescript-eslint/parser from 6.19.0 to 6.21.0
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 6.19.0 to 6.21.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.21.0/packages/parser)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-06 18:37:13 +00:00
David Daly a6a87a7e13 Merge pull request #86 from immutable-actions/ddivad195/replace-axios2
remove axios and replace with fetch
2024-02-06 18:36:27 +00:00
ddivad195 b42b69f193 cleanup debug logging 2024-02-06 18:27:57 +00:00
ddivad195 1167b03ce8 refactor debug logging 2024-02-06 18:27:55 +00:00
ddivad195 4fb632b14a fix lint 2024-02-06 18:27:04 +00:00
ddivad195 6d082c4eab cleanup tests 2024-02-06 18:27:04 +00:00
Edwin Sirko c4d8d934a0 npm bundled 2024-02-06 18:27:01 +00:00
ddivad195 e5b7da2730 update tests to remove axios mocks and mock fetch instead 2024-02-06 18:25:25 +00:00
ddivad195 501681319f replace axios with fetch 2024-02-06 18:25:25 +00:00
ddivad195 38b91834f7 replace axios with fetch 2024-02-06 18:25:25 +00:00
Edwin Sirko caf8cf0ef1 fix event_type (#90) 2024-02-06 13:20:16 -05:00
Edwin Sirko 2222ac6d53 choose your own platform (#89) 2024-02-06 12:56:38 -05:00
Conor Sloan d4e4f829cb Merge pull request #88 from immutable-actions/conorsloan/use-npm-to-run
kick off action using custom npm script and prefix arg
2024-02-06 16:48:41 +00:00
Conor Sloan f2fb01cf17 run bundle 2024-02-06 16:42:15 +00:00
Conor Sloan 1105b75f95 update coverage 2024-02-06 16:39:53 +00:00
Conor Sloan 1b0ee34e34 remove manifest from action output printing 2024-02-06 16:34:26 +00:00
Conor Sloan 646d55a089 properly quote the output variables 2024-02-06 16:34:26 +00:00
Conor Sloan a07f7523c0 quote the path when calling npm to avoid backslash issues 2024-02-06 16:34:26 +00:00
Conor Sloan 3f76c4d47c use GITHUB_WORKSPACE as target dir to package up 2024-02-06 16:34:26 +00:00