From 9ae440786f6f56f73e85f163d71b75641950fc30 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 1 Sep 2023 23:25:23 +0000 Subject: [PATCH] chore(deps): update actions/checkout digest to 8b5e8b7 (#585) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/merge.yml | 2 +- .github/workflows/pullrequest.yml | 2 +- .github/workflows/release.yml | 2 +- .github/workflows/static-code-scanning.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/merge.yml b/.github/workflows/merge.yml index 2ee1b603..de88ba99 100644 --- a/.github/workflows/merge.yml +++ b/.github/workflows/merge.yml @@ -20,7 +20,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@97a652b80035363df47baee5031ec8670b8878ac + - uses: actions/checkout@8b5e8b768746b50394015010d25e690bfab9dfbc - name: Set up JDK 8 uses: actions/setup-java@4075bfc1b51bf22876335ae1cd589602d60d8758 with: diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml index 642016ae..3173d904 100644 --- a/.github/workflows/pullrequest.yml +++ b/.github/workflows/pullrequest.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out the code - uses: actions/checkout@97a652b80035363df47baee5031ec8670b8878ac + uses: actions/checkout@8b5e8b768746b50394015010d25e690bfab9dfbc - name: Set up JDK 8 uses: actions/setup-java@4075bfc1b51bf22876335ae1cd589602d60d8758 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 13898378..d433b047 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -29,7 +29,7 @@ jobs: # These steps are only run if this was a merged release-please PR - name: checkout if: ${{ steps.release.outputs.releases_created }} - uses: actions/checkout@97a652b80035363df47baee5031ec8670b8878ac + uses: actions/checkout@8b5e8b768746b50394015010d25e690bfab9dfbc - name: Set up JDK 8 if: ${{ steps.release.outputs.releases_created }} uses: actions/setup-java@4075bfc1b51bf22876335ae1cd589602d60d8758 diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml index 903ea6db..f5558e99 100644 --- a/.github/workflows/static-code-scanning.yaml +++ b/.github/workflows/static-code-scanning.yaml @@ -29,7 +29,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@97a652b80035363df47baee5031ec8670b8878ac + uses: actions/checkout@8b5e8b768746b50394015010d25e690bfab9dfbc # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL