From f00d7e05da5d83d9b63e83ad0d838adf40a97643 Mon Sep 17 00:00:00 2001 From: John Osumi <931193+sumitake@users.noreply.github.com> Date: Sun, 30 Aug 2026 00:36:38 -0700 Subject: [PATCH] ci: review-pin codeql-action v4.37.9 and setup-buildx-action v4.3.0 Verify SHAs against upstream tags (codeql v4.37.9^{} cdf488f5, setup-buildx v4.3.0 37fe6310) and update REVIEWED_ACTION_PINS with the matching # comments. Supersedes Dependabot #45 and #46. --- .github/workflows/ci.yml | 2 +- .github/workflows/codeql.yml | 6 +++--- CHANGELOG.md | 1 + scripts/check_workflow_policy.py | 4 ++-- 4 files changed, 7 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7cecd34..a4f2025 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -157,7 +157,7 @@ jobs: with: go-version-file: go.mod - name: Set up Docker Buildx - uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3 + uses: docker/setup-buildx-action@37fe631027851001ddb9b187196cc803df7f5f0e # v4.3.0 - name: Prepare Task 6 image contexts run: scripts/prepare-task6-images.sh - name: Prepare Task 5 image contexts diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 21d37ec..f606199 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -29,12 +29,12 @@ jobs: with: persist-credentials: false - name: Initialize CodeQL - uses: github/codeql-action/init@5595ccaf912efad79be6eef63a5619ff05969be3 # v4.37.6 + uses: github/codeql-action/init@cdf488f595d80d6e07e03d4674febd5ab45fa938 # v4.37.9 with: languages: ${{ matrix.language }} - name: Autobuild - uses: github/codeql-action/autobuild@5595ccaf912efad79be6eef63a5619ff05969be3 # v4.37.6 + uses: github/codeql-action/autobuild@cdf488f595d80d6e07e03d4674febd5ab45fa938 # v4.37.9 - name: Analyze - uses: github/codeql-action/analyze@5595ccaf912efad79be6eef63a5619ff05969be3 # v4.37.6 + uses: github/codeql-action/analyze@cdf488f595d80d6e07e03d4674febd5ab45fa938 # v4.37.9 with: category: /language:${{ matrix.language }} diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c934f0..43d446b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -45,6 +45,7 @@ Nothing in this section has shipped as a tagged release. ### Changed - Reviewed-pin `actions/setup-go` to v7.0.0 (`b7ad1dad…`) and `actions/setup-node` to v7.0.0 (`82076278…`) in workflows and `REVIEWED_ACTION_PINS`. +- Reviewed-pin `github/codeql-action` to v4.37.9 (`cdf488f5…`) and `docker/setup-buildx-action` to v4.3.0 (`37fe6310…`) in workflows and `REVIEWED_ACTION_PINS`. - Made operational reliability, practical simplicity, and clear boundaries blocking design criteria; simplified the planned external control plane to diff --git a/scripts/check_workflow_policy.py b/scripts/check_workflow_policy.py index 34cf7b8..83a74c3 100644 --- a/scripts/check_workflow_policy.py +++ b/scripts/check_workflow_policy.py @@ -74,9 +74,9 @@ "actions/setup-go": ("b7ad1dad31e06c5925ef5d2fc7ad053ef454303e", "v7.0.0"), "actions/setup-node": ("820762786026740c76f36085b0efc47a31fe5020", "v7.0.0"), "actions/upload-artifact": ("043fb46d1a93c77aae656e7c1c64a875d1fc6a0a", "v7.0.1"), - "docker/setup-buildx-action": ("8d2750c68a42422c14e847fe6c8ac0403b4cbd6f", "v3"), + "docker/setup-buildx-action": ("37fe631027851001ddb9b187196cc803df7f5f0e", "v4.3.0"), "aquasecurity/trivy-action": ("ed142fd0673e97e23eac54620cfb913e5ce36c25", "v0.36.0"), - "github/codeql-action": ("5595ccaf912efad79be6eef63a5619ff05969be3", "v4.37.6"), + "github/codeql-action": ("cdf488f595d80d6e07e03d4674febd5ab45fa938", "v4.37.9"), "actions/dependency-review-action": ( "a1d282b36b6f3519aa1f3fc636f609c47dddb294", "v5.0.0",