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 23
23
run : echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
24
24
25
25
- name : Restore pnpm cache
26
- uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
26
+ uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4
27
27
with :
28
28
path : |
29
29
${{ env.STORE_PATH }}
Original file line number Diff line number Diff line change @@ -10,15 +10,15 @@ jobs:
10
10
name : Setup and Install
11
11
runs-on : ubuntu-latest
12
12
steps :
13
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
13
+ - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
14
14
- name : Setup pnpm
15
15
uses : ./.github/actions/setup-pnpm
16
16
17
17
quality :
18
18
name : Code Quality
19
19
runs-on : ubuntu-latest
20
20
steps :
21
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
21
+ - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
22
22
- uses : biomejs/setup-biome@454fa0d884737805f48d7dc236c1761a0ac3cc13 # v2
23
23
with :
24
24
version : latest
29
29
needs : setup
30
30
runs-on : ubuntu-latest
31
31
steps :
32
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
32
+ - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
33
33
- uses : ./.github/actions/setup-pnpm
34
34
- run : pnpm build
35
35
38
38
needs : setup
39
39
runs-on : ubuntu-latest
40
40
steps :
41
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
41
+ - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
42
42
- uses : ./.github/actions/setup-pnpm
43
43
- run : pnpm test
44
44
50
50
contents : read
51
51
packages : write
52
52
steps :
53
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
53
+ - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
54
54
with :
55
55
fetch-depth : 0 # Fetch all history for proper versioning
56
56
# Set up Docker Buildx
98
98
runs-on : ubuntu-latest
99
99
if : always() # Run even if previous jobs fail
100
100
steps :
101
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
101
+ - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
102
102
103
103
- name : Generate CI Summary
104
104
run : |
Original file line number Diff line number Diff line change 23
23
"express-rate-limit" : " 8.0.1" ,
24
24
"helmet" : " 8.1.0" ,
25
25
"http-status-codes" : " 2.3.0" ,
26
- "pino" : " 9.7 .0" ,
26
+ "pino" : " 9.9 .0" ,
27
27
"pino-http" : " 10.5.0" ,
28
28
"swagger-ui-express" : " 5.0.1" ,
29
29
"zod" : " 3.25.76"
38
38
"pino-pretty" : " 13.1.1" ,
39
39
"supertest" : " 7.1.4" ,
40
40
"tsup" : " 8.5.0" ,
41
- "tsx" : " 4.20.3 " ,
41
+ "tsx" : " 4.20.4 " ,
42
42
"typescript" : " 5.9.2" ,
43
43
"vite-tsconfig-paths" : " 5.1.4" ,
44
44
"vitest" : " 3.2.4"
You can’t perform that action at this time.
0 commit comments