File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1414 DIALECT : postgres
1515 SEQ_PORT : 54320
1616 steps :
17- - uses : actions/checkout@v5
17+ - uses : actions/checkout@v6
1818 - uses : actions/setup-node@v6
1919 with :
2020 node-version : ${{ matrix.node-version }}
3636 DIALECT : mysql
3737 SEQ_PORT : 33060
3838 steps :
39- - uses : actions/checkout@v5
39+ - uses : actions/checkout@v6
4040 - uses : actions/setup-node@v6
4141 with :
4242 node-version : ${{ matrix.node-version }}
5757 env :
5858 DIALECT : sqlite
5959 steps :
60- - uses : actions/checkout@v5
60+ - uses : actions/checkout@v6
6161 - uses : actions/setup-node@v6
6262 with :
6363 node-version : ${{ matrix.node-version }}
Original file line number Diff line number Diff line change 2020 language : [ 'javascript' ]
2121 steps :
2222 - name : Checkout repository
23- uses : actions/checkout@v4
23+ uses : actions/checkout@v6
2424 - name : Initialize CodeQL
2525 uses : github/codeql-action/init@v3
2626 with :
Original file line number Diff line number Diff line change 1515 id-token : write # to enable use of OIDC for trusted publishing and npm provenance
1616 steps :
1717 - name : Checkout
18- uses : actions/checkout@v5
18+ uses : actions/checkout@v6
1919 with :
2020 fetch-depth : 0
2121 - name : Setup Node.js
You can’t perform that action at this time.
0 commit comments