File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2828 runs-on : ubuntu-latest
2929 timeout-minutes : 15
3030 steps :
31- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2 .2
31+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0 .2
3232 - name : Run ShellCheck
3333 uses : ludeeus/action-shellcheck@00cae500b08a931fb5698e11e79bfbd38e612a38 # v2.0.0
3434 with :
4141 runs-on : ubuntu-latest
4242 timeout-minutes : 10
4343 steps :
44- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2 .2
44+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0 .2
4545 - name : Parse every shell script with bash -n
4646 run : |
4747 failed=0
6666 runs-on : ubuntu-latest
6767 timeout-minutes : 5
6868 steps :
69- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2 .2
69+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0 .2
7070 - name : Assert step-5 advertises Vercel MCP (option 11)
7171 run : |
7272 if ! grep -q '11) Vercel' step-5/step-5-install.sh; then
Original file line number Diff line number Diff line change 2121 runs-on : ubuntu-latest
2222 timeout-minutes : 15
2323 steps :
24- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2 .2
24+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0 .2
2525 - name : Run ShellCheck at error severity
2626 uses : ludeeus/action-shellcheck@00cae500b08a931fb5698e11e79bfbd38e612a38 # v2.0.0
2727 with :
3434 runs-on : ubuntu-latest
3535 timeout-minutes : 15
3636 steps :
37- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2 .2
37+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0 .2
3838 with :
3939 fetch-depth : 0
4040 - name : Scan for hardcoded secrets
5353 runs-on : ubuntu-latest
5454 timeout-minutes : 15
5555 steps :
56- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2 .2
56+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0 .2
5757 - name : Check SKILL_URL in step-8
5858 run : |
5959 COMMIT=$(grep 'SKILL_COMMIT=' step-8/step-8-install.sh | head -1 | cut -d'"' -f2)
You can’t perform that action at this time.
0 commit comments