diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cddcf62..e514934 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: runs-on: ubuntu-24.04 steps: - name: Checkout the repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: persist-credentials: 'false' - name: Bootstrap repository @@ -44,14 +44,14 @@ jobs: contents: write steps: - name: Checkout the repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 # Necessary for hooks to succeed during tests for commits/schedule if: github.event_name != 'pull_request' with: fetch-depth: 0 persist-credentials: 'false' - name: Checkout the repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 # Necessary for hooks to succeed during tests for PRs if: github.event_name == 'pull_request' with: @@ -121,7 +121,7 @@ jobs: exit 1 fi - name: Checkout the repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Scan workflow logs for warnings and errors run: scripts/scan_workflow_logs.sh ${{ github.run_id }} env: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6638e5f..d708dfc 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@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index 676b419..529e830 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@v5 + uses: actions/checkout@v6 with: persist-credentials: 'false' - name: Bootstrap repository diff --git "a/{{cookiecutter.project_name|replace(\" \", \"\")}}/.github/workflows/ci.yml" "b/{{cookiecutter.project_name|replace(\" \", \"\")}}/.github/workflows/ci.yml" index c7b6257..f4d6e90 100644 --- "a/{{cookiecutter.project_name|replace(\" \", \"\")}}/.github/workflows/ci.yml" +++ "b/{{cookiecutter.project_name|replace(\" \", \"\")}}/.github/workflows/ci.yml" @@ -23,7 +23,7 @@ jobs: contents: write steps: - name: Checkout the repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 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@v5 + uses: actions/checkout@v6 with: persist-credentials: 'false' - name: Bootstrap repository @@ -72,7 +72,7 @@ jobs: - linux/arm64 steps: - name: Checkout code - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: persist-credentials: 'false' - name: Bootstrap repository @@ -147,7 +147,7 @@ jobs: exit 1 fi - name: Checkout the repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Scan workflow logs for warnings and errors run: scripts/scan_workflow_logs.sh {% raw %}${{ github.run_id }}{% endraw %} env: diff --git "a/{{cookiecutter.project_name|replace(\" \", \"\")}}/.github/workflows/commit.yml" "b/{{cookiecutter.project_name|replace(\" \", \"\")}}/.github/workflows/commit.yml" index 12664cf..e37c78f 100644 --- "a/{{cookiecutter.project_name|replace(\" \", \"\")}}/.github/workflows/commit.yml" +++ "b/{{cookiecutter.project_name|replace(\" \", \"\")}}/.github/workflows/commit.yml" @@ -19,7 +19,7 @@ jobs: runs-on: ubuntu-24.04 steps: - name: Checkout the repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: persist-credentials: 'false' - name: Bootstrap repository @@ -40,7 +40,7 @@ jobs: - linux/arm64 steps: - name: Checkout the repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 persist-credentials: 'false' diff --git "a/{{cookiecutter.project_name|replace(\" \", \"\")}}/.github/workflows/release.yml" "b/{{cookiecutter.project_name|replace(\" \", \"\")}}/.github/workflows/release.yml" index 23ac38b..a27a184 100644 --- "a/{{cookiecutter.project_name|replace(\" \", \"\")}}/.github/workflows/release.yml" +++ "b/{{cookiecutter.project_name|replace(\" \", \"\")}}/.github/workflows/release.yml" @@ -21,7 +21,7 @@ jobs: tag: ${{ "{{ steps.release.outputs.tag }}" }} steps: - name: Checkout the repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 persist-credentials: 'false' @@ -56,7 +56,7 @@ jobs: runs-on: ubuntu-24.04 steps: - name: Checkout the repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 ref: ${{ "{{ needs.release.outputs.tag }}" }} diff --git "a/{{cookiecutter.project_name|replace(\" \", \"\")}}/.github/workflows/security.yml" "b/{{cookiecutter.project_name|replace(\" \", \"\")}}/.github/workflows/security.yml" index 9ca8362..b336175 100644 --- "a/{{cookiecutter.project_name|replace(\" \", \"\")}}/.github/workflows/security.yml" +++ "b/{{cookiecutter.project_name|replace(\" \", \"\")}}/.github/workflows/security.yml" @@ -31,7 +31,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout the repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: persist-credentials: 'false' - name: Bootstrap repository diff --git "a/{{cookiecutter.project_name|replace(\" \", \"\")}}/.github/workflows/update.yml" "b/{{cookiecutter.project_name|replace(\" \", \"\")}}/.github/workflows/update.yml" index 72a3aee..2e83b9b 100644 --- "a/{{cookiecutter.project_name|replace(\" \", \"\")}}/.github/workflows/update.yml" +++ "b/{{cookiecutter.project_name|replace(\" \", \"\")}}/.github/workflows/update.yml" @@ -22,7 +22,7 @@ jobs: pull-requests: write steps: - name: Checkout the repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: persist-credentials: 'false' - name: Bootstrap repository