From 015961b4fcce6ac2f24d17abedc01d1a48cc2672 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 May 2024 19:14:27 +0000 Subject: [PATCH] chore(deps): update actions/checkout digest to b80ff79 (#945) 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 3e93ee3bb..bdafc393b 100644 --- a/.github/workflows/merge.yml +++ b/.github/workflows/merge.yml @@ -20,7 +20,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 + - uses: actions/checkout@b80ff79f1755d06ba70441c368a6fe801f5f3a62 - name: Set up JDK 8 uses: actions/setup-java@a1c6c9c8677803c9f4bd31e0f15ac0844258f955 with: diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml index c74dfc248..989293aac 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@a5ac7e51b41094c92402da3b24376905380afc29 + uses: actions/checkout@b80ff79f1755d06ba70441c368a6fe801f5f3a62 - name: Set up JDK 8 uses: actions/setup-java@a1c6c9c8677803c9f4bd31e0f15ac0844258f955 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0b517ef7f..2718cdd64 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@a5ac7e51b41094c92402da3b24376905380afc29 + uses: actions/checkout@b80ff79f1755d06ba70441c368a6fe801f5f3a62 - name: Set up JDK 8 if: ${{ steps.release.outputs.release_created }} uses: actions/setup-java@a1c6c9c8677803c9f4bd31e0f15ac0844258f955 diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml index 1edbfb43c..96c31c205 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@a5ac7e51b41094c92402da3b24376905380afc29 + uses: actions/checkout@b80ff79f1755d06ba70441c368a6fe801f5f3a62 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL