From 0a90fef6d20741419b4a6a762d2750487a380b12 Mon Sep 17 00:00:00 2001 From: a-maurice Date: Mon, 13 Jul 2026 15:20:11 -0700 Subject: [PATCH 1/2] Fix workflow formatting --- .github/workflows/cpp-packaging.yml | 8 ++++---- .github/workflows/update-feature-branches.yml | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/cpp-packaging.yml b/.github/workflows/cpp-packaging.yml index e7d1b78a01..714aca5f9e 100644 --- a/.github/workflows/cpp-packaging.yml +++ b/.github/workflows/cpp-packaging.yml @@ -866,8 +866,8 @@ jobs: steps: - name: Checkout repo uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # ratchet:actions/checkout@v3 - with: - persist-credentials: true # zizmor: ignore[artipacked] + with: + persist-credentials: true # zizmor: ignore[artipacked] - name: Setup python uses: actions/setup-python@7f4fc3e22c37d6ff65e88745f38bd3157c663f7c # ratchet:actions/setup-python@v4 @@ -942,8 +942,8 @@ jobs: steps: - name: Checkout repo uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # ratchet:actions/checkout@v3 - with: - persist-credentials: true # zizmor: ignore[artipacked] + with: + persist-credentials: true # zizmor: ignore[artipacked] - name: Setup python uses: actions/setup-python@7f4fc3e22c37d6ff65e88745f38bd3157c663f7c # ratchet:actions/setup-python@v4 with: diff --git a/.github/workflows/update-feature-branches.yml b/.github/workflows/update-feature-branches.yml index 52503aca54..300caafef8 100644 --- a/.github/workflows/update-feature-branches.yml +++ b/.github/workflows/update-feature-branches.yml @@ -33,8 +33,8 @@ jobs: - name: Check out repo (if needed) if: ${{ github.event.inputs.branch_list == '' }} uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # ratchet:actions/checkout@v3 - with: - persist-credentials: true # zizmor: ignore[artipacked] + with: + persist-credentials: true # zizmor: ignore[artipacked] - name: Get list of feature branches id: get-branches From 6cef0fe0caf9afa35dfbf055b877d003d81cac0c Mon Sep 17 00:00:00 2001 From: a-maurice Date: Mon, 13 Jul 2026 15:41:19 -0700 Subject: [PATCH 2/2] Update cpp-packaging.yml --- .github/workflows/cpp-packaging.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/cpp-packaging.yml b/.github/workflows/cpp-packaging.yml index 714aca5f9e..2719961866 100644 --- a/.github/workflows/cpp-packaging.yml +++ b/.github/workflows/cpp-packaging.yml @@ -39,6 +39,9 @@ env: llvmVer: "5f187f0afaad33013ba03454c4749d99b1362534" GITHUB_TOKEN: ${{ github.token }} +permissions: + contents: read + jobs: log_inputs: name: log-inputs