Skip to content

Commit d9f246f

Browse files
authored
Merge pull request #856 from mybatis/renovate/actions-checkout-digest
Update actions/checkout digest to 8ade135
2 parents 3b84208 + d4b00fc commit d9f246f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
name: Test JDK ${{ matrix.java }}, ${{ matrix.os }}
3434

3535
steps:
36-
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
36+
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
3737
- name: Set up JDK
3838
uses: actions/setup-java@v3
3939
with:

.github/workflows/coveralls.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
if: github.repository_owner == 'mybatis'
2626
runs-on: ubuntu-latest
2727
steps:
28-
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
28+
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
2929
- name: Set up JDK
3030
uses: actions/setup-java@v3
3131
with:

.github/workflows/sonar.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
if: github.repository_owner == 'mybatis'
2727
runs-on: ubuntu-latest
2828
steps:
29-
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
29+
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
3030
with:
3131
# Disabling shallow clone is recommended for improving relevancy of reporting
3232
fetch-depth: 0

.github/workflows/sonatype.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
if: github.repository_owner == 'mybatis' && ! contains(toJSON(github.event.head_commit.message), '[maven-release-plugin]')
2727
runs-on: ubuntu-latest
2828
steps:
29-
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
29+
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
3030
- name: Set up JDK
3131
uses: actions/setup-java@v3
3232
with:

0 commit comments

Comments
 (0)