File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
13+ - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
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@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
21+ - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
2222 - uses : biomejs/setup-biome@4c91541eaada48f67d7dbd7833600ce162b68f51 # v2
2323 with :
2424 version : latest
2929 needs : setup
3030 runs-on : ubuntu-latest
3131 steps :
32- - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
32+ - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
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@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
41+ - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
4242 - uses : ./.github/actions/setup-pnpm
4343 - run : pnpm test
4444
5050 contents : read
5151 packages : write
5252 steps :
53- - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
53+ - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
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@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
101+ - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
102102
103103 - name : Generate CI Summary
104104 run : |
You can’t perform that action at this time.
0 commit comments