From 51afa7a30da0ae0ecff42e1143f37abff67cb89c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 Aug 2025 00:09:39 +0000 Subject: [PATCH] Update actions/checkout action to v5 --- .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..fc4eabb 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@v5 - name: Dependency scan uses: clj-holmes/clj-watson-action@39b8ed306f2c125860cf6e69b6939363689f998c diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index e60e740..077b2c2 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@v5 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff --git a/.github/workflows/crystal.yml b/.github/workflows/crystal.yml index 3579381..69b40d6 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@v5 - name: Install dependencies run: shards install - name: Run tests diff --git a/.github/workflows/hadolint.yml b/.github/workflows/hadolint.yml index 38fb2d3..bd0e848 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@v5 - name: Run hadolint uses: hadolint/hadolint-action@f988afea3da57ee48710a9795b6bb677cc901183