|
35 | 35 | matrix: |
36 | 36 | java: [8, 11, 17] |
37 | 37 | steps: |
38 | | - - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0 |
| 38 | + - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0 |
39 | 39 | with: |
40 | 40 | ref: ${{ github.event.pull_request.head.sha }} |
41 | 41 | repository: ${{ github.event.pull_request.head.repo.full_name }} |
|
52 | 52 | steps: |
53 | 53 | - name: Support longpaths |
54 | 54 | run: git config --system core.longpaths true |
55 | | - - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0 |
| 55 | + - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0 |
56 | 56 | with: |
57 | 57 | ref: ${{ github.event.pull_request.head.sha }} |
58 | 58 | repository: ${{ github.event.pull_request.head.repo.full_name }} |
|
70 | 70 | matrix: |
71 | 71 | java: [8, 11, 17] |
72 | 72 | steps: |
73 | | - - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0 |
| 73 | + - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0 |
74 | 74 | with: |
75 | 75 | ref: ${{ github.event.pull_request.head.sha }} |
76 | 76 | repository: ${{ github.event.pull_request.head.repo.full_name }} |
|
83 | 83 | lint: |
84 | 84 | runs-on: ubuntu-latest |
85 | 85 | steps: |
86 | | - - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0 |
| 86 | + - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0 |
87 | 87 | with: |
88 | 88 | ref: ${{ github.event.pull_request.head.sha }} |
89 | 89 | repository: ${{ github.event.pull_request.head.repo.full_name }} |
|
98 | 98 | clirr: |
99 | 99 | runs-on: ubuntu-latest |
100 | 100 | steps: |
101 | | - - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0 |
| 101 | + - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0 |
102 | 102 | with: |
103 | 103 | ref: ${{ github.event.pull_request.head.sha }} |
104 | 104 | repository: ${{ github.event.pull_request.head.repo.full_name }} |
@@ -215,7 +215,7 @@ jobs: |
215 | 215 | } |
216 | 216 |
|
217 | 217 | - name: Checkout code |
218 | | - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0 |
| 218 | + uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0 |
219 | 219 | with: |
220 | 220 | ref: ${{ github.event.pull_request.head.sha }} |
221 | 221 | repository: ${{ github.event.pull_request.head.repo.full_name }} |
|
0 commit comments