bump codeql to node 16 (#281)

* upgrade codeql

* bump codeql init

* name the unit test job

* tats feedback
This commit is contained in:
David Gamero
2023-02-22 16:05:36 -05:00
committed by GitHub
parent ecb488266d
commit dd4bbd13a5
2 changed files with 4 additions and 3 deletions
+2 -2
View File
@@ -13,7 +13,7 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
# We must fetch at least the immediate parents so that if this is
# a pull request then we can checkout the head.
@@ -21,7 +21,7 @@ jobs:
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v1
uses: github/codeql-action/init@v2
# Override language selection by uncommenting this and choosing your languages
# with:
# languages: go, javascript, csharp, python, cpp, java