File tree Expand file tree Collapse file tree 4 files changed +42
-42
lines changed Expand file tree Collapse file tree 4 files changed +42
-42
lines changed Original file line number Diff line number Diff line change 2323 run : echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
2424
2525 - name : Restore pnpm cache
26- uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
26+ uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4
2727 with :
2828 path : |
2929 ${{ env.STORE_PATH }}
Original file line number Diff line number Diff line change @@ -10,15 +10,15 @@ jobs:
1010 name : Setup and Install
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
13+ - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
1414 - name : Setup pnpm
1515 uses : ./.github/actions/setup-pnpm
1616
1717 quality :
1818 name : Code Quality
1919 runs-on : ubuntu-latest
2020 steps :
21- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
21+ - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
2222 - uses : biomejs/setup-biome@454fa0d884737805f48d7dc236c1761a0ac3cc13 # v2
2323 with :
2424 version : latest
2929 needs : setup
3030 runs-on : ubuntu-latest
3131 steps :
32- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
32+ - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
3333 - uses : ./.github/actions/setup-pnpm
3434 - run : pnpm build
3535
3838 needs : setup
3939 runs-on : ubuntu-latest
4040 steps :
41- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
41+ - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
4242 - uses : ./.github/actions/setup-pnpm
4343 - run : pnpm test
4444
5050 contents : read
5151 packages : write
5252 steps :
53- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
53+ - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
5454 with :
5555 fetch-depth : 0 # Fetch all history for proper versioning
5656 # Set up Docker Buildx
9898 runs-on : ubuntu-latest
9999 if : always() # Run even if previous jobs fail
100100 steps :
101- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
101+ - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
102102
103103 - name : Generate CI Summary
104104 run : |
Original file line number Diff line number Diff line change 2323 "express-rate-limit" : " 8.0.1" ,
2424 "helmet" : " 8.1.0" ,
2525 "http-status-codes" : " 2.3.0" ,
26- "pino" : " 9.7 .0" ,
26+ "pino" : " 9.9 .0" ,
2727 "pino-http" : " 10.5.0" ,
2828 "swagger-ui-express" : " 5.0.1" ,
2929 "zod" : " 3.25.76"
3838 "pino-pretty" : " 13.1.1" ,
3939 "supertest" : " 7.1.4" ,
4040 "tsup" : " 8.5.0" ,
41- "tsx" : " 4.20.3 " ,
41+ "tsx" : " 4.20.4 " ,
4242 "typescript" : " 5.9.2" ,
4343 "vite-tsconfig-paths" : " 5.1.4" ,
4444 "vitest" : " 3.2.4"
You can’t perform that action at this time.
0 commit comments