Skip to content
Open
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/build-devcontainer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
packages: write
steps:
- name: Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Login to the registry
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
shell: bash
steps:
- name: Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
ref: ${{ inputs.ref }}
- name: Set safe directory (since container is root and not user 1001)
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-shell-ui.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
ref: ${{ inputs.ref }}
- name: Set up Docker Buildx
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
username: ${{ secrets.DOCKERHUB_LOGIN }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}
- name: Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
ref: ${{ inputs.ref }}
# NOTE: We fetch depth so that we can put the right `GIT` reference
Expand Down Expand Up @@ -134,7 +134,7 @@ jobs:
if: always()
steps:
- name: Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6
- name: Upload final status
if: always()
uses: scality/actions/upload_final_status@1.13.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v5
uses: actions/checkout@v6

- name: Initialize CodeQL
uses: github/codeql-action/init@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/create-dev-branch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
private-key: ${{ secrets.ACTIONS_APP_PRIVATE_KEY }}
# checkout
- name: Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
fetch-depth: 0
token: ${{ steps.app-token.outputs.token }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/crons.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
steps:
- name: Checkout
if: github.event.schedule == matrix.cron
uses: actions/checkout@v5
uses: actions/checkout@v6
- name: Run ${{ matrix.name }}
if: github.event.schedule == matrix.cron
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/downgrade-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
NAME: downgrade-${{ inputs.type }}
steps:
- name: Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6
- name: Install deps
run: sudo apt-get update && sudo apt-get install -y isomd5sum

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/generate-sbom.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
SBOM_PATH: ${{ github.workspace }}/artifacts/sbom
steps:
- name: Checkout repo
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
ref: ${{ inputs.ref }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lifecycle-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
artifacts-url: ${{ steps.artifacts.outputs.link }}
steps:
- name: Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
ref: ${{ inputs.dev-branch }}
- name: Retrieve artifacts url
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lifecycle-promoted.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
NAME: snapshot-upgrade-${{ inputs.type }}-${{ matrix.name }}
steps:
- name: Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6
- name: Install deps
run: sudo apt-get update && sudo apt-get install -y isomd5sum

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/multi-node-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
NODES_COUNT: ${{ inputs.nodes-count }}
steps:
- name: Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6
- name: Install deps
run: sudo apt-get update && sudo apt-get install -y isomd5sum jq
- name: Retrieve product.txt from artifacts
Expand Down Expand Up @@ -380,7 +380,7 @@ jobs:
if: always()
steps:
- name: Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6
- name: Get artifacts URL
uses: scality/action-artifacts@v4
id: artifacts
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
version_full: ${{ steps.get-version.outputs.version_full }}
steps:
- name: Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6
- name: Retrieve artifacts url
uses: scality/action-artifacts@v4
id: artifacts
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
artifacts-link: ${{ needs.retrieve-info.outputs.artifacts-link }}
steps:
- name: Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6
- name: Fetch tags
run: git fetch --tags
- name: Get previous patch version
Expand Down Expand Up @@ -111,7 +111,7 @@ jobs:
artifacts-link: ${{ needs.retrieve-info.outputs.artifacts-link }}
steps:
- name: Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
fetch-depth: 0
- name: Get previous minor version
Expand Down Expand Up @@ -241,7 +241,7 @@ jobs:
if: always()
steps:
- name: Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6
- name: Upload final status
if: always()
uses: scality/actions/upload_final_status@1.13.0
Expand Down
24 changes: 12 additions & 12 deletions .github/workflows/pre-merge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
build: ${{ startsWith(github.ref_name, 'development/') || steps.diff.outputs.build_any_modified == 'true' }}
steps:
- name: Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
fetch-depth: 0
- name: Get base sha
Expand Down Expand Up @@ -139,7 +139,7 @@ jobs:
shell: bash
steps:
- name: Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6
- name: Set safe directory (since container is root and not user 1001)
run: git config --global --add safe.directory $GITHUB_WORKSPACE
- name: Run all linting targets
Expand All @@ -151,7 +151,7 @@ jobs:
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6
- name: Install node
uses: actions/setup-node@v6
with:
Expand Down Expand Up @@ -194,7 +194,7 @@ jobs:
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6
- name: Install node
uses: actions/setup-node@v6
with:
Expand Down Expand Up @@ -230,7 +230,7 @@ jobs:
working-directory: "tools/crd-client-generator-js"
steps:
- name: Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6
- name: Install node
uses: actions/setup-node@v6
with:
Expand Down Expand Up @@ -273,7 +273,7 @@ jobs:
if: needs.changed-files.outputs.unit-tests-metalk8s-operator == 'true'
steps:
- name: Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6
- name: Set safe directory (since container is root and not user 1001)
run: git config --global --add safe.directory $GITHUB_WORKSPACE
- name: Run all MetalK8s operator unit and integration tests
Expand All @@ -300,7 +300,7 @@ jobs:
if: needs.changed-files.outputs.unit-tests-storage-operator == 'true'
steps:
- name: Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6
- name: Set safe directory (since container is root and not user 1001)
run: git config --global --add safe.directory $GITHUB_WORKSPACE
- name: Run all storage-operator unit and integration tests
Expand All @@ -326,7 +326,7 @@ jobs:
if: needs.changed-files.outputs.unit-tests-salt == 'true'
steps:
- name: Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6
- name: Set safe directory (since container is root and not user 1001)
run: git config --global --add safe.directory $GITHUB_WORKSPACE
- name: Run all salt unit tests
Expand All @@ -353,7 +353,7 @@ jobs:
if: needs.changed-files.outputs.unit-tests-lib-alert-tree == 'true'
steps:
- name: Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6
- name: Set safe directory (since container is root and not user 1001)
run: git config --global --add safe.directory $GITHUB_WORKSPACE
- name: Install lib_alert_tree
Expand All @@ -368,7 +368,7 @@ jobs:
permissions: write-all
steps:
- name: Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Install node
Expand Down Expand Up @@ -449,7 +449,7 @@ jobs:
- 80:80
steps:
- name: Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6
- name: Install node
uses: actions/setup-node@v6
with:
Expand Down Expand Up @@ -532,7 +532,7 @@ jobs:
if: always()
steps:
- name: Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6
- name: Upload final status
if: always()
uses: scality/actions/upload_final_status@1.13.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/promote.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
artifact-link: ${{ steps.promote.outputs.link }}
steps:
- name: Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6
- name: Promote artifacts
id: promote
uses: scality/action-artifacts@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
# NOTE: We explicitly set the refs otherwise the tag
# annotations content is not fetched
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
# If it does, the workflow will fail in a inconsistent way.
echo '${{ inputs.what-is-new }}' | jq -r '.[]'
- name: Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
fetch-depth: 0
token: ${{ steps.app-token.outputs.token }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/single-node-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
SSH_PRIVATE_KEY: "~/.ssh/terraform"
steps:
- name: Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6
- name: Install deps
run: sudo apt-get update && sudo apt-get install -y isomd5sum
- name: Retrieve product.txt from artifacts
Expand Down Expand Up @@ -294,7 +294,7 @@ jobs:
if: always()
steps:
- name: Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6
- name: Get artifacts URL
uses: scality/action-artifacts@v4
id: artifacts
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/upgrade-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
NAME: upgrade-${{ inputs.type }}
steps:
- name: Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6
- name: Install deps
run: sudo apt-get update && sudo apt-get install -y isomd5sum

Expand Down
Loading