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:
parent
519c32a087
commit
9c98e83ed6
|
|
@ -20,7 +20,7 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@83b7061638ee4956cf7545a6f7efe594e5ad0247
|
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
|
||||||
- name: Set up JDK 8
|
- name: Set up JDK 8
|
||||||
uses: actions/setup-java@ddb82ce8a6ecf5ac3e80c3184839e6661546e4aa
|
uses: actions/setup-java@ddb82ce8a6ecf5ac3e80c3184839e6661546e4aa
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
|
|
@ -16,7 +16,7 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Check out the code
|
- name: Check out the code
|
||||||
uses: actions/checkout@83b7061638ee4956cf7545a6f7efe594e5ad0247
|
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
|
||||||
|
|
||||||
- name: Set up JDK 8
|
- name: Set up JDK 8
|
||||||
uses: actions/setup-java@ddb82ce8a6ecf5ac3e80c3184839e6661546e4aa
|
uses: actions/setup-java@ddb82ce8a6ecf5ac3e80c3184839e6661546e4aa
|
||||||
|
|
|
||||||
|
|
@ -29,7 +29,7 @@ jobs:
|
||||||
# These steps are only run if this was a merged release-please PR
|
# These steps are only run if this was a merged release-please PR
|
||||||
- name: checkout
|
- name: checkout
|
||||||
if: ${{ steps.release.outputs.releases_created }}
|
if: ${{ steps.release.outputs.releases_created }}
|
||||||
uses: actions/checkout@83b7061638ee4956cf7545a6f7efe594e5ad0247
|
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
|
||||||
- name: Set up JDK 8
|
- name: Set up JDK 8
|
||||||
if: ${{ steps.release.outputs.releases_created }}
|
if: ${{ steps.release.outputs.releases_created }}
|
||||||
uses: actions/setup-java@ddb82ce8a6ecf5ac3e80c3184839e6661546e4aa
|
uses: actions/setup-java@ddb82ce8a6ecf5ac3e80c3184839e6661546e4aa
|
||||||
|
|
|
||||||
|
|
@ -29,7 +29,7 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@83b7061638ee4956cf7545a6f7efe594e5ad0247
|
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
|
||||||
|
|
||||||
# Initializes the CodeQL tools for scanning.
|
# Initializes the CodeQL tools for scanning.
|
||||||
- name: Initialize CodeQL
|
- name: Initialize CodeQL
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue