From 310ce048b444a9ee2f4e41d34d8484fd63d07ceb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 21:16:04 +0000 Subject: [PATCH] Bump the github-actions group with 6 updates Bumps the github-actions group with 6 updates: | Package | From | To | | --- | --- | --- | | [zemd/js/.github/workflows/shared-benchmarks.yml](https://github.com/zemd/js) | `4.0.0` | `4.0.1` | | [zemd/js/.github/workflows/shared-ci.yml](https://github.com/zemd/js) | `4.0.0` | `4.0.1` | | [zemd/js/.github/workflows/shared-codeql.yml](https://github.com/zemd/js) | `4.0.0` | `4.0.1` | | [zemd/js/.github/workflows/shared-release.yml](https://github.com/zemd/js) | `4.0.0` | `4.0.1` | | [zemd/js/.github/workflows/shared-scorecard.yml](https://github.com/zemd/js) | `4.0.0` | `4.0.1` | | [zemd/js/.github/workflows/shared-zizmor.yml](https://github.com/zemd/js) | `4.0.0` | `4.0.1` | Updates `zemd/js/.github/workflows/shared-benchmarks.yml` from 4.0.0 to 4.0.1 - [Release notes](https://github.com/zemd/js/releases) - [Commits](https://github.com/zemd/js/compare/e61d8c10a67016e8788b793388ef748ac80b4d35...fb41af590e525c7846a8dce0286fa69ac89171f7) Updates `zemd/js/.github/workflows/shared-ci.yml` from 4.0.0 to 4.0.1 - [Release notes](https://github.com/zemd/js/releases) - [Commits](https://github.com/zemd/js/compare/e61d8c10a67016e8788b793388ef748ac80b4d35...fb41af590e525c7846a8dce0286fa69ac89171f7) Updates `zemd/js/.github/workflows/shared-codeql.yml` from 4.0.0 to 4.0.1 - [Release notes](https://github.com/zemd/js/releases) - [Commits](https://github.com/zemd/js/compare/e61d8c10a67016e8788b793388ef748ac80b4d35...fb41af590e525c7846a8dce0286fa69ac89171f7) Updates `zemd/js/.github/workflows/shared-release.yml` from 4.0.0 to 4.0.1 - [Release notes](https://github.com/zemd/js/releases) - [Commits](https://github.com/zemd/js/compare/e61d8c10a67016e8788b793388ef748ac80b4d35...fb41af590e525c7846a8dce0286fa69ac89171f7) Updates `zemd/js/.github/workflows/shared-scorecard.yml` from 4.0.0 to 4.0.1 - [Release notes](https://github.com/zemd/js/releases) - [Commits](https://github.com/zemd/js/compare/e61d8c10a67016e8788b793388ef748ac80b4d35...fb41af590e525c7846a8dce0286fa69ac89171f7) Updates `zemd/js/.github/workflows/shared-zizmor.yml` from 4.0.0 to 4.0.1 - [Release notes](https://github.com/zemd/js/releases) - [Commits](https://github.com/zemd/js/compare/e61d8c10a67016e8788b793388ef748ac80b4d35...fb41af590e525c7846a8dce0286fa69ac89171f7) --- updated-dependencies: - dependency-name: zemd/js/.github/workflows/shared-benchmarks.yml dependency-version: 4.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: zemd/js/.github/workflows/shared-ci.yml dependency-version: 4.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: zemd/js/.github/workflows/shared-codeql.yml dependency-version: 4.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: zemd/js/.github/workflows/shared-release.yml dependency-version: 4.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: zemd/js/.github/workflows/shared-scorecard.yml dependency-version: 4.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: zemd/js/.github/workflows/shared-zizmor.yml dependency-version: 4.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/repo-benchmarks.yml | 2 +- .github/workflows/repo-ci.yml | 2 +- .github/workflows/repo-codeql.yml | 2 +- .github/workflows/repo-release.yml | 2 +- .github/workflows/repo-scorecard.yml | 2 +- .github/workflows/repo-zizmor.yml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/repo-benchmarks.yml b/.github/workflows/repo-benchmarks.yml index 2863b53..4379c8c 100644 --- a/.github/workflows/repo-benchmarks.yml +++ b/.github/workflows/repo-benchmarks.yml @@ -23,7 +23,7 @@ jobs: # dormant until setup is complete and excludes pull requests from forks. # Caller code runs without credentials; a separate fresh runner publishes. if: vars.BENCHER_PROJECT != '' && (github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository) - uses: zemd/js/.github/workflows/shared-benchmarks.yml@e61d8c10a67016e8788b793388ef748ac80b4d35 # v4 + uses: zemd/js/.github/workflows/shared-benchmarks.yml@fb41af590e525c7846a8dce0286fa69ac89171f7 # v4 permissions: contents: read # checkout the repository for benchmarks checks: write # used only by the isolated Bencher publishing job diff --git a/.github/workflows/repo-ci.yml b/.github/workflows/repo-ci.yml index 6f291a4..8b6d84a 100644 --- a/.github/workflows/repo-ci.yml +++ b/.github/workflows/repo-ci.yml @@ -14,7 +14,7 @@ concurrency: jobs: ci: name: CI - uses: zemd/js/.github/workflows/shared-ci.yml@e61d8c10a67016e8788b793388ef748ac80b4d35 # v4 + uses: zemd/js/.github/workflows/shared-ci.yml@fb41af590e525c7846a8dce0286fa69ac89171f7 # v4 permissions: contents: read # Every input is optional. Node.js is fixed to lts/*, dependency review diff --git a/.github/workflows/repo-codeql.yml b/.github/workflows/repo-codeql.yml index 13de0e8..52ff1e5 100644 --- a/.github/workflows/repo-codeql.yml +++ b/.github/workflows/repo-codeql.yml @@ -20,7 +20,7 @@ concurrency: jobs: codeql: name: CodeQL - uses: zemd/js/.github/workflows/shared-codeql.yml@e61d8c10a67016e8788b793388ef748ac80b4d35 # v4 + uses: zemd/js/.github/workflows/shared-codeql.yml@fb41af590e525c7846a8dce0286fa69ac89171f7 # v4 permissions: contents: read # checkout the repository for analysis actions: read # let CodeQL read workflow-run metadata diff --git a/.github/workflows/repo-release.yml b/.github/workflows/repo-release.yml index 81ee9d3..a9f4c87 100644 --- a/.github/workflows/repo-release.yml +++ b/.github/workflows/repo-release.yml @@ -18,7 +18,7 @@ concurrency: jobs: release: name: Release - uses: zemd/js/.github/workflows/shared-release.yml@e61d8c10a67016e8788b793388ef748ac80b4d35 # v4 + uses: zemd/js/.github/workflows/shared-release.yml@fb41af590e525c7846a8dce0286fa69ac89171f7 # v4 # Node.js lts/*, main, release/main, the release PR title, npmjs.org, and # the `build` and `lint-publish` scripts are fixed shared conventions. permissions: diff --git a/.github/workflows/repo-scorecard.yml b/.github/workflows/repo-scorecard.yml index 7979d97..1acf09e 100644 --- a/.github/workflows/repo-scorecard.yml +++ b/.github/workflows/repo-scorecard.yml @@ -17,7 +17,7 @@ concurrency: jobs: scorecard: name: Scorecard - uses: zemd/js/.github/workflows/shared-scorecard.yml@e61d8c10a67016e8788b793388ef748ac80b4d35 # v4 + uses: zemd/js/.github/workflows/shared-scorecard.yml@fb41af590e525c7846a8dce0286fa69ac89171f7 # v4 permissions: contents: read # checkout the repository for analysis actions: read # inspect workflow runs for dangerous patterns diff --git a/.github/workflows/repo-zizmor.yml b/.github/workflows/repo-zizmor.yml index ca9c829..57bca9e 100644 --- a/.github/workflows/repo-zizmor.yml +++ b/.github/workflows/repo-zizmor.yml @@ -21,7 +21,7 @@ concurrency: jobs: zizmor: name: zizmor - uses: zemd/js/.github/workflows/shared-zizmor.yml@e61d8c10a67016e8788b793388ef748ac80b4d35 # v4 + uses: zemd/js/.github/workflows/shared-zizmor.yml@fb41af590e525c7846a8dce0286fa69ac89171f7 # v4 permissions: contents: read # checkout and online audits # with: