Skip to content

Commit b439e5e

Browse files
Update actions/checkout digest to 8ade135
1 parent 9273d5b commit b439e5e

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
@@ -31,7 +31,7 @@ jobs:
3131
name: Test JDK ${{ matrix.java }}, ${{ matrix.os }}
3232

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

.github/workflows/coveralls.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
if: github.repository_owner == 'mybatis'
2424
runs-on: ubuntu-latest
2525
steps:
26-
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
26+
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
2727
- name: Set up JDK
2828
uses: actions/setup-java@v3
2929
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)