Skip to content

Commit 31f7ede

Browse files
authored
Fix arm64 CI runner mismatches and stale action version comment (#7433)
Two arm64 integration test matrix entries (integration_overrides, integration_querier_microservices_mode) were using the amd64 runner ubuntu-24.04 instead of ubuntu-24.04-arm, causing them to run on the wrong architecture. Also fix stale version comment on actions/upload-artifact in scorecards.yml (v3.pre.node20 -> v6.0.0 to match the pinned hash). Signed-off-by: Friedrich Gonzalez <1517449+friedrichg@users.noreply.github.com>
1 parent 0a7c6b4 commit 31f7ede

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/scorecards.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
5656
# format to the repository Actions tab.
5757
- name: "Upload artifact"
58-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v3.pre.node20
58+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
5959
with:
6060
name: SARIF file
6161
path: results.sarif

.github/workflows/test-build-deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ jobs:
203203
- runner: ubuntu-24.04-arm
204204
arch: arm64
205205
tags: integration_memberlist
206-
- runner: ubuntu-24.04
206+
- runner: ubuntu-24.04-arm
207207
arch: arm64
208208
tags: integration_overrides
209209
- runner: ubuntu-24.04-arm
@@ -221,9 +221,9 @@ jobs:
221221
- runner: ubuntu-24.04-arm
222222
arch: arm64
223223
tags: integration_querier
224-
- runner: ubuntu-24.04
224+
- runner: ubuntu-24.04-arm
225225
arch: arm64
226-
tags: integration_querier_microservices_mode
226+
tags: integration_querier_microservices_mode
227227
steps:
228228
- name: Upgrade golang
229229
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0

0 commit comments

Comments
 (0)