From bf107390d959fb9b6b5e57568bdf3d1300893592 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 21:17:39 +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.1` | `4.0.5` | | [zemd/js/.github/workflows/shared-ci.yml](https://github.com/zemd/js) | `4.0.1` | `4.0.5` | | [zemd/js/.github/workflows/shared-codeql.yml](https://github.com/zemd/js) | `4.0.1` | `4.0.5` | | [zemd/js/.github/workflows/shared-release.yml](https://github.com/zemd/js) | `4.0.1` | `4.0.5` | | [zemd/js/.github/workflows/shared-scorecard.yml](https://github.com/zemd/js) | `4.0.1` | `4.0.5` | | [zemd/js/.github/workflows/shared-zizmor.yml](https://github.com/zemd/js) | `4.0.1` | `4.0.5` | Updates `zemd/js/.github/workflows/shared-benchmarks.yml` from 4.0.1 to 4.0.5 - [Release notes](https://github.com/zemd/js/releases) - [Commits](https://github.com/zemd/js/compare/fb41af590e525c7846a8dce0286fa69ac89171f7...802d24c5b50e0863a43133d634e78cdc4a7eb99c) Updates `zemd/js/.github/workflows/shared-ci.yml` from 4.0.1 to 4.0.5 - [Release notes](https://github.com/zemd/js/releases) - [Commits](https://github.com/zemd/js/compare/fb41af590e525c7846a8dce0286fa69ac89171f7...802d24c5b50e0863a43133d634e78cdc4a7eb99c) Updates `zemd/js/.github/workflows/shared-codeql.yml` from 4.0.1 to 4.0.5 - [Release notes](https://github.com/zemd/js/releases) - [Commits](https://github.com/zemd/js/compare/fb41af590e525c7846a8dce0286fa69ac89171f7...802d24c5b50e0863a43133d634e78cdc4a7eb99c) Updates `zemd/js/.github/workflows/shared-release.yml` from 4.0.1 to 4.0.5 - [Release notes](https://github.com/zemd/js/releases) - [Commits](https://github.com/zemd/js/compare/fb41af590e525c7846a8dce0286fa69ac89171f7...802d24c5b50e0863a43133d634e78cdc4a7eb99c) Updates `zemd/js/.github/workflows/shared-scorecard.yml` from 4.0.1 to 4.0.5 - [Release notes](https://github.com/zemd/js/releases) - [Commits](https://github.com/zemd/js/compare/fb41af590e525c7846a8dce0286fa69ac89171f7...802d24c5b50e0863a43133d634e78cdc4a7eb99c) Updates `zemd/js/.github/workflows/shared-zizmor.yml` from 4.0.1 to 4.0.5 - [Release notes](https://github.com/zemd/js/releases) - [Commits](https://github.com/zemd/js/compare/fb41af590e525c7846a8dce0286fa69ac89171f7...802d24c5b50e0863a43133d634e78cdc4a7eb99c) --- updated-dependencies: - dependency-name: zemd/js/.github/workflows/shared-benchmarks.yml dependency-version: 4.0.5 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.5 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.5 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.5 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.5 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.5 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 4379c8c..8e18d8a 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@fb41af590e525c7846a8dce0286fa69ac89171f7 # v4 + uses: zemd/js/.github/workflows/shared-benchmarks.yml@802d24c5b50e0863a43133d634e78cdc4a7eb99c # 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 8b6d84a..0f390bf 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@fb41af590e525c7846a8dce0286fa69ac89171f7 # v4 + uses: zemd/js/.github/workflows/shared-ci.yml@802d24c5b50e0863a43133d634e78cdc4a7eb99c # 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 52ff1e5..893e0ec 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@fb41af590e525c7846a8dce0286fa69ac89171f7 # v4 + uses: zemd/js/.github/workflows/shared-codeql.yml@802d24c5b50e0863a43133d634e78cdc4a7eb99c # 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 a9f4c87..2a34dd8 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@fb41af590e525c7846a8dce0286fa69ac89171f7 # v4 + uses: zemd/js/.github/workflows/shared-release.yml@802d24c5b50e0863a43133d634e78cdc4a7eb99c # 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 1acf09e..065b4d9 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@fb41af590e525c7846a8dce0286fa69ac89171f7 # v4 + uses: zemd/js/.github/workflows/shared-scorecard.yml@802d24c5b50e0863a43133d634e78cdc4a7eb99c # 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 57bca9e..29aef6d 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@fb41af590e525c7846a8dce0286fa69ac89171f7 # v4 + uses: zemd/js/.github/workflows/shared-zizmor.yml@802d24c5b50e0863a43133d634e78cdc4a7eb99c # v4 permissions: contents: read # checkout and online audits # with: