Shared workflows v2.0.3
·
21 commits
to main
since this release
Immutable
release. Only release title and notes can be modified.
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@12b8a926bbed22453a925b0dc92f718c9156a28f # v2.0.3
uses: zemd/js/.github/workflows/shared-codeql.yml@12b8a926bbed22453a925b0dc92f718c9156a28f # v2.0.3
uses: zemd/js/.github/workflows/shared-release.yml@12b8a926bbed22453a925b0dc92f718c9156a28f # v2.0.3
uses: zemd/js/.github/workflows/shared-scorecard.yml@12b8a926bbed22453a925b0dc92f718c9156a28f # v2.0.3
uses: zemd/js/.github/workflows/shared-zizmor.yml@12b8a926bbed22453a925b0dc92f718c9156a28f # v2.0.3Ready-to-copy callers: .github/workflows-examples.
Re-resolve this commit at any time:
gh api repos/zemd/js/git/ref/tags/v2 --jq .object.shaChanges
Patch Changes
- Standardize reusable workflow caller example filenames.
What's Changed
- Rename repo workflows by @zemd in #33
- chore(release): version packages by @github-actions[bot] in #34
Full Changelog: v2.0.2...v2.0.3