Skip to content

Shared workflows v2.1.0

Choose a tag to compare

@github-actions github-actions released this 12 Aug 09:17
· 17 commits to main since this release
Immutable release. Only release title and notes can be modified.
c8435ab

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-benchmarks.yml@c8435ab29c330d04888b3b5a49b577a7ed891389 # v2.1.0
uses: zemd/js/.github/workflows/shared-ci.yml@c8435ab29c330d04888b3b5a49b577a7ed891389 # v2.1.0
uses: zemd/js/.github/workflows/shared-codeql.yml@c8435ab29c330d04888b3b5a49b577a7ed891389 # v2.1.0
uses: zemd/js/.github/workflows/shared-release.yml@c8435ab29c330d04888b3b5a49b577a7ed891389 # v2.1.0
uses: zemd/js/.github/workflows/shared-scorecard.yml@c8435ab29c330d04888b3b5a49b577a7ed891389 # v2.1.0
uses: zemd/js/.github/workflows/shared-zizmor.yml@c8435ab29c330d04888b3b5a49b577a7ed891389 # v2.1.0

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

Minor Changes

  • Add a reusable Bencher workflow for continuous benchmark history and pull-request comparisons.

What's Changed

  • Add Bencher integration by @zemd in #37
  • chore(release): version packages by @github-actions[bot] in #38

Full Changelog: v2.0.4...v2.1.0