Commit Graph

34 Commits

Author SHA1 Message Date
David Daly 7d8d590e92 Merge pull request #29 from immutable-actions/dependabot/github_actions/github/codeql-action-3
Bump github/codeql-action from 2 to 3
2024-01-16 14:09:53 +00:00
David Daly 05d737b2f0 Merge pull request #26 from immutable-actions/dependabot/npm_and_yarn/types/jest-29.5.11
Bump @types/jest from 29.5.8 to 29.5.11
2024-01-16 14:09:42 +00:00
David Daly 2ef6e4fb4b Merge pull request #16 from immutable-actions/dependabot/npm_and_yarn/types/archiver-6.0.2
Bump @types/archiver from 6.0.1 to 6.0.2
2024-01-16 14:09:31 +00:00
David Daly 462d5b2421 Merge pull request #15 from immutable-actions/dependabot/npm_and_yarn/types/tar-6.1.10
Bump @types/tar from 6.1.9 to 6.1.10
2024-01-16 14:09:21 +00:00
David Daly 4a28d7b07e Merge pull request #14 from immutable-actions/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 3 to 4
2024-01-16 14:09:08 +00:00
dependabot[bot] adccae446d Bump github/codeql-action from 2 to 3
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2 to 3.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/github/codeql-action/compare/v2...v3)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-13 22:40:55 +00:00
dependabot[bot] 519446eefa Bump @types/jest from 29.5.8 to 29.5.11
Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 29.5.8 to 29.5.11.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest)

---
updated-dependencies:
- dependency-name: "@types/jest"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-06 22:29:35 +00:00
Conor Sloan 6c4739c768 Sanitize repo name when including in a layer title
These titles were previously including the filename as {org}/{repo}_{version} which means when clients download the layer they think it needs to be unwrapped into a folder called {org}.
This is not what we want, so we should instead rename the file as {org}-{repo}_{version}. e.g. from myorg/myrepo_myversion.zip to myorg-myrepo_myversion.zip
2023-11-23 14:37:29 +00:00
dependabot[bot] 18773447f5 Bump @types/archiver from 6.0.1 to 6.0.2
Bumps [@types/archiver](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/archiver) from 6.0.1 to 6.0.2.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/archiver)

---
updated-dependencies:
- dependency-name: "@types/archiver"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-22 22:50:34 +00:00
dependabot[bot] 2b8d285933 Bump @types/tar from 6.1.9 to 6.1.10
Bumps [@types/tar](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/tar) from 6.1.9 to 6.1.10.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/tar)

---
updated-dependencies:
- dependency-name: "@types/tar"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-22 22:50:16 +00:00
dependabot[bot] 5dc2808a23 Bump actions/checkout from 3 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-22 22:10:33 +00:00
Conor Sloan 0461881066 fix readme linting 2023-11-22 16:06:33 +00:00
Conor Sloan c2bb735a45 add support for multiple paths in path input variable
This allows users to provide multiple filepaths to include in their action, whether they're files or folders.
2023-11-22 16:02:01 +00:00
Conor Sloan 56b7ee3ceb Update README.md 2023-11-22 14:49:13 +00:00
Conor Sloan 7dcdd9d45c Update README.md 2023-11-22 14:40:03 +00:00
Conor Sloan 09e610e36c Add a TODO list to the readme
This should help instruct the person who picks up this task what to implement before testing commences.
2023-11-22 14:32:17 +00:00
Conor Sloan a45c53b2f2 add test case for semver formats 2023-11-22 14:25:27 +00:00
Conor Sloan cceef5869f fix markdown linting 2023-11-22 13:36:22 +00:00
Conor Sloan 1cd46a724e Ask linter to ignore licenses file. 2023-11-22 13:31:06 +00:00
Conor Sloan 665d8f05cc clean up markdowns 2023-11-22 13:17:51 +00:00
Conor Sloan 6babec0772 upgrade deps 2023-11-22 13:10:58 +00:00
Conor Sloan f574209690 Create release.yml 2023-11-22 13:06:42 +00:00
Conor Sloan bf7467ab03 update dist 2023-11-22 13:05:25 +00:00
Conor Sloan 7c7ef462b7 fix or disable linting in fs-helper
There is a bit of a catch-22 bere where the createArchives function should not use .then and .catch in favour of async/await according to the linter, but can't use async/await because it's discouraged to make new promise executor functions async. There is a hacky workaround to make this work, but it seems like it isn't worth making the code more fragmented, so i just disabled the linter for these lines.
2023-11-22 13:03:09 +00:00
Conor Sloan ffca16d01f fix low hanging fruit linter errors 2023-11-22 12:41:53 +00:00
Conor Sloan 4c296f98cf Remove test-action from ci.yml
we don't need this as it pertains to the template js action. We'll find other ways to test the action.
2023-11-22 12:18:03 +00:00
Conor Sloan e39e2c9775 Disable codeql analysis 2023-11-22 12:14:23 +00:00
Conor Sloan 61de8fadb6 fix linter 2023-11-17 21:38:11 +00:00
Conor Sloan 1e8c61d3f5 update deps 2023-11-17 21:31:12 +00:00
Conor Sloan 306ad46422 Merge pull request #1 from immutable-actions/dependabot/npm_and_yarn/types/tar-6.1.9
Bump @types/tar from 6.1.8 to 6.1.9
2023-11-17 21:27:55 +00:00
Conor Sloan 2904fe0ac2 split readme and contributing 2023-11-17 20:08:25 +00:00
dependabot[bot] 54a9cc0dae Bump @types/tar from 6.1.8 to 6.1.9
Bumps [@types/tar](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/tar) from 6.1.8 to 6.1.9.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/tar)

---
updated-dependencies:
- dependency-name: "@types/tar"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-17 20:05:26 +00:00
Conor Sloan 8f0926c56a initial mvp version 2023-11-17 20:04:42 +00:00
Conor Sloan 5d945681fa Initial commit 2023-11-17 19:56:57 +00:00