mirror of
https://github.com/github/codeql-action
synced 2026-06-12 15:03:34 +03:00
Merge branch 'main' into update-bundle/codeql-bundle-v2.17.5
This commit is contained in:
@@ -1,9 +1,12 @@
|
||||
#!/bin/bash
|
||||
set -eu
|
||||
|
||||
if [ "$1" != "update" && "$1" != "check-only" ]; then
|
||||
>&2 echo "Failed: Invalid argument. Must be 'update' or 'check-only'"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
sudo npm install --force -g npm@9.2.0
|
||||
npm install --force -g npm@9.2.0
|
||||
|
||||
# clean the npm cache to ensure we don't have any files owned by root
|
||||
sudo npm cache clean --force
|
||||
|
||||
@@ -1 +1 @@
|
||||
{ "maximumVersion": "3.13", "minimumVersion": "3.9" }
|
||||
{ "maximumVersion": "3.14", "minimumVersion": "3.9" }
|
||||
|
||||
@@ -1 +1 @@
|
||||
{"maximumVersion": "3.13", "minimumVersion": "3.9"}
|
||||
{"maximumVersion": "3.14", "minimumVersion": "3.9"}
|
||||
|
||||
Reference in New Issue
Block a user