File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919 runs-on : ubuntu-latest
2020 if : ${{ !contains(github.event.pull_request.labels.*.name, 'ignore-changeset') }}
2121 steps :
22- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0 .0
22+ - uses : actions/checkout@fbc6f3992d24b796d5a048ff273f7fcc4a7b6c09 # v5.1 .0
2323 with :
2424 fetch-depth : 0 # Include history so Changesets finds merge-base
2525 - name : Set up environment
Original file line number Diff line number Diff line change 1616 runs-on : ubuntu-latest
1717 steps :
1818 - name : Checkout Private Repo for Allowlist
19- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0 .0
19+ uses : actions/checkout@fbc6f3992d24b796d5a048ff273f7fcc4a7b6c09 # v5.1 .0
2020 with :
2121 repository : OpenZeppelin/cla-sigs
2222 token : ${{ secrets.CLA_SIGS_ACCESS_PAT }}
Original file line number Diff line number Diff line change 2121
2222 steps :
2323 - name : Checkout repository
24- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0 .0
24+ uses : actions/checkout@fbc6f3992d24b796d5a048ff273f7fcc4a7b6c09 # v5.1 .0
2525
2626 - name : Setup node
2727 uses : actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
Original file line number Diff line number Diff line change 2121
2222 steps :
2323 - name : Checkout repository
24- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0 .0
24+ uses : actions/checkout@fbc6f3992d24b796d5a048ff273f7fcc4a7b6c09 # v5.1 .0
2525
2626 - name : Setup node
2727 uses : actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
Original file line number Diff line number Diff line change 1515 runs-on : ubuntu-latest
1616 environment : publish
1717 steps :
18- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0 .0
18+ - uses : actions/checkout@fbc6f3992d24b796d5a048ff273f7fcc4a7b6c09 # v5.1 .0
1919 with :
2020 fetch-depth : 0 # To get all tags
2121 ref : ${{ github.ref }}
Original file line number Diff line number Diff line change 99 static-checks :
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0 .0
12+ - uses : actions/checkout@fbc6f3992d24b796d5a048ff273f7fcc4a7b6c09 # v5.1 .0
1313 - name : Set up environment
1414 uses : ./.github/actions/setup
1515 - name : Check formatting
2222 deno-check :
2323 runs-on : ubuntu-latest
2424 steps :
25- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0 .0
25+ - uses : actions/checkout@fbc6f3992d24b796d5a048ff273f7fcc4a7b6c09 # v5.1 .0
2626 - name : Set up Deno 1.46.3 (matching Netlify edge function environment)
2727 uses : denoland/setup-deno@e95548e56dfa95d4e1a28d6f422fafe75c4c26fb # v2.0.3
2828 with :
3535 cli :
3636 runs-on : ubuntu-latest
3737 steps :
38- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0 .0
38+ - uses : actions/checkout@fbc6f3992d24b796d5a048ff273f7fcc4a7b6c09 # v5.1 .0
3939 - name : Set up environment
4040 uses : ./.github/actions/setup
4141 - name : Run tests
4545 mcp :
4646 runs-on : ubuntu-latest
4747 steps :
48- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0 .0
48+ - uses : actions/checkout@fbc6f3992d24b796d5a048ff273f7fcc4a7b6c09 # v5.1 .0
4949 - name : Set up environment
5050 uses : ./.github/actions/setup
5151 - name : Build MCP Apps
5858 ui :
5959 runs-on : ubuntu-latest
6060 steps :
61- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0 .0
61+ - uses : actions/checkout@fbc6f3992d24b796d5a048ff273f7fcc4a7b6c09 # v5.1 .0
6262 - name : Set up environment
6363 uses : ./.github/actions/setup
6464 - name : Run tests
9696
9797 runs-on : ubuntu-latest
9898 steps :
99- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0 .0
99+ - uses : actions/checkout@fbc6f3992d24b796d5a048ff273f7fcc4a7b6c09 # v5.1 .0
100100 with :
101101 fetch-depth : 0
102102 - name : Set up environment
Original file line number Diff line number Diff line change 2020 pull-requests : write
2121 runs-on : ubuntu-latest
2222 steps :
23- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0 .0
23+ - uses : actions/checkout@fbc6f3992d24b796d5a048ff273f7fcc4a7b6c09 # v5.1 .0
2424 with :
2525 fetch-depth : 0 # To get all tags
2626 ref : ${{ github.ref }}
You can’t perform that action at this time.
0 commit comments