@@ -10,19 +10,19 @@ jobs:
1010 if : github.event.pull_request.draft == false || github.event_name != 'pull_request'
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v4
13+ - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
1414 - name : Setup pnpm
15- uses : pnpm/action-setup@v4
15+ uses : pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1.0
1616 with :
1717 run_install : false
1818 - name : Setup Node with pnpm cache
19- uses : actions/setup-node@v4
19+ uses : actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
2020 with :
2121 node-version : 22
2222 cache : " pnpm"
2323 token : ${{ secrets.GITHUB_TOKEN }}
2424 - name : Setup Go (for formatting)
25- uses : actions/setup-go@v5
25+ uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6
2626 with :
2727 go-version-file : ./go/go.mod
2828 cache-dependency-path : ./go/go.sum
@@ -33,13 +33,13 @@ jobs:
3333 - run : pnpm biome format . --write && pnpm biome check . --write
3434 env :
3535 CI : 1
36- - uses : autofix-ci/action@ff86a557419858bb967097bfc916833f5647fa8c
36+ - uses : autofix-ci/action@635ffb0c9798bd160680f18fd73371e355b85f27 # v1.3.2
3737 lint_docs :
3838 name : Docs
3939 if : github.event.pull_request.draft == false || github.event_name != 'pull_request'
4040 runs-on : ubuntu-latest
4141 steps :
42- - uses : actions/checkout@v4
42+ - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
4343 - name : Lint main docs
4444 run : npx mintlify@latest broken-links
4545 working-directory : apps/docs
0 commit comments