chore(deps): update actions/checkout digest to 8e5e7e5 (#391)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-04-13 10:38:27 -07:00 committed by GitHub
parent 519c32a087
commit 9c98e83ed6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View File

@ -20,7 +20,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@83b7061638ee4956cf7545a6f7efe594e5ad0247
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
- name: Set up JDK 8
uses: actions/setup-java@ddb82ce8a6ecf5ac3e80c3184839e6661546e4aa
with:

View File

@ -16,7 +16,7 @@ jobs:
steps:
- name: Check out the code
uses: actions/checkout@83b7061638ee4956cf7545a6f7efe594e5ad0247
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
- name: Set up JDK 8
uses: actions/setup-java@ddb82ce8a6ecf5ac3e80c3184839e6661546e4aa

View File

@ -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@83b7061638ee4956cf7545a6f7efe594e5ad0247
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
- name: Set up JDK 8
if: ${{ steps.release.outputs.releases_created }}
uses: actions/setup-java@ddb82ce8a6ecf5ac3e80c3184839e6661546e4aa

View File

@ -29,7 +29,7 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@83b7061638ee4956cf7545a6f7efe594e5ad0247
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL