|
| 1 | +# This workflow is managed by gh actions-lock. |
1 | 2 | # SPDX-License-Identifier: MPL-2.0 |
2 | 3 | # This workflow is managed by gh actions-lock. |
3 | 4 | # This workflow is managed by gh actions-lock. |
|
27 | 28 |
|
28 | 29 | steps: |
29 | 30 | - name: Checkout repository |
30 | | - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1 |
| 31 | + uses: actions/checkout@v4.3.1 |
31 | 32 |
|
32 | 33 | - name: Check for A2ML files |
33 | 34 | id: detect |
|
40 | 41 |
|
41 | 42 | - name: Validate A2ML manifests |
42 | 43 | if: steps.detect.outputs.count > 0 |
43 | | - uses: hyperpolymath/a2ml-ecosystem/validate-action@ed83d6927e8fb21431e403dbf6d7a4af96772746 # main |
| 44 | + uses: hyperpolymath/a2ml-ecosystem/validate-action@main |
44 | 45 | with: |
45 | 46 | path: '.' |
46 | 47 | strict: 'false' |
|
71 | 72 |
|
72 | 73 | steps: |
73 | 74 | - name: Checkout repository |
74 | | - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1 |
| 75 | + uses: actions/checkout@v4.3.1 |
75 | 76 |
|
76 | 77 | - name: Check for K9 files |
77 | 78 | id: detect |
|
88 | 89 |
|
89 | 90 | - name: Validate K9 contracts |
90 | 91 | if: steps.detect.outputs.k9_count > 0 |
91 | | - uses: hyperpolymath/k9-ecosystem/validate-action@c1a34884054fabf0e9de81dbf68f4ba7874e85f1 # main |
| 92 | + uses: hyperpolymath/k9-ecosystem/validate-action@main |
92 | 93 | with: |
93 | 94 | path: '.' |
94 | 95 | strict: 'false' |
@@ -120,7 +121,7 @@ jobs: |
120 | 121 |
|
121 | 122 | steps: |
122 | 123 | - name: Checkout repository |
123 | | - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1 |
| 124 | + uses: actions/checkout@v4.3.1 |
124 | 125 |
|
125 | 126 | - name: Scan for invisible characters |
126 | 127 | id: lint |
@@ -184,7 +185,7 @@ jobs: |
184 | 185 |
|
185 | 186 | steps: |
186 | 187 | - name: Checkout repository |
187 | | - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1 |
| 188 | + uses: actions/checkout@v4.3.1 |
188 | 189 |
|
189 | 190 | - name: Check for Groove manifest |
190 | 191 | id: groove |
@@ -244,7 +245,7 @@ jobs: |
244 | 245 |
|
245 | 246 | steps: |
246 | 247 | - name: Checkout repository |
247 | | - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1 |
| 248 | + uses: actions/checkout@v4.3.1 |
248 | 249 |
|
249 | 250 | - name: Generate dogfooding scorecard |
250 | 251 | run: | |
|
0 commit comments