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:
renovate[bot] 2024-03-12 16:33:08 +00:00 committed by GitHub
parent 0d352eb128
commit f514960048
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 4 additions and 4 deletions

View File

@ -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:

View File

@ -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

View File

@ -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

View File

@ -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