| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent cd71898 commit cfc91c3
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -10,27 +10,27 @@ jobs: | |||
| 10 | 10 | tests: | |
| 11 | 11 | runs-on: ubuntu-latest | |
| 12 | 12 | steps: | |
| 13 | - - uses: actions/checkout@v5 | ||
| 14 | - - uses: actions/setup-node@v4 | ||
| 13 | + - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1 | ||
| 14 | + - uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0 | ||
| 15 | 15 | with: | |
| 16 | 16 | node-version-file: '.nvmrc' | |
| 17 | 17 | - run: make validate.ci | |
| 18 | 18 | - name: Archive code coverage results | |
| 19 | - uses: actions/upload-artifact@v4 | ||
| 19 | + uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 | ||
| 20 | 20 | with: | |
| 21 | 21 | name: code-coverage-report | |
| 22 | 22 | path: coverage/*.* | |
| 23 | 23 | coverage: | |
| 24 | 24 | runs-on: ubuntu-latest | |
| 25 | 25 | needs: tests | |
| 26 | 26 | steps: | |
| 27 | - - uses: actions/checkout@v5 | ||
| 27 | + - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1 | ||
| 28 | 28 | - name: Download code coverage results | |
| 29 | - uses: actions/download-artifact@v5 | ||
| 29 | + uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0 | ||
| 30 | 30 | with: | |
| 31 | 31 | pattern: code-coverage-report | |
| 32 | 32 | - name: Upload coverage | |
| 33 | - uses: codecov/codecov-action@v5 | ||
| 33 | + uses: codecov/codecov-action@75cd11691c0faa626561e295848008c8a7dddffe # v5.5.4 | ||
| 34 | 34 | with: | |
| 35 | 35 | fail_ci_if_error: true | |
| 36 | 36 | token: ${{ secrets.CODECOV_TOKEN }} | |
| Back | FazBrowse Home | New Git URL |
0 commit comments