|
26 | 26 | cache: true |
27 | 27 | - |
28 | 28 | name: golangci-lint |
29 | | - uses: golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9 # v8.0.0 |
| 29 | + uses: golangci/golangci-lint-action@0a35821d5c230e903fcfe077583637dea1b27b47 # v9.0.0 |
30 | 30 | with: |
31 | 31 | version: latest |
32 | 32 | only-new-issues: true |
|
73 | 73 | ./... |
74 | 74 | - |
75 | 75 | name: Upload coverage artifacts |
76 | | - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 |
| 76 | + uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0 |
77 | 77 | with: |
78 | 78 | # *.coverage.* pattern is automatically detected by codecov |
79 | 79 | path: '**/*.coverage.*.out' |
|
83 | 83 | name: Upload test report artifacts |
84 | 84 | # upload report even if test fail. BTW, this is when they are valuable. |
85 | 85 | if: ${{ !cancelled() }} |
86 | | - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 |
| 86 | + uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0 |
87 | 87 | with: |
88 | 88 | path: '**/unit.report.*.json' |
89 | 89 | name: 'unit.report.${{ matrix.os }}-${{ matrix.go }}' |
@@ -117,7 +117,7 @@ jobs: |
117 | 117 | repository: ${{ github.event.pull_request.head.repo.full_name }} |
118 | 118 | - |
119 | 119 | name: Download coverage artifacts |
120 | | - uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0 |
| 120 | + uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0 |
121 | 121 | with: |
122 | 122 | run-id: "${{ github.run_id }}" |
123 | 123 | pattern: "*.coverage.*" |
@@ -153,7 +153,7 @@ jobs: |
153 | 153 | cache: true |
154 | 154 | - |
155 | 155 | name: Download test report artifacts |
156 | | - uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0 |
| 156 | + uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0 |
157 | 157 | with: |
158 | 158 | run-id: "${{ github.run_id }}" |
159 | 159 | pattern: "*.report.*" |
@@ -238,7 +238,7 @@ jobs: |
238 | 238 | # They also handle the storage of past test reports, so as to assess flaky tests. |
239 | 239 | - |
240 | 240 | name: Publish Test Summary Results |
241 | | - uses: ctrf-io/github-test-reporter@646f98cfc16c6f7a0e1f6100cabe2deb95dd2eef # v1.0.22 |
| 241 | + uses: ctrf-io/github-test-reporter@024bc4b64d997ca9da86833c6b9548c55c620e40 # v1.0.26 |
242 | 242 | with: |
243 | 243 | report-path: 'reports/ctrf_report_*.json' |
244 | 244 | use-suite-name: true |
|
0 commit comments