From 38abe499110e99763685323e0e4c2554ab54f74d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 02:08:20 +0000 Subject: [PATCH] Update actions/checkout digest to d23441a --- .github/workflows/benchmark.yml | 2 +- .github/workflows/dependency-graph.yml | 2 +- .github/workflows/dev-build.yml | 2 +- .github/workflows/release-build.yml | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index a86408b..d42fe7c 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -12,7 +12,7 @@ jobs: permissions: contents: read steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 + - uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6 - uses: coursier/cache-action@90c37294538be80a558fd665531fcdc2b467b475 # v8 - run: ./mill benchmarks.compareFast - name: Add report to job summary diff --git a/.github/workflows/dependency-graph.yml b/.github/workflows/dependency-graph.yml index ee6cd36..4afe003 100644 --- a/.github/workflows/dependency-graph.yml +++ b/.github/workflows/dependency-graph.yml @@ -17,7 +17,7 @@ jobs: permissions: contents: write steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 + - uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6 - uses: coursier/cache-action@90c37294538be80a558fd665531fcdc2b467b475 # v8 - run: ./mill submitDependencyGraph env: diff --git a/.github/workflows/dev-build.yml b/.github/workflows/dev-build.yml index d4c82f7..50010c3 100644 --- a/.github/workflows/dev-build.yml +++ b/.github/workflows/dev-build.yml @@ -18,6 +18,6 @@ jobs: permissions: contents: read steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 + - uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6 - uses: coursier/cache-action@90c37294538be80a558fd665531fcdc2b467b475 # v8 - run: ./mill devBuild diff --git a/.github/workflows/release-build.yml b/.github/workflows/release-build.yml index 7fcfa69..e5f54fd 100644 --- a/.github/workflows/release-build.yml +++ b/.github/workflows/release-build.yml @@ -32,7 +32,7 @@ jobs: permissions: contents: read steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 + - uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6 - uses: coursier/cache-action@90c37294538be80a558fd665531fcdc2b467b475 # v8 - run: ./mill devBuild - run: ./mill publishSonatypeCentral @@ -54,7 +54,7 @@ jobs: name: github-pages url: ${{ steps.deployment.outputs.page_url }} steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 + - uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6 - uses: coursier/cache-action@90c37294538be80a558fd665531fcdc2b467b475 # v8 - run: ./mill devBuild - run: ./mill uploadGitHubRelease