2323 runs-on : ubuntu-latest
2424 steps :
2525 - name : Checkout branch
26- uses : actions/checkout@v3
26+ uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
2727
2828 - name : Free up space on GitHub image
2929 run : |
@@ -35,17 +35,17 @@ jobs:
3535 sudo rm -rf "$AGENT_TOOLSDIRECTORY"
3636
3737 - name : Setup pnpm
38- uses : pnpm/action-setup@v3
38+ uses : pnpm/action-setup@a3252b78c470c02df07e9d59298aecedc3ccdd6d # v3.0.0
3939
4040 - name : Setup Node from .nvmrc
41- uses : actions/setup-node@v4
41+ uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
4242 with :
4343 node-version-file : ' .nvmrc'
4444 cache : pnpm
4545
4646 - name : Restore node_module cache
4747 id : node-cache
48- uses : actions/cache@v3
48+ uses : actions/cache@2f8e54208210a422b2efd51efaa6bd6d7ca8920f # v3.4.3
4949 with :
5050 path : |
5151 **/.turbo
7979 # it out for us.
8080 - name : Restore Playwright cache
8181 id : playwright-cache
82- uses : actions/cache@v3
82+ uses : actions/cache@2f8e54208210a422b2efd51efaa6bd6d7ca8920f # v3.4.3
8383 with :
8484 path : ~/.cache/ms-playwright
8585 key : ' ${{ runner.os }}-playwright-${{ steps.playwright-version.outputs.version }}'
@@ -121,21 +121,21 @@ jobs:
121121 runs-on : ubuntu-latest
122122 steps :
123123 - name : Checkout branch
124- uses : actions/checkout@v3
124+ uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
125125 with :
126126 fetch-depth : 0 # Chromatic git history to track changes
127127
128128 - name : Setup pnpm
129- uses : pnpm/action-setup@v3
129+ uses : pnpm/action-setup@a3252b78c470c02df07e9d59298aecedc3ccdd6d # v3.0.0
130130
131131 - name : Setup Node from .nvmrc
132- uses : actions/setup-node@v4
132+ uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
133133 with :
134134 node-version-file : ' .nvmrc'
135135 cache : pnpm
136136
137137 - name : Restore cache
138- uses : actions/cache@v3
138+ uses : actions/cache@2f8e54208210a422b2efd51efaa6bd6d7ca8920f # v3.4.3
139139 with :
140140 path : |
141141 **/.turbo
@@ -159,7 +159,7 @@ jobs:
159159 STORYBOOK_GITHUB_PR : ${{ github.event.number }}
160160
161161 - name : Run Chromatic tests
162- uses : chromaui/action@v1
162+ uses : chromaui/action@c93e0bc3a63aa176e14a75b61a31847cbfdd341c # v11.27.0
163163 with :
164164 token : ${{ secrets.GITHUB_TOKEN }}
165165 projectToken : ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
0 commit comments