Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test removal of nodejs in codeql.yml
Based on [the 2nd part of issuecomment-2225729098](#905 (comment)) we removed from `.github/workflows/codeql.yml`: ``` - name: Setup node uses: actions/setup-node@v4 with: node-version: '20' ``` We will see if the action performed as expected.
- Loading branch information