From 931df2bcbf194d6cb1207eb142d5828a9cbaff0f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Apr 2026 10:23:20 +0000 Subject: [PATCH 1/3] [CHORE](gha)(deps): Bump actions/setup-node from 6.3.0 to 6.4.0 Bumps [actions/setup-node](https://github.com/actions/setup-node) from 6.3.0 to 6.4.0. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/53b83947a5a98c8d113130e565377fae1a50d02f...48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e) --- updated-dependencies: - dependency-name: actions/setup-node dependency-version: 6.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/overture-projection-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/overture-projection-tests.yml b/.github/workflows/overture-projection-tests.yml index de49637..f5dd480 100644 --- a/.github/workflows/overture-projection-tests.yml +++ b/.github/workflows/overture-projection-tests.yml @@ -31,7 +31,7 @@ jobs: persist-credentials: false - name: Setup Node - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: node-version: 24 From d12df109a314cad3f40de5cb11b8707deef58715 Mon Sep 17 00:00:00 2001 From: John McCall Date: Tue, 28 Apr 2026 10:11:55 -0400 Subject: [PATCH 2/3] fix: move ignore comments Signed-off-by: John McCall --- .github/workflows/omf_pr_checks.yml | 4 ++-- .github/workflows/omf_sec_checks.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/omf_pr_checks.yml b/.github/workflows/omf_pr_checks.yml index 6f68f4a..f558f27 100644 --- a/.github/workflows/omf_pr_checks.yml +++ b/.github/workflows/omf_pr_checks.yml @@ -7,9 +7,9 @@ # # Designed to run as a GitHub Ruleset required workflow. # -name: OMF PR Checks # zizmor: ignore[concurrency-limits] +name: OMF PR Checks -on: +on: # zizmor: ignore[concurrency-limits] pull_request_target: # zizmor: ignore[dangerous-triggers] types: [opened, reopened, edited, synchronize] diff --git a/.github/workflows/omf_sec_checks.yml b/.github/workflows/omf_sec_checks.yml index 22066c0..47f36ac 100644 --- a/.github/workflows/omf_sec_checks.yml +++ b/.github/workflows/omf_sec_checks.yml @@ -13,7 +13,7 @@ # name: OMF Security Checks -on: +on: # zizmor: ignore[concurrency-limits] pull_request: types: [opened, reopened, synchronize] From 7e9a8c952702018031b26393076232a37f24156d Mon Sep 17 00:00:00 2001 From: John McCall Date: Tue, 28 Apr 2026 10:14:05 -0400 Subject: [PATCH 3/3] fix: move ignore comment Signed-off-by: John McCall --- .github/workflows/validate-pr-title.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/validate-pr-title.yml b/.github/workflows/validate-pr-title.yml index 087b3fb..2d1c7cd 100644 --- a/.github/workflows/validate-pr-title.yml +++ b/.github/workflows/validate-pr-title.yml @@ -19,9 +19,9 @@ # validate-title: # uses: OvertureMaps/workflows/.github/workflows/validate-pr-title.yml@main # -name: Validate PR Title # zizmor: ignore[concurrency-limits] +name: Validate PR Title -on: +on: # zizmor: ignore[concurrency-limits] workflow_call: pull_request_target: # zizmor: ignore[dangerous-triggers] types: