From 19e103881e7bf25fc54c1717eb549125eb23c17c Mon Sep 17 00:00:00 2001 From: Lexus Drumgold Date: Mon, 15 Sep 2025 20:57:28 -0400 Subject: [PATCH 1/2] =?UTF-8?q?ci(workflows):=20[`ci`]=20loosen=20job=20de?= =?UTF-8?q?pendencies=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20?= =?UTF-8?q?=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20130=20=E2=86=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit most jobs no longer depend on commitlint and/or gitguardian since they can run independently. this allows more jobs to run in parallel and reduces total pipeline time Signed-off-by: Lexus Drumgold --- .github/workflows/ci.yml | 19 +++---------------- 1 file changed, 3 insertions(+), 16 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 835f76d..5fc1bfa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -92,7 +92,6 @@ jobs: run: | echo "result=${{ startsWith(github.head_ref || github.ref_name, 'release/') && steps.manifest-version.outputs.result || format('{0}+{1}', steps.manifest-version.outputs.result, github.event.pull_request.head.sha || github.sha) }}" >>$GITHUB_OUTPUT gitguardian: - needs: preflight runs-on: ubuntu-latest steps: - id: checkout @@ -112,9 +111,7 @@ jobs: with: args: --all-policies --format sarif --show-secrets --with-incident-details --verbose commitlint: - needs: - - gitguardian - - preflight + needs: preflight runs-on: ubuntu-latest steps: - id: checkout @@ -142,10 +139,7 @@ jobs: if: github.run_number != '1' run: yarn commitlint --from $SHA~${{ github.event.pull_request.commits || 1 }} --to $SHA format: - needs: - - commitlint - - gitguardian - - preflight + needs: preflight runs-on: ubuntu-latest steps: - id: checkout @@ -178,10 +172,7 @@ jobs: config-path: .dprint.jsonc dprint-version: ${{ steps.version.outputs.result }} lint: - needs: - - commitlint - - gitguardian - - preflight + needs: preflight runs-on: ubuntu-latest steps: - id: checkout @@ -210,10 +201,6 @@ jobs: name: Check eslint files run: yarn check:lint spelling: - needs: - - commitlint - - gitguardian - - preflight runs-on: ubuntu-latest steps: - id: checkout From 9cea65852fa68f026cbee29ace489144a18355b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Sep 2025 01:03:16 +0000 Subject: [PATCH 2/2] ci(deps): Bump actions/setup-node from 4.4.0 to 5.0.0 Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4.4.0 to 5.0.0. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v4.4.0...v5.0.0) --- updated-dependencies: - dependency-name: actions/setup-node dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 8 ++++---- .github/workflows/dependabot-dedupe.yml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5fc1bfa..de42d87 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -65,7 +65,7 @@ jobs: ref: ${{ env.REF }} - id: node name: Setup Node.js - uses: actions/setup-node@v4.4.0 + uses: actions/setup-node@v5.0.0 with: cache: yarn cache-dependency-path: yarn.lock @@ -123,7 +123,7 @@ jobs: ref: ${{ env.REF }} - id: node name: Setup Node.js - uses: actions/setup-node@v4.4.0 + uses: actions/setup-node@v5.0.0 with: cache: yarn cache-dependency-path: yarn.lock @@ -150,7 +150,7 @@ jobs: ref: ${{ env.REF }} - id: node name: Setup Node.js - uses: actions/setup-node@v4.4.0 + uses: actions/setup-node@v5.0.0 with: cache: yarn cache-dependency-path: yarn.lock @@ -183,7 +183,7 @@ jobs: ref: ${{ env.REF }} - id: node name: Setup Node.js - uses: actions/setup-node@v4.4.0 + uses: actions/setup-node@v5.0.0 with: cache: yarn cache-dependency-path: yarn.lock diff --git a/.github/workflows/dependabot-dedupe.yml b/.github/workflows/dependabot-dedupe.yml index 08bb0cb..348e61f 100644 --- a/.github/workflows/dependabot-dedupe.yml +++ b/.github/workflows/dependabot-dedupe.yml @@ -53,7 +53,7 @@ jobs: token: ${{ steps.bot-token.outputs.token }} - id: node name: Setup Node.js - uses: actions/setup-node@v4.4.0 + uses: actions/setup-node@v5.0.0 with: cache: yarn cache-dependency-path: yarn.lock