Skip to content

Shared workflows v2.1.1

Choose a tag to compare

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

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

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

  • Isolate benchmark execution from authenticated Bencher publishing

What's Changed

  • Fix benchmark workflow by @zemd in #39
  • chore(release): version packages by @github-actions[bot] in #40

Full Changelog: v2.1.0...v2.1.1