We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3b847d commit 01df839Copy full SHA for 01df839
action.yaml
@@ -76,9 +76,9 @@ runs:
76
lacework --noninteractive -a "${LW_ACCOUNT_NAME}" -k "${LW_API_KEY}" -s "${LW_API_SECRET}" version
77
env:
78
CDK_DOWNLOAD_TIMEOUT_MINUTES: 2
79
- - uses: actions/setup-node@v3
+ - uses: actions/setup-node@v4
80
with:
81
- node-version: 16
+ node-version: 18
82
- shell: bash
83
run: |
84
rm -rf ../lacework-code-security
0 commit comments