|
17 | 17 | runs-on: ubuntu-latest |
18 | 18 | steps: |
19 | 19 | - |
20 | | - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 |
| 20 | + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 |
21 | 21 | - |
22 | 22 | uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0 |
23 | 23 | with: |
|
26 | 26 | cache: true |
27 | 27 | - |
28 | 28 | name: golangci-lint |
29 | | - uses: golangci/golangci-lint-action@e7fa5ac41e1cf5b7d48e45e42232ce7ada589601 # v9.1.0 |
| 29 | + uses: golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v9.2.0 |
30 | 30 | with: |
31 | 31 | version: latest |
32 | 32 | only-new-issues: true |
|
44 | 44 |
|
45 | 45 | steps: |
46 | 46 | - |
47 | | - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 |
| 47 | + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 |
48 | 48 | - |
49 | 49 | uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0 |
50 | 50 | with: |
|
53 | 53 | cache: true |
54 | 54 | - |
55 | 55 | name: Install gotestsum |
56 | | - uses: go-openapi/gh-actions/install/gotestsum@2c8f8152814933c4cead92a51558699238ee9565 |
| 56 | + uses: go-openapi/gh-actions/install/gotestsum@ca5928fe952ce03d9e6a61a8284a508a9cc8d4f1 |
57 | 57 | - |
58 | 58 | name: Run unit tests |
59 | 59 | shell: bash |
@@ -109,7 +109,7 @@ jobs: |
109 | 109 | runs-on: ubuntu-latest |
110 | 110 | steps: |
111 | 111 | - |
112 | | - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 |
| 112 | + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 |
113 | 113 | with: |
114 | 114 | ref: ${{ github.event.pull_request.head.ref }} |
115 | 115 | repository: ${{ github.event.pull_request.head.repo.full_name }} |
@@ -153,7 +153,7 @@ jobs: |
153 | 153 | path: reports/ |
154 | 154 | - |
155 | 155 | name: Install go-junit-report |
156 | | - uses: go-openapi/gh-actions/install/go-junit-report@2c8f8152814933c4cead92a51558699238ee9565 |
| 156 | + uses: go-openapi/gh-actions/install/go-junit-report@ca5928fe952ce03d9e6a61a8284a508a9cc8d4f1 |
157 | 157 | - |
158 | 158 | name: Convert test reports to a merged JUnit XML |
159 | 159 | # NOTE: codecov test reports only support JUnit format at this moment. See https://docs.codecov.com/docs/test-analytics. |
@@ -184,7 +184,7 @@ jobs: |
184 | 184 | cache: true |
185 | 185 | - |
186 | 186 | name: Install go-ctrf-json-reporter |
187 | | - uses: go-openapi/gh-actions/install/go-ctrf-json-reporter@2c8f8152814933c4cead92a51558699238ee9565 |
| 187 | + uses: go-openapi/gh-actions/install/go-ctrf-json-reporter@ca5928fe952ce03d9e6a61a8284a508a9cc8d4f1 |
188 | 188 | - |
189 | 189 | name: Convert test reports to CTRF JSON |
190 | 190 | # description: | |
@@ -250,7 +250,7 @@ jobs: |
250 | 250 | FUZZ_MINIMIZE_TIME: 5m |
251 | 251 | steps: |
252 | 252 | - |
253 | | - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 |
| 253 | + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 |
254 | 254 | - |
255 | 255 | uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0 |
256 | 256 | with: |
|
0 commit comments