Skip to content

Commit

Permalink
Bump actions
Browse files Browse the repository at this point in the history
  • Loading branch information
pluma4345 committed Jan 6, 2025
1 parent 465bbf9 commit 2673b31
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
uses: github/codeql-action/init@v3
with:
languages: ${{ matrix.language }}
# If you wish to specify custom queries, you can do so here or in a config file.
Expand All @@ -53,7 +53,7 @@ jobs:
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
# If this step fails, then you should remove it and run the build manually (see below)
- name: Autobuild
uses: github/codeql-action/autobuild@v2
uses: github/codeql-action/autobuild@v3

# ℹ️ Command-line programs to run using the OS shell.
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
Expand All @@ -66,4 +66,4 @@ jobs:
# ./location_of_script_within_repo/buildscript.sh

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2
uses: github/codeql-action/analyze@v3
14 changes: 7 additions & 7 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ jobs:
fail-fast: false
matrix:
module-system: [cjs, esm]
node-version: [18, 20]
node-version: [20, 22, 23]
arangodb-version:
- arangodb/arangodb:3.11.8
- arangodb/enterprise:3.11.8
- arangodb/arangodb:3.12.0
- arangodb/enterprise:3.12.0
- arangodb/arangodb:3.11.12
- arangodb/enterprise:3.11.12
- arangodb/arangodb:3.12.3
- arangodb/enterprise:3.12.3
- arangodb/arangodb-test:devel-nightly
- arangodb/enterprise-test:devel-nightly

Expand Down Expand Up @@ -49,8 +49,8 @@ jobs:
strategy:
matrix:
arangodb-version:
- arangodb/arangodb:3.11.8
- arangodb/arangodb:3.12.0
- arangodb/arangodb:3.11.12
- arangodb/arangodb:3.12.3
- arangodb/arangodb-test:devel-nightly

container:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"name": "arangojs",
"version": "10.0.0",
"engines": {
"node": ">=18"
"node": ">=20"
},
"license": "Apache-2.0",
"description": "The official ArangoDB JavaScript driver.",
Expand Down

0 comments on commit 2673b31

Please sign in to comment.