File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2424 runs-on : ubuntu-latest
2525 steps :
2626 - name : Checkout Main
27- uses : actions/checkout@v4
27+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
2828 - name : Setup env
2929 uses : the-guild-org/shared-config/setup@main
3030 with :
4141 - ' esm'
4242 steps :
4343 - name : Checkout
44- uses : actions/checkout@v4
44+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
4545 - name : Setup env
4646 uses : the-guild-org/shared-config/setup@main
4747 with :
5959 runs-on : ubuntu-latest
6060 steps :
6161 - name : Checkout
62- uses : actions/checkout@v4
62+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
6363 - name : Setup env
6464 uses : the-guild-org/shared-config/setup@main
6565 with :
9191 graphql_version : 16
9292 steps :
9393 - name : Checkout
94- uses : actions/checkout@v4
94+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
9595 - name : Setup env
9696 uses : the-guild-org/shared-config/setup@main
9797 with :
@@ -101,7 +101,7 @@ jobs:
101101 - name : Install Dependencies
102102 run : yarn
103103 - name : Cache Jest
104- uses : actions/cache@v4
104+ uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4
105105 with :
106106 path : .cache/jest
107107 key : ${{runner.os}}-${{matrix.node_version}}-${{matrix.graphql_version}}-jest-${{hashFiles('yarn.lock')}}
You can’t perform that action at this time.
0 commit comments