From 5b0dff8f80e4592b0e2dee6fba1ebcf74cc7c656 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 20 Jun 2026 16:02:49 +0000 Subject: [PATCH] Update actions/checkout action to v7 --- .github/workflows/clj-watson.yml | 2 +- .github/workflows/codeql.yml | 2 +- .github/workflows/crystal.yml | 2 +- .github/workflows/hadolint.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/clj-watson.yml b/.github/workflows/clj-watson.yml index e71cb46..eca2df8 100644 --- a/.github/workflows/clj-watson.yml +++ b/.github/workflows/clj-watson.yml @@ -32,7 +32,7 @@ jobs: actions: read # only required for a private repository by github/codeql-action/upload-sarif to get the Action run status steps: - name: Checkout code - uses: actions/checkout@v2 + uses: actions/checkout@v7 - name: Dependency scan uses: clj-holmes/clj-watson-action@39b8ed306f2c125860cf6e69b6939363689f998c diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index e60e740..fde42fb 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -40,7 +40,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v7 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff --git a/.github/workflows/crystal.yml b/.github/workflows/crystal.yml index 3579381..6cb7be3 100644 --- a/.github/workflows/crystal.yml +++ b/.github/workflows/crystal.yml @@ -15,7 +15,7 @@ jobs: image: crystallang/crystal steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v7 - name: Install dependencies run: shards install - name: Run tests diff --git a/.github/workflows/hadolint.yml b/.github/workflows/hadolint.yml index 38fb2d3..7e3b709 100644 --- a/.github/workflows/hadolint.yml +++ b/.github/workflows/hadolint.yml @@ -30,7 +30,7 @@ jobs: actions: read # only required for a private repository by github/codeql-action/upload-sarif to get the Action run status steps: - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v7 - name: Run hadolint uses: hadolint/hadolint-action@f988afea3da57ee48710a9795b6bb677cc901183