From aa91c0a85f7adef94f2b9b3a18c6e06f79533963 Mon Sep 17 00:00:00 2001 From: Sonic Shih Date: Mon, 10 Aug 2026 15:06:04 +0800 Subject: [PATCH] fix(ci): bump actionlint to v1.7.8 for macos-15-intel runner label actionlint v1.7.7's built-in GitHub-hosted runner label list predates the macos-15-intel label, so any PR touching release-rust.yml failed Workflow lint with 'label "macos-15-intel" is unknown'. The label is a real GitHub-hosted Intel macOS 15 runner; v1.7.8 recognizes it. --- .github/workflows/ploy-ci.yml | 2 +- agent-worktree.yml | 29 +++++++---------------------- 2 files changed, 8 insertions(+), 23 deletions(-) diff --git a/.github/workflows/ploy-ci.yml b/.github/workflows/ploy-ci.yml index f8282a5aa..b9982b222 100644 --- a/.github/workflows/ploy-ci.yml +++ b/.github/workflows/ploy-ci.yml @@ -125,7 +125,7 @@ jobs: fetch-depth: 0 - name: Install actionlint - run: go install github.com/rhysd/actionlint/cmd/actionlint@v1.7.7 + run: go install github.com/rhysd/actionlint/cmd/actionlint@v1.7.8 - name: Run actionlint working-directory: . diff --git a/agent-worktree.yml b/agent-worktree.yml index cce161241..6fcbc9746 100644 --- a/agent-worktree.yml +++ b/agent-worktree.yml @@ -1,25 +1,10 @@ -owner: codex-root -contract: binance-fee-systemd-credentialed-production-assets -worktree: /Users/proerror/Documents/monday/.worktrees/codex/binance-fee-systemd -branch: codex/binance-fee-systemd -base_sha: bd402f481dbe25ccc8dfb336be3fff5be47a727d +owner: codex +contract: actionlint-macos-15-intel +worktree: /Users/proerror/Documents/monday/.worktrees/codex/actionlint-macos-15-intel +branch: codex/actionlint-macos-15-intel +base_sha: 161b761dff56acb758dd4a1787fd0b3b8130196a allowed_files: + - .github/workflows/ploy-ci.yml - agent-worktree.yml - - .github/workflows/ci.yml - - .github/workflows/acr-publish.yml - - rust_hft/tools/collector/src/bin/binance-fee-snapshot.rs - - rust_hft/tools/collector/src/binance_fee_upload.rs - - deployment/aliyun/binance-fee-snapshot-spot.service - - deployment/aliyun/binance-fee-snapshot-spot.timer - - deployment/aliyun/binance-fee-snapshot-usdm.service - - deployment/aliyun/binance-fee-snapshot-usdm.timer - - deployment/aliyun/binance-fee-upload.service - - deployment/aliyun/binance-fee-upload.timer - - deployment/aliyun/binance-fee-upload.env - - deployment/aliyun/binance-fee.conf - - deployment/aliyun/monday-collector-health.sh - - deployment/aliyun/test-monday-collector-health.sh - - deployment/aliyun/test-binance-fee-release-contract.sh -dependency: issue #790 / PR #791 merged into f9cd212e3d6c63c5978bbeb5a0a6eb6d7d6282ff; PR #787 merged into 0bd446df30d7068b696d8033159b9e070983df73; PR #788 merged into bd402f481dbe25ccc8dfb336be3fff5be47a727d -issue: 792 +dependency: none no_external_runtime_mutation: true