From 70987085519e4c0b6c15c8408c18a62bc13ac00c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 8 Apr 2026 15:33:01 +0000 Subject: [PATCH] Update actions/checkout action to v5 --- .github/workflows/cd.yaml | 2 +- .github/workflows/ci.yaml | 8 ++++---- .github/workflows/release.yaml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/cd.yaml b/.github/workflows/cd.yaml index d77d38a08..f302be454 100644 --- a/.github/workflows/cd.yaml +++ b/.github/workflows/cd.yaml @@ -19,7 +19,7 @@ jobs: contents: write # Needed for pushing to GitHub Pages id-token: write # Needed for publishing to GitHub Pages steps: - - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 + - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1 with: # Needed to push to gh-pages branch # IMPORTANT: Avoid publishing the .git/ folder to prevent leaking credentials diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ea51b3255..a94a274ee 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1 with: persist-credentials: false - name: Setting up PDM @@ -49,7 +49,7 @@ jobs: sudo add-apt-repository ppa:openslide/openslide sudo apt install -y openslide-tools - name: Checkout - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1 with: lfs: true persist-credentials: false @@ -68,7 +68,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1 with: persist-credentials: false - name: Setting up PDM @@ -92,7 +92,7 @@ jobs: security-events: write # Needed for uploading SARIF reports steps: - name: Checkout - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1 with: persist-credentials: false - name: Perform gitleaks checks diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index a1ed484c9..32f816863 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -20,7 +20,7 @@ jobs: contents: write # Needed for pushing to GitHub Pages pull-requests: write # Needed for creating version bump PR steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1 with: # Needed to push to gh-pages branch # IMPORTANT: Avoid publishing the .git/ folder to prevent leaking credentials