2626 steps :
2727 - name : Optimize CI
2828 id : check_skip
29- uses : withgraphite/graphite-ci-action@main
29+ uses : withgraphite/graphite-ci-action@9cb601a55e114099561b6d755505de377d45db40 # v0.0.9 (" main")
3030 with :
3131 graphite_token : ${{ secrets.GRAPHITE_OMTIMIZE_TOKEN }}
3232
3838 name : Build Packages
3939 steps :
4040 - name : Check out the code
41- uses : actions/checkout@v4
41+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
4242
4343 - name : Setup & Install
4444 uses : ./.github/composite-actions/install
@@ -54,13 +54,13 @@ jobs:
5454 runs-on : ubuntu-latest-8
5555 steps :
5656 - name : Check out the code
57- uses : actions/checkout@v4
57+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
5858
5959 - name : Setup & Install
6060 uses : ./.github/composite-actions/install
6161
6262 - name : Setup Biome
63- uses : biomejs/setup-biome@v2
63+ uses : biomejs/setup-biome@c016c38f26f2c4a6eb3662679143614a254263fd # v2.3.0
6464 with :
6565 version : latest
6666
@@ -74,21 +74,21 @@ jobs:
7474 runs-on : ubuntu-latest-8
7575 steps :
7676 - name : Check out the code
77- uses : actions/checkout@v4
77+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
7878
7979 - name : Setup & Install
8080 uses : ./.github/composite-actions/install
8181
8282 - name : Set up foundry
83- uses : foundry-rs/foundry-toolchain@v1
83+ uses : foundry-rs/foundry-toolchain@de808b1eea699e761c404bda44ba8f21aba30b2c # v1.3.1
8484 with :
8585 cache : false
8686 version : nightly-c4a984fbf2c48b793c8cd53af84f56009dd1070c
8787
8888 - run : pnpm test
8989
9090 - name : Code Coverage
91- uses : codecov/codecov-action@v5
91+ uses : codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574 # v5.4.0
9292 with :
9393 directory : packages/
9494 flags : packages
@@ -106,7 +106,7 @@ jobs:
106106 bundler : [vite, webpack, esbuild]
107107 steps :
108108 - name : Check out the code
109- uses : actions/checkout@v4
109+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
110110
111111 - name : Setup & Install
112112 uses : ./.github/composite-actions/install
@@ -172,13 +172,13 @@ jobs:
172172 runs-on : ubuntu-latest-8
173173 steps :
174174 - name : Check out the code
175- uses : actions/checkout@v4
175+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
176176
177177 - name : Setup & Install
178178 uses : ./.github/composite-actions/install
179179
180180 - name : Report bundle size
181- uses : andresz1/size-limit-action@master
181+ uses : andresz1/size-limit-action@94bc357df29c36c8f8d50ea497c3e225c3c95d1d # v1.8.0
182182 with :
183183 github_token : ${{ secrets.GITHUB_TOKEN }}
184184 package_manager : pnpm
0 commit comments