Commit Graph

14 Commits

Author SHA1 Message Date
David Daly b5c14d38d4 Update release.yml 2024-01-29 16:32:02 +00:00
boxofyellow 9189d9269d Remove the problematic test for really-realls 2024-01-26 16:34:43 +00:00
David Daly 79314de299 Refactor into a composite action and integrate with generate-build-provenance action
- Refactor the action from a 'node' action to a 'composite' action
- Create and output a sha256 hash of the image manifest
- Update action inputs & outputs
- Integrate with the 'generate-build-provenance' action as part of the composite action
2024-01-26 16:34:37 +00:00
David Daly b1add807f0 Merge pull request #30 from immutable-actions/dependabot/github_actions/actions/upload-artifact-4
Bump actions/upload-artifact from 3 to 4
2024-01-16 14:10:02 +00:00
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
dependabot[bot] aec16d01be Bump actions/upload-artifact from 3 to 4
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v3...v4)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-14 22:39:10 +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] 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 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 f574209690 Create release.yml 2023-11-22 13:06:42 +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 8f0926c56a initial mvp version 2023-11-17 20:04:42 +00:00