@@ -17,12 +17,12 @@ jobs:
1717 outputs :
1818 branch-name : ${{ steps.set-branch-name.outputs.branch-name }}
1919 steps :
20- - uses : actions/checkout@v6
21- - uses : actions/setup-node@v6
20+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
21+ - uses : actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
2222 with :
2323 node-version : ' 22.20.0'
2424 cache : ' yarn'
25- - uses : actions/cache@v5
25+ - uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
2626 id : yarn-cache
2727 with :
2828 path : |
@@ -33,15 +33,15 @@ jobs:
3333 if : steps.yarn-cache.outputs.cache-hit != 'true'
3434 - run : yarn run ci
3535 - run : yarn run docs
36- - uses : actions/upload-artifact@v7
36+ - uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
3737 with :
3838 name : storybooks
3939 path : |
4040 packages/fuselage/storybook-static
4141 packages/onboarding-ui/storybook-static
4242 packages/layout/storybook-static
4343
44- - uses : actions/upload-artifact@v7
44+ - uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
4545 with :
4646 name : docs
4747 path : |
5050 ref='${{ github.ref }}'
5151 echo "::set-output name=branch-name::$(echo "${ref:11}")"
5252 id: set-branch-name
53- - uses : actions/upload-artifact@v7
53+ - uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
5454 with :
5555 name : build
5656 path : packages/**/dist/*
@@ -61,23 +61,23 @@ jobs:
6161 needs :
6262 - build-and-test
6363 steps :
64- - uses : actions/checkout@v6
64+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
6565 with :
6666 fetch-depth : 0
67- - uses : actions/setup-node@v6
67+ - uses : actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
6868 with :
6969 node-version : ' 22.20.0'
7070 registry-url : ' https://registry.npmjs.org'
7171 scope : ' @rocket.chat'
7272 cache : ' yarn'
73- - uses : actions/cache@v5
73+ - uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
7474 id : yarn-cache
7575 with :
7676 path : |
7777 **/node_modules
7878 .yarn/cache
7979 key : ${{ runner.os }}-modules-${{ hashFiles('yarn.lock') }}
80- - uses : actions/download-artifact@v8
80+ - uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
8181 with :
8282 name : build
8383 path : packages
8686
8787 - name : Create Release Pull Request
8888 id : changesets
89- uses : changesets/action@v1
89+ uses : changesets/action@6a0a831ff30acef54f2c6aa1cbbc1096b066edaf # v1.7.0
9090 env :
9191 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
9292
9696
9797 - name : Publish to npm
9898 if : steps.changesets.outputs.hasChangesets == 'false'
99- uses : changesets/action@v1
99+ uses : changesets/action@6a0a831ff30acef54f2c6aa1cbbc1096b066edaf # v1.7.0
100100 with :
101101 publish : yarn release
102102 env :
@@ -113,15 +113,15 @@ jobs:
113113 name : github-pages
114114 url : ' https://rocketchat.github.io/fuselage/fuselage/${{ needs.build-and-test.outputs.branch-name }}'
115115 steps :
116- - uses : actions/checkout@v6
116+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
117117 with :
118118 ref : gh-pages
119- - uses : actions/download-artifact@v8
119+ - uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
120120 with :
121121 name : storybooks
122122 path : packages
123123
124- - uses : actions/download-artifact@v8
124+ - uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
125125 with :
126126 name : docs
127127 path : .
@@ -131,7 +131,7 @@ jobs:
131131 mv -v "packages/onboarding-ui/storybook-static" "onboarding-ui/${{ needs.build-and-test.outputs.branch-name }}"
132132 mv -v "packages/layout/storybook-static" "layout/${{ needs.build-and-test.outputs.branch-name }}"
133133 rm -rf packages
134- - uses : crazy-max/ghaction-github-pages@v5
134+ - uses : crazy-max/ghaction-github-pages@1d6ee9b181a81033a16bd707a1401afa978daab4 # v5.0.0
135135 with :
136136 target_branch : gh-pages
137137 build_dir : .
0 commit comments