|
30 | 30 | steps: |
31 | 31 | - &checkout |
32 | 32 | name: Checkout source code |
33 | | - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 |
| 33 | + uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1 |
34 | 34 | - name: Generate Node.js version matrix from package.json |
35 | 35 | id: generate-matrix |
36 | 36 | run: | |
@@ -103,7 +103,7 @@ jobs: |
103 | 103 | lookup-only: true |
104 | 104 | - name: Checkout source code |
105 | 105 | if: steps.cache.outputs.cache-hit != 'true' |
106 | | - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 |
| 106 | + uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1 |
107 | 107 | - if: steps.cache.outputs.cache-hit != 'true' |
108 | 108 | name: Setup Java and Maven |
109 | 109 | |
@@ -148,7 +148,7 @@ jobs: |
148 | 148 | lookup-only: true |
149 | 149 | - name: Checkout source code |
150 | 150 | if: steps.cache.outputs.cache-hit != 'true' |
151 | | - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 |
| 151 | + uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1 |
152 | 152 | - if: steps.cache.outputs.cache-hit != 'true' |
153 | 153 | name: Setup Node |
154 | 154 | |
@@ -354,7 +354,7 @@ jobs: |
354 | 354 | lookup-only: true |
355 | 355 | - name: Checkout source code |
356 | 356 | if: steps.cache.outputs.cache-hit != 'true' |
357 | | - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 |
| 357 | + uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1 |
358 | 358 | - name: Setup tools |
359 | 359 | if: steps.cache.outputs.cache-hit != 'true' |
360 | 360 | |
@@ -393,7 +393,7 @@ jobs: |
393 | 393 | lookup-only: true |
394 | 394 | - name: Checkout source code |
395 | 395 | if: steps.cache.outputs.cache-hit != 'true' |
396 | | - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 |
| 396 | + uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1 |
397 | 397 | - name: Setup tools |
398 | 398 | if: steps.cache.outputs.cache-hit != 'true' |
399 | 399 | |
@@ -843,7 +843,7 @@ jobs: |
843 | 843 | steps: |
844 | 844 | - &checkout_with_submodules |
845 | 845 | name: Checkout source code |
846 | | - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 |
| 846 | + uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1 |
847 | 847 | with: |
848 | 848 | submodules: true |
849 | 849 | - *mise_node_only |
|
0 commit comments