Commit Graph

140 Commits

Author SHA1 Message Date
dependabot[bot] bd5d02ca8b Bump fs-extra from 11.1.1 to 11.2.0
Bumps [fs-extra](https://github.com/jprichardson/node-fs-extra) from 11.1.1 to 11.2.0.
- [Changelog](https://github.com/jprichardson/node-fs-extra/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jprichardson/node-fs-extra/compare/11.1.1...11.2.0)

---
updated-dependencies:
- dependency-name: fs-extra
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-30 23:06:41 +00:00
David Daly e9fcf73691 Merge pull request #65 from immutable-actions/ddivad195/fix-ghes-condition
fix ghes condition
2024-01-30 17:39:29 +00:00
David Daly 4cdee1e5e8 fix ghes condition 2024-01-30 17:24:32 +00:00
David Daly d868f0b26b Merge pull request #63 from immutable-actions/ddivad195/fix-lint-and-tests
fix failing lint and test errors
2024-01-30 16:36:16 +00:00
ddivad195 908d89c8d9 fix readme lint 2024-01-30 16:29:57 +00:00
ddivad195 c589a2a7d4 fix lint errors, remove generate-new-version file 2024-01-30 16:24:25 +00:00
ddivad195 8d2cafe1d2 fix failing lint and test errors 2024-01-30 16:13:51 +00:00
David Daly 06bd4f4498 Merge pull request #58 from immutable-actions/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-6.20.0
Bump @typescript-eslint/eslint-plugin from 6.12.0 to 6.20.0
2024-01-30 15:44:52 +00:00
David Daly 6f14e6710a Merge pull request #52 from immutable-actions/dependabot/npm_and_yarn/eslint-plugin-jsonc-2.13.0
Bump eslint-plugin-jsonc from 2.10.0 to 2.13.0
2024-01-30 15:44:36 +00:00
David Daly c3bb20a679 Merge pull request #50 from immutable-actions/dependabot/npm_and_yarn/prettier-eslint-16.3.0
Bump prettier-eslint from 16.1.2 to 16.3.0
2024-01-30 15:44:24 +00:00
dependabot[bot] af252b46b2 Bump prettier-eslint from 16.1.2 to 16.3.0
Bumps [prettier-eslint](https://github.com/prettier/prettier-eslint) from 16.1.2 to 16.3.0.
- [Release notes](https://github.com/prettier/prettier-eslint/releases)
- [Changelog](https://github.com/prettier/prettier-eslint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/prettier/prettier-eslint/compare/v16.1.2...v16.3.0)

---
updated-dependencies:
- dependency-name: prettier-eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-30 15:43:23 +00:00
David Daly d56b8b6a7d Merge pull request #49 from immutable-actions/dependabot/npm_and_yarn/prettier-3.2.4
Bump prettier from 3.1.0 to 3.2.4
2024-01-30 15:42:47 +00:00
David Daly b86c87d753 Merge pull request #46 from immutable-actions/dependabot/npm_and_yarn/typescript-5.3.3
Bump typescript from 5.3.2 to 5.3.3
2024-01-30 15:42:35 +00:00
David Daly 3c0615c0b0 Merge pull request #60 from immutable-actions/ddivad195/misc-cleanup
remove path input
2024-01-30 15:41:34 +00:00
David Daly d2333ec560 Merge pull request #62 from immutable-actions/ddivad195/skip-provenance-ghes
only run provenance step if environment is not ghes
2024-01-30 15:39:27 +00:00
David Daly baee642dcc only run if environment is not ghes 2024-01-30 14:02:59 +00:00
David Daly 55d1a91db3 remove permissions from action.yml 2024-01-30 12:46:29 +00:00
ddivad195 5fc6c86976 remove path input param 2024-01-30 11:04:39 +00:00
Edwin Sirko b0301f588c forgot to npm run bundle 2024-01-29 21:05:30 -05:00
Edwin Sirko 207498716a fixed repoId/ownerId as string in json manifest (#59) 2024-01-29 21:03:59 -05:00
Edwin Sirko 20e4d5d06f npm run package 2024-01-29 18:36:21 -05:00
Edwin Sirko c0f3a2de99 auth header 2024-01-29 18:35:12 -05:00
dependabot[bot] 40b38ecf87 Bump @typescript-eslint/eslint-plugin from 6.12.0 to 6.20.0
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 6.12.0 to 6.20.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.20.0/packages/eslint-plugin)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-29 22:22:20 +00:00
Edwin Sirko 54d0a402f9 npm run bundle (#57)
* 2 small fixes

* npm run bundle
2024-01-29 17:11:29 -05:00
Edwin Sirko 1c17c22b51 2 small fixes (#56) 2024-01-29 17:09:19 -05:00
Edwin Sirko 77fbf96c58 fixed bug with fsExtra.copySync (#55) 2024-01-29 16:44:15 -05:00
Conor Sloan b6419ce067 Tying up loose ends (#54)
* various qol updates to publish action

* review comments and run bundle
2024-01-29 15:31:00 -05:00
David Daly b5c14d38d4 Update release.yml 2024-01-29 16:32:02 +00:00
David Daly ea0d6338c1 add missing permissions to workflow 2024-01-29 16:25:15 +00:00
David Daly 3de30988eb fix indentation (again) 2024-01-29 15:03:42 +00:00
David Daly b79d3edb6f fix indentation 2024-01-29 14:56:41 +00:00
David Daly af4e6c17e2 re-enable generate-build-provenance step 2024-01-29 14:54:24 +00:00
dependabot[bot] eca17b8b76 Bump typescript from 5.3.2 to 5.3.3
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.3.2 to 5.3.3.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v5.3.2...v5.3.3)

---
updated-dependencies:
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-29 12:16:01 +00:00
David Daly 488a01bcb4 Merge pull request #53 from ddivad195/main
Implement new functionality, add testing and update documentation
2024-01-29 12:14:59 +00:00
Edwin Sirko 7941d52ec3 Merge pull request #3 from ddivad195/esirko/validate-paths
validate paths
2024-01-26 22:03:26 -05:00
Edwin Sirko b9af78dd4e fix 2024-01-26 21:54:49 -05:00
Edwin Sirko 10fbfab203 fix 2024-01-26 21:54:16 -05:00
Edwin Sirko d7d99939bd lint 2024-01-26 21:42:28 -05:00
Edwin Sirko 1219afee65 dist 2024-01-26 21:07:36 -05:00
Edwin Sirko 7b797db603 comment 2024-01-26 21:06:07 -05:00
Edwin Sirko 35c8ddfb58 ok 2024-01-26 21:03:27 -05:00
Edwin Sirko 2052298171 fix 2024-01-26 20:52:00 -05:00
Edwin Sirko 31164a045a tests almost there 2024-01-26 20:44:17 -05:00
Edwin Sirko d7ee685291 wip 2024-01-26 18:09:48 -05:00
Edwin Sirko 3e6047108b wip 2024-01-26 17:45:38 -05:00
Edwin Sirko 6630eef689 tests 2024-01-26 16:35:51 -05:00
Edwin Sirko 6eccb75525 fix 2024-01-26 16:35:51 -05:00
Edwin Sirko 89c429cf42 refactored path calculation 2024-01-26 16:35:51 -05:00
ddivad195 814845b943 remove console log of path 2024-01-26 21:31:48 +00:00
boxofyellow 4e9f7acdee fix outputs 2024-01-26 16:29:43 -05:00