|
31 | 31 | matrix: |
32 | 32 | java: [8, 11, 17] |
33 | 33 | steps: |
34 | | - - uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0 |
| 34 | + - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0 |
35 | 35 | with: |
36 | 36 | ref: ${{ github.event.pull_request.head.sha }} |
37 | 37 | repository: ${{ github.event.pull_request.head.repo.full_name }} |
|
48 | 48 | steps: |
49 | 49 | - name: Support longpaths |
50 | 50 | run: git config --system core.longpaths true |
51 | | - - uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0 |
| 51 | + - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0 |
52 | 52 | with: |
53 | 53 | ref: ${{ github.event.pull_request.head.sha }} |
54 | 54 | repository: ${{ github.event.pull_request.head.repo.full_name }} |
|
66 | 66 | matrix: |
67 | 67 | java: [8, 11, 17] |
68 | 68 | steps: |
69 | | - - uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0 |
| 69 | + - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0 |
70 | 70 | with: |
71 | 71 | ref: ${{ github.event.pull_request.head.sha }} |
72 | 72 | repository: ${{ github.event.pull_request.head.repo.full_name }} |
|
79 | 79 | lint: |
80 | 80 | runs-on: ubuntu-latest |
81 | 81 | steps: |
82 | | - - uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0 |
| 82 | + - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0 |
83 | 83 | with: |
84 | 84 | ref: ${{ github.event.pull_request.head.sha }} |
85 | 85 | repository: ${{ github.event.pull_request.head.repo.full_name }} |
|
94 | 94 | clirr: |
95 | 95 | runs-on: ubuntu-latest |
96 | 96 | steps: |
97 | | - - uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0 |
| 97 | + - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0 |
98 | 98 | with: |
99 | 99 | ref: ${{ github.event.pull_request.head.sha }} |
100 | 100 | repository: ${{ github.event.pull_request.head.repo.full_name }} |
@@ -211,7 +211,7 @@ jobs: |
211 | 211 | } |
212 | 212 |
|
213 | 213 | - name: Checkout code |
214 | | - uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0 |
| 214 | + uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0 |
215 | 215 | with: |
216 | 216 | ref: ${{ github.event.pull_request.head.sha }} |
217 | 217 | repository: ${{ github.event.pull_request.head.repo.full_name }} |
|
0 commit comments