From e73fa125c0af49eac880bb49ab1f78e7f0a65f6b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 17 Oct 2023 16:16:26 +0000 Subject: [PATCH] Update actions/checkout action to v4.1.1 --- .github/workflows/push_ci.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/push_ci.yml b/.github/workflows/push_ci.yml index 91402fe..0c3d672 100644 --- a/.github/workflows/push_ci.yml +++ b/.github/workflows/push_ci.yml @@ -20,7 +20,7 @@ jobs: timeout-minutes: 5 container: cljkondo/clj-kondo:2023.09.07-alpine steps: - - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0 + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - name: Run clj-kondo run: >- clj-kondo @@ -34,7 +34,7 @@ jobs: timeout-minutes: 5 container: abogoyavlensky/cljstyle:0.15.0 steps: - - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0 + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - name: Check with cljstyle run: cljstyle check --report @@ -42,7 +42,7 @@ jobs: runs-on: ubuntu-latest timeout-minutes: 5 steps: - - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0 + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - name: Mega-Linter id: ml uses: nvuillam/mega-linter/flavors/java@v7.3.0 @@ -67,7 +67,7 @@ jobs: timeout-minutes: 5 steps: - name: Checkout - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 with: token: ${{ secrets.GITHUB_TOKEN }} fetch-depth: 0 @@ -102,7 +102,7 @@ jobs: timeout-minutes: 5 steps: - name: Checkout - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - name: Set up JDK 17 uses: actions/setup-java@v3.13.0