diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index 7f27c6a6b..2e5a0c5fe 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -20,7 +20,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: '0' fetch-tags: true @@ -44,7 +44,7 @@ jobs: python-version: [ '3.10', '3.11', '3.12' ] steps: - name: Checkout repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: '0' fetch-tags: true @@ -78,7 +78,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: '0' fetch-tags: true @@ -103,7 +103,7 @@ jobs: attestations: write # REQUIRED by attest-build-provenance v2 steps: - name: Checkout repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: '0' fetch-tags: true @@ -128,7 +128,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: '0' fetch-tags: true @@ -163,7 +163,7 @@ jobs: needs: [ docs, package ] steps: - name: Checkout repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: '0' fetch-tags: true @@ -186,7 +186,7 @@ jobs: needs: [ package ] runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Microsoft Teams Notification uses: jdcargile/ms-teams-notification@v1.4 with: diff --git a/.github/workflows/create-draft-release.yml b/.github/workflows/create-draft-release.yml index 284c76b11..ce727a4be 100644 --- a/.github/workflows/create-draft-release.yml +++ b/.github/workflows/create-draft-release.yml @@ -19,7 +19,7 @@ jobs: attestations: write # REQUIRED by attest-build-provenance v2 steps: - name: Checkout repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: '0' fetch-tags: true diff --git a/.github/workflows/nightly-docs.yml b/.github/workflows/nightly-docs.yml index a1fd9b9ac..efedab5f4 100644 --- a/.github/workflows/nightly-docs.yml +++ b/.github/workflows/nightly-docs.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: '0' fetch-tags: true @@ -35,7 +35,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: '0' fetch-tags: true diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 3ac319505..5ae63e4fb 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -28,7 +28,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: '0' fetch-tags: true @@ -61,7 +61,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: '0' fetch-tags: true @@ -96,7 +96,7 @@ jobs: needs: [ nightly_and_upload, vulnerabilities ] runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Microsoft Teams Notification uses: jdcargile/ms-teams-notification@v1.4 with: diff --git a/.github/workflows/release-docs.yml b/.github/workflows/release-docs.yml index e4ac656b9..e8d0e66e5 100644 --- a/.github/workflows/release-docs.yml +++ b/.github/workflows/release-docs.yml @@ -27,7 +27,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 fetch-tags: true @@ -49,7 +49,7 @@ jobs: needs: build steps: - name: Checkout repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 fetch-tags: true diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 50b13efa1..5ec15ae4d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,7 +22,7 @@ jobs: attestations: write # REQUIRED by attest-build-provenance v2 steps: - name: Checkout repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: '0' fetch-tags: true @@ -48,7 +48,7 @@ jobs: attestations: write # REQUIRED by attest-build-provenance v2 steps: - name: Checkout repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: '0' fetch-tags: true diff --git a/.github/workflows/scan_sbom.yml b/.github/workflows/scan_sbom.yml index 7d1457880..c5f4588d2 100644 --- a/.github/workflows/scan_sbom.yml +++ b/.github/workflows/scan_sbom.yml @@ -18,7 +18,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: '0' fetch-tags: true @@ -57,7 +57,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: '0' fetch-tags: true diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 82a653de5..0461dfb64 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -32,7 +32,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: '0' fetch-tags: true diff --git a/.github/workflows/validate-codecov-config.yml b/.github/workflows/validate-codecov-config.yml index e3155fc6b..5e135c7ee 100644 --- a/.github/workflows/validate-codecov-config.yml +++ b/.github/workflows/validate-codecov-config.yml @@ -11,6 +11,6 @@ jobs: validate-codecov-config: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Validate codecov configuration run: curl -sSL --fail-with-body --data-binary @codecov.yml https://codecov.io/validate