Skip to content

Commit 02d9cb9

Browse files
chore(deps): update actions/checkout digest to 1f9a0c2 (#154)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 727e013 commit 02d9cb9

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-latest
2121

2222
steps:
23-
- uses: actions/checkout@8230315d06ad95c617244d2f265d237a1682d445
23+
- uses: actions/checkout@bf085276cecdb0cc76fbbe0687a5a0e786646936
2424
- name: Set up JDK 8
2525
uses: actions/setup-java@3617c43588448d532250f5c331dffcca90e398f1
2626
with:

.github/workflows/pullrequest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
steps:
1818
- name: Check out the code
19-
uses: actions/checkout@8230315d06ad95c617244d2f265d237a1682d445
19+
uses: actions/checkout@bf085276cecdb0cc76fbbe0687a5a0e786646936
2020

2121
- name: Set up JDK 8
2222
uses: actions/setup-java@3617c43588448d532250f5c331dffcca90e398f1

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
# These steps are only run if this was a merged release-please PR
3030
- name: checkout
3131
if: ${{ steps.release.outputs.releases_created }}
32-
uses: actions/checkout@8230315d06ad95c617244d2f265d237a1682d445
32+
uses: actions/checkout@bf085276cecdb0cc76fbbe0687a5a0e786646936
3333
- name: Set up JDK 8
3434
if: ${{ steps.release.outputs.releases_created }}
3535
uses: actions/setup-java@3617c43588448d532250f5c331dffcca90e398f1

.github/workflows/static-code-scanning.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
steps:
3131
- name: Checkout repository
32-
uses: actions/checkout@8230315d06ad95c617244d2f265d237a1682d445
32+
uses: actions/checkout@bf085276cecdb0cc76fbbe0687a5a0e786646936
3333

3434
# Initializes the CodeQL tools for scanning.
3535
- name: Initialize CodeQL

0 commit comments

Comments
 (0)