Skip to content

Shared workflows v2.0.4

Choose a tag to compare

@github-actions github-actions released this 11 Aug 19:23
· 19 commits to main since this release
Immutable release. Only release title and notes can be modified.
2bbd18b

Shared GitHub Actions workflows. Add one job per workflow to a caller in
.github/workflows/, pinned to this commit:

uses: zemd/js/.github/workflows/shared-ci.yml@2bbd18b9bd71218a62529acd0b690286c0dbddea # v2.0.4
uses: zemd/js/.github/workflows/shared-codeql.yml@2bbd18b9bd71218a62529acd0b690286c0dbddea # v2.0.4
uses: zemd/js/.github/workflows/shared-release.yml@2bbd18b9bd71218a62529acd0b690286c0dbddea # v2.0.4
uses: zemd/js/.github/workflows/shared-scorecard.yml@2bbd18b9bd71218a62529acd0b690286c0dbddea # v2.0.4
uses: zemd/js/.github/workflows/shared-zizmor.yml@2bbd18b9bd71218a62529acd0b690286c0dbddea # v2.0.4

Ready-to-copy callers: .github/workflows-examples.

Re-resolve this commit at any time:

gh api repos/zemd/js/git/ref/tags/v2 --jq .object.sha

Changes

Patch Changes

  • Separate GHA builds from committed bundle synchronization.

What's Changed

  • Replace husky with native githooks by @zemd in #35
  • chore(release): version packages by @github-actions[bot] in #36

Full Changelog: v2.0.3...v2.0.4