File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3535
3636 steps :
3737 - name : Checkout repository
38- uses : actions/checkout@v4
38+ uses : actions/checkout@v5
3939
4040 # Initializes the CodeQL tools for scanning.
4141 - name : Initialize CodeQL
Original file line number Diff line number Diff line change 1515
1616 steps :
1717 - name : Checkout repository
18- uses : actions/checkout@v4
18+ uses : actions/checkout@v5
1919
2020 - name : Log in to the Container registry
2121 uses : docker/login-action@ec9cdf07d570632daeb912f5b2099cb9ec1d01e6
Original file line number Diff line number Diff line change 66 test :
77 runs-on : ubuntu-latest
88 steps :
9- - uses : actions/checkout@v4
9+ - uses : actions/checkout@v5
1010 - name : Use Node.js LTS
1111 uses : actions/setup-node@v4
1212 with :
1717 lighthouse :
1818 runs-on : ubuntu-latest
1919 steps :
20- - uses : actions/checkout@v4
20+ - uses : actions/checkout@v5
2121 - name : Use Node.js LTS
2222 uses : actions/setup-node@v4
2323 with :
3232 cypress :
3333 runs-on : ubuntu-latest
3434 steps :
35- - uses : actions/checkout@v4
35+ - uses : actions/checkout@v5
3636 - name : Use Node.js LTS
3737 uses : actions/setup-node@v4
3838 with :
You can’t perform that action at this time.
0 commit comments