diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7479b55..e5d19b6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: contents: write steps: - name: Checkout the repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: persist-credentials: 'false' - name: Bootstrap repository @@ -50,7 +50,7 @@ jobs: runs-on: ubuntu-24.04 steps: - name: Checkout the repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: persist-credentials: 'false' - name: Bootstrap repository @@ -72,7 +72,7 @@ jobs: - linux/arm64 steps: - name: Checkout code - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: persist-credentials: 'false' - name: Bootstrap repository @@ -147,7 +147,7 @@ jobs: exit 1 fi - name: Checkout the repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Scan workflow logs for warnings and errors run: scripts/scan_workflow_logs.sh ${{ github.run_id }} env: diff --git a/.github/workflows/commit.yml b/.github/workflows/commit.yml index 1d00188..0af3b0f 100644 --- a/.github/workflows/commit.yml +++ b/.github/workflows/commit.yml @@ -19,7 +19,7 @@ jobs: runs-on: ubuntu-24.04 steps: - name: Checkout the repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: persist-credentials: 'false' - name: Bootstrap repository @@ -40,7 +40,7 @@ jobs: - linux/arm64 steps: - name: Checkout the repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 persist-credentials: 'false' diff --git a/.github/workflows/publish-docker.yml b/.github/workflows/publish-docker.yml index 9678465..9325242 100644 --- a/.github/workflows/publish-docker.yml +++ b/.github/workflows/publish-docker.yml @@ -22,7 +22,7 @@ jobs: packages: write steps: - name: Checkout the repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: persist-credentials: 'false' diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 133a0f9..6a2b77b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,7 +21,7 @@ jobs: tag: ${{ steps.release.outputs.tag }} steps: - name: Checkout the repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 persist-credentials: 'false' diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index f86c849..6182419 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -29,7 +29,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout the repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: persist-credentials: 'false' - name: Bootstrap repository diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index 10a7ef3..5f0d1aa 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -22,7 +22,7 @@ jobs: pull-requests: write steps: - name: Checkout the repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: persist-credentials: 'false' - name: Bootstrap repository