chore(deps): update actions/checkout digest to 8230315 (#122)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2022-10-12 21:31:19 -07:00 committed by GitHub
parent a33030c545
commit 118fe7dec2
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@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
- uses: actions/checkout@8230315d06ad95c617244d2f265d237a1682d445
- name: Set up JDK 8
uses: actions/setup-java@3617c43588448d532250f5c331dffcca90e398f1
with:

View File

@ -16,7 +16,7 @@ jobs:
steps:
- name: Check out the code
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
uses: actions/checkout@8230315d06ad95c617244d2f265d237a1682d445
- name: Set up JDK 8
uses: actions/setup-java@3617c43588448d532250f5c331dffcca90e398f1

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@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
uses: actions/checkout@8230315d06ad95c617244d2f265d237a1682d445
- name: Set up JDK 8
if: ${{ steps.release.outputs.releases_created }}
uses: actions/setup-java@3617c43588448d532250f5c331dffcca90e398f1

View File

@ -29,7 +29,7 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
uses: actions/checkout@8230315d06ad95c617244d2f265d237a1682d445
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL