File tree Expand file tree Collapse file tree 3 files changed +12
-12
lines changed
Expand file tree Collapse file tree 3 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -36,11 +36,11 @@ jobs:
3636
3737 steps :
3838 - name : Checkout repository
39- uses : actions/checkout@v3
39+ uses : actions/checkout@v4
4040
4141 # Initializes the CodeQL tools for scanning.
4242 - name : Initialize CodeQL
43- uses : github/codeql-action/init@v2
43+ uses : github/codeql-action/init@v3
4444 with :
4545 languages : ${{ matrix.language }}
4646 # If you wish to specify custom queries, you can do so here or in a config file.
5353 # Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
5454 # If this step fails, then you should remove it and run the build manually (see below)
5555 - name : Autobuild
56- uses : github/codeql-action/autobuild@v2
56+ uses : github/codeql-action/autobuild@v3
5757
5858 # ℹ️ Command-line programs to run using the OS shell.
5959 # 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
6666 # ./location_of_script_within_repo/buildscript.sh
6767
6868 - name : Perform CodeQL Analysis
69- uses : github/codeql-action/analyze@v2
69+ uses : github/codeql-action/analyze@v3
Original file line number Diff line number Diff line change @@ -13,12 +13,12 @@ jobs:
1313 fail-fast : false
1414 matrix :
1515 module-system : [cjs, esm]
16- node-version : [18, 20 ]
16+ node-version : [20, 22, 23 ]
1717 arangodb-version :
18- - arangodb/arangodb:3.11.8
19- - arangodb/enterprise:3.11.8
20- - arangodb/arangodb:3.12.0
21- - arangodb/enterprise:3.12.0
18+ - arangodb/arangodb:3.11.12
19+ - arangodb/enterprise:3.11.12
20+ - arangodb/arangodb:3.12.3
21+ - arangodb/enterprise:3.12.3
2222 - arangodb/arangodb-test:devel-nightly
2323 - arangodb/enterprise-test:devel-nightly
2424
4949 strategy :
5050 matrix :
5151 arangodb-version :
52- - arangodb/arangodb:3.11.8
53- - arangodb/arangodb:3.12.0
52+ - arangodb/arangodb:3.11.12
53+ - arangodb/arangodb:3.12.3
5454 - arangodb/arangodb-test:devel-nightly
5555
5656 container :
Original file line number Diff line number Diff line change 44 "name" : " arangojs" ,
55 "version" : " 10.0.0" ,
66 "engines" : {
7- "node" : " >=18 "
7+ "node" : " >=20 "
88 },
99 "license" : " Apache-2.0" ,
1010 "description" : " The official ArangoDB JavaScript driver." ,
You can’t perform that action at this time.
0 commit comments