From ad5bcf3b2ee50f638d088917370f948b948170a1 Mon Sep 17 00:00:00 2001 From: "khepri-bot[bot]" <269588972+khepri-bot[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2026 18:25:25 +0000 Subject: [PATCH 1/2] chore(deps): update dependency actions/checkout to v7 --- .github/workflows/pr-checks.yaml | 4 ++-- .github/workflows/render-template.yaml | 2 +- includes/ci-consistency-job.jinja | 2 +- template/.github/workflows/pr-checks.yaml.jinja | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/pr-checks.yaml b/.github/workflows/pr-checks.yaml index 428a5fd..44eed4d 100644 --- a/.github/workflows/pr-checks.yaml +++ b/.github/workflows/pr-checks.yaml @@ -18,7 +18,7 @@ jobs: runs-on: ubuntu-latest timeout-minutes: 15 steps: - - uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 - uses: ./.github/actions/nix-setup - name: Lint run: nix develop -c just lint @@ -30,7 +30,7 @@ jobs: consistency: runs-on: ubuntu-latest steps: - - uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 - uses: ./.github/actions/nix-setup - name: Set up Git run: | diff --git a/.github/workflows/render-template.yaml b/.github/workflows/render-template.yaml index d3b6a2b..012d75b 100644 --- a/.github/workflows/render-template.yaml +++ b/.github/workflows/render-template.yaml @@ -25,7 +25,7 @@ jobs: # up to the push) -- they should always run so template bugs still get caught # even when the bot token below is unset or invalid. - name: Checkout - uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 with: ref: ${{ github.ref }} diff --git a/includes/ci-consistency-job.jinja b/includes/ci-consistency-job.jinja index 0516d4e..60abeec 100644 --- a/includes/ci-consistency-job.jinja +++ b/includes/ci-consistency-job.jinja @@ -3,7 +3,7 @@ consistency: runs-on: ubuntu-latest steps: - - uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - uses: ./.github/actions/nix-setup - name: Set up Git run: | diff --git a/template/.github/workflows/pr-checks.yaml.jinja b/template/.github/workflows/pr-checks.yaml.jinja index 94ccaa6..7da8975 100644 --- a/template/.github/workflows/pr-checks.yaml.jinja +++ b/template/.github/workflows/pr-checks.yaml.jinja @@ -19,7 +19,7 @@ jobs: runs-on: ubuntu-latest timeout-minutes: 15 steps: - - uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - uses: ./.github/actions/nix-setup - name: Lint run: nix develop -c just lint From 651d51dfc09906e776b96b9f7b484419df00f490 Mon Sep 17 00:00:00 2001 From: Will Gordon Date: Tue, 28 Jul 2026 14:52:05 -0400 Subject: [PATCH 2/2] fix: normalize checkout SHA-pin comment to v7 (matches root) --- includes/ci-consistency-job.jinja | 2 +- template/.github/workflows/pr-checks.yaml.jinja | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/ci-consistency-job.jinja b/includes/ci-consistency-job.jinja index 60abeec..c640fdf 100644 --- a/includes/ci-consistency-job.jinja +++ b/includes/ci-consistency-job.jinja @@ -3,7 +3,7 @@ consistency: runs-on: ubuntu-latest steps: - - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 - uses: ./.github/actions/nix-setup - name: Set up Git run: | diff --git a/template/.github/workflows/pr-checks.yaml.jinja b/template/.github/workflows/pr-checks.yaml.jinja index 7da8975..d3f8c06 100644 --- a/template/.github/workflows/pr-checks.yaml.jinja +++ b/template/.github/workflows/pr-checks.yaml.jinja @@ -19,7 +19,7 @@ jobs: runs-on: ubuntu-latest timeout-minutes: 15 steps: - - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 - uses: ./.github/actions/nix-setup - name: Lint run: nix develop -c just lint