Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/scorecards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
# format to the repository Actions tab.
- name: "Upload artifact"
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v3.pre.node20
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
with:
name: SARIF file
path: results.sarif
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test-build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ jobs:
- runner: ubuntu-24.04-arm
arch: arm64
tags: integration_memberlist
- runner: ubuntu-24.04
- runner: ubuntu-24.04-arm
arch: arm64
tags: integration_overrides
- runner: ubuntu-24.04-arm
Expand All @@ -221,9 +221,9 @@ jobs:
- runner: ubuntu-24.04-arm
arch: arm64
tags: integration_querier
- runner: ubuntu-24.04
- runner: ubuntu-24.04-arm
arch: arm64
tags: integration_querier_microservices_mode
tags: integration_querier_microservices_mode
steps:
- name: Upgrade golang
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
Expand Down
Loading