From ce888bf00ea8503991dc4dfdb37b710d8ad7443f Mon Sep 17 00:00:00 2001 From: Claude Date: Tue, 7 Jul 2026 17:48:33 +0000 Subject: [PATCH] ci: fix stale setup-anchor comment referencing wrong action native/quasar/pinocchio/solana-asm use heyAyushh/setup-solana, not setup-anchor, but each carried a copy-pasted comment attributing the pinned solana-cli-version to 'setup-anchor'. Reword to describe why the version is pinned without naming the wrong action. --- .github/workflows/native.yml | 2 +- .github/workflows/pinocchio.yml | 2 +- .github/workflows/quasar.yml | 2 +- .github/workflows/solana-asm.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/native.yml b/.github/workflows/native.yml index 9639bc38..c6a50532 100644 --- a/.github/workflows/native.yml +++ b/.github/workflows/native.yml @@ -253,7 +253,7 @@ jobs: - name: Setup Solana Stable uses: heyAyushh/setup-solana@v5.9 with: - # setup-anchor resolves tags like stable by querying GitHub API for latest release which can fail with 429 errors + # Pin an exact version rather than a tag like "stable", which setup-solana resolves via the GitHub API (can fail with 429). solana-cli-version: 3.1.14 - name: Build and Test with Stable run: | diff --git a/.github/workflows/pinocchio.yml b/.github/workflows/pinocchio.yml index 5d49ca88..69980318 100644 --- a/.github/workflows/pinocchio.yml +++ b/.github/workflows/pinocchio.yml @@ -269,7 +269,7 @@ jobs: - name: Setup Solana Stable uses: heyAyushh/setup-solana@v5.9 with: - # setup-anchor resolves tags like stable by querying GitHub API for latest release which can fail with 429 errors + # Pin an exact version rather than a tag like "stable", which setup-solana resolves via the GitHub API (can fail with 429). solana-cli-version: 3.1.14 - name: Build and Test with Stable run: | diff --git a/.github/workflows/quasar.yml b/.github/workflows/quasar.yml index e006735f..5f98dbb8 100644 --- a/.github/workflows/quasar.yml +++ b/.github/workflows/quasar.yml @@ -256,7 +256,7 @@ jobs: - name: Setup Solana Stable uses: heyAyushh/setup-solana@v5.9 with: - # setup-anchor resolves tags like stable by querying GitHub API for latest release which can fail with 429 errors + # Pin an exact version rather than a tag like "stable", which setup-solana resolves via the GitHub API (can fail with 429). solana-cli-version: 3.1.14 - name: Install Quasar CLI # Pinned to quasar rev 3d6fb0d8 (the HEAD this migration was written diff --git a/.github/workflows/solana-asm.yml b/.github/workflows/solana-asm.yml index 38d8a9bd..fbe781d0 100644 --- a/.github/workflows/solana-asm.yml +++ b/.github/workflows/solana-asm.yml @@ -207,7 +207,7 @@ jobs: - name: Setup Solana Stable uses: heyAyushh/setup-solana@v5.9 with: - # setup-anchor resolves tags like stable by querying GitHub API for latest release which can fail with 429 errors + # Pin an exact version rather than a tag like "stable", which setup-solana resolves via the GitHub API (can fail with 429). solana-cli-version: 3.1.14 - name: Build and Test with Stable run: |