From 626f5e17c0be58fe5c4b0a286a51fb85ac734c2d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2024 03:01:48 +0000 Subject: [PATCH] chore(deps): update actions/checkout digest to de5a000 (#1134) 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 933362c0..8e4b8979 100644 --- a/.github/workflows/merge.yml +++ b/.github/workflows/merge.yml @@ -20,7 +20,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 + - uses: actions/checkout@de5a000abf73b6f4965bd1bcdf8f8d94a56ea815 - name: Set up JDK 8 uses: actions/setup-java@292cc14be88d32cccdd768342b8aa1296a4d8d46 with: diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml index a53c79df..95cc89d2 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@d632683dd7b4114ad314bca15554477dd762a938 + uses: actions/checkout@de5a000abf73b6f4965bd1bcdf8f8d94a56ea815 - name: Set up JDK 8 uses: actions/setup-java@292cc14be88d32cccdd768342b8aa1296a4d8d46 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4b34b1f7..76373555 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -28,7 +28,7 @@ jobs: # These steps are only run if this was a merged release-please PR - name: checkout if: ${{ steps.release.outputs.release_created }} - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 + uses: actions/checkout@de5a000abf73b6f4965bd1bcdf8f8d94a56ea815 - name: Set up JDK 8 if: ${{ steps.release.outputs.release_created }} uses: actions/setup-java@292cc14be88d32cccdd768342b8aa1296a4d8d46 diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml index 29408bfa..2ac71aed 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@d632683dd7b4114ad314bca15554477dd762a938 + uses: actions/checkout@de5a000abf73b6f4965bd1bcdf8f8d94a56ea815 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL