|
21 | 21 | runs-on: ubuntu-latest |
22 | 22 | steps: |
23 | 23 | - name: Checkout repository |
24 | | - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 |
| 24 | + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 |
25 | 25 | - name: Check for A2ML files |
26 | 26 | id: detect |
27 | 27 | run: | |
|
60 | 60 | runs-on: ubuntu-latest |
61 | 61 | steps: |
62 | 62 | - name: Checkout repository |
63 | | - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 |
| 63 | + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 |
64 | 64 | - name: Check for K9 files |
65 | 65 | id: detect |
66 | 66 | run: | |
@@ -104,7 +104,7 @@ jobs: |
104 | 104 | runs-on: ubuntu-latest |
105 | 105 | steps: |
106 | 106 | - name: Checkout repository |
107 | | - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 |
| 107 | + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 |
108 | 108 | - name: Scan for invisible characters |
109 | 109 | id: lint |
110 | 110 | run: | |
@@ -164,7 +164,7 @@ jobs: |
164 | 164 | runs-on: ubuntu-latest |
165 | 165 | steps: |
166 | 166 | - name: Checkout repository |
167 | | - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 |
| 167 | + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 |
168 | 168 | - name: Check for Groove manifest |
169 | 169 | id: groove |
170 | 170 | run: | |
@@ -220,7 +220,7 @@ jobs: |
220 | 220 | if: always() |
221 | 221 | steps: |
222 | 222 | - name: Checkout repository |
223 | | - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 |
| 223 | + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 |
224 | 224 | - name: Generate dogfooding scorecard |
225 | 225 | run: | |
226 | 226 | SCORE=0 |
|
0 commit comments