chore(deps): update actions/checkout digest to 8410ad0 (#836)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
0d352eb128
commit
f514960048
|
|
@ -20,7 +20,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@8eb1f6a495037164bea451156472f35fdd6bafc0
|
||||
- uses: actions/checkout@8410ad0602e1e429cee44a835ae9f77f654a6694
|
||||
- name: Set up JDK 8
|
||||
uses: actions/setup-java@80ae3c2885b277a440ee4931b74570716d9a0e27
|
||||
with:
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Check out the code
|
||||
uses: actions/checkout@8eb1f6a495037164bea451156472f35fdd6bafc0
|
||||
uses: actions/checkout@8410ad0602e1e429cee44a835ae9f77f654a6694
|
||||
|
||||
- name: Set up JDK 8
|
||||
uses: actions/setup-java@80ae3c2885b277a440ee4931b74570716d9a0e27
|
||||
|
|
|
|||
|
|
@ -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@8eb1f6a495037164bea451156472f35fdd6bafc0
|
||||
uses: actions/checkout@8410ad0602e1e429cee44a835ae9f77f654a6694
|
||||
- name: Set up JDK 8
|
||||
if: ${{ steps.release.outputs.release_created }}
|
||||
uses: actions/setup-java@80ae3c2885b277a440ee4931b74570716d9a0e27
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@ jobs:
|
|||
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@8eb1f6a495037164bea451156472f35fdd6bafc0
|
||||
uses: actions/checkout@8410ad0602e1e429cee44a835ae9f77f654a6694
|
||||
|
||||
# Initializes the CodeQL tools for scanning.
|
||||
- name: Initialize CodeQL
|
||||
|
|
|
|||
Loading…
Reference in New Issue