File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020 runs-on : ubuntu-latest
2121 steps :
2222 - name : Checkout repository
23- uses : actions/checkout@v3
23+ uses : actions/checkout@v4
2424 - name : Set up Java
25- uses : actions/setup-java@v3
25+ uses : actions/setup-java@v4
2626 with :
2727 distribution : " temurin"
2828 java-version : " 17"
Original file line number Diff line number Diff line change @@ -68,17 +68,17 @@ runs:
6868 if [ -n "$LW_ACCOUNT_NAME" ]; then
6969 echo "LW_ACCOUNT=$LW_ACCOUNT_NAME" >> $GITHUB_ENV
7070 fi
71- - uses : actions/setup-node@v4
71+ - uses : actions/setup-node@v6
7272 with :
73- node-version : 18
73+ node-version : 24
7474 - shell : bash
7575 run : |
7676 rm -rf ../lacework-code-security
7777 cp -r "${{ github.action_path }}" ../lacework-code-security
7878 cd ../lacework-code-security
7979 HUSKY=0 npm install
8080 npm run compile
81- yq -i -o yaml 'del(.runs.steps) | del(.outputs) | .runs.using="node16 " | .runs.main="dist/src/index.js"' action.yaml
81+ yq -i -o yaml 'del(.runs.steps) | del(.outputs) | .runs.using="node24 " | .runs.main="dist/src/index.js"' action.yaml
8282 - id : run-analysis
8383 uses : ' ./../lacework-code-security'
8484 with :
You can’t perform that action at this time.
0 commit comments