|
16 | 16 | - arm64 |
17 | 17 | # - armhf # TODO Enable when supported |
18 | 18 | steps: |
19 | | - - uses: actions/checkout@v4.2.2 |
| 19 | + # yamllint disable-line rule:line-length |
| 20 | + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 |
20 | 21 | with: |
21 | 22 | fetch-depth: 0 |
22 | 23 | # Relate-to: https://github.com/actions/checkout/pull/2081#2025 |
|
34 | 35 | UNIFYSDK_GIT_TAG=${{ secrets.UNIFYSDK_GIT_TAG }} |
35 | 36 | ./scripts/build-rootfs.sh |
36 | 37 | - name: Upload artifacts |
37 | | - uses: actions/upload-artifact@v4 |
| 38 | + # yamllint disable-line rule:line-length |
| 39 | + uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 |
38 | 40 | with: |
39 | 41 | # yamllint disable-line rule:line-length |
40 | 42 | name: ${{ github.event.repository.name }}-${{ steps.describe.outputs.describe }}-${{ matrix.arch }} |
|
47 | 49 | id: upload-release-asset |
48 | 50 | env: |
49 | 51 | token-defined: ${{ secrets.GH_UNIFY_ACCESS_TOKEN != '' }} |
| 52 | + # yamllint disable-line rule:line-length |
50 | 53 | if: ${{ env.token-defined == true && startsWith(github.ref, 'refs/tags/') }} |
51 | | - uses: softprops/action-gh-release@v2 |
| 54 | + # yamllint disable-line rule:line-length |
| 55 | + uses: softprops/action-gh-release@da05d552573ad5aba039eaac05058a918a7bf631 # v2.2.2 |
52 | 56 | with: |
53 | 57 | files: build/dist/* |
54 | 58 | # yamllint disable-line rule:line-length |
|
57 | 61 | - name: Upload pages artifact |
58 | 62 | id: deployment |
59 | 63 | if: startsWith(github.ref, 'refs/tags/') && matrix.arch == 'amd64' |
60 | | - uses: actions/upload-pages-artifact@v3.0.1 |
| 64 | + # yamllint disable-line rule:line-length |
| 65 | + uses: actions/upload-pages-artifact@56afc609e74202658d3ffba0e8f6dda462b719fa # v3.0.1 |
61 | 66 | with: |
62 | 67 | path: docs/ |
63 | 68 | deploy: |
|
72 | 77 | steps: |
73 | 78 | - name: Deploy to GitHub Pages |
74 | 79 | id: deployment |
75 | | - uses: actions/deploy-pages@v4 |
| 80 | + # yamllint disable-line rule:line-length |
| 81 | + uses: actions/deploy-pages@d6db90164ac5ed86f2b6aed7e0febac5b3c0c03e # v4.0.5 |
76 | 82 | if: startsWith(github.ref, 'refs/tags/') |
0 commit comments