File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1818 fail-fast : false
1919 matrix :
2020 os :
21- - macos-12
22- - ubuntu-22.04
21+ - macos-latest
22+ - ubuntu-latest
2323 runs-on : ${{ matrix.os }}
2424 steps :
2525 - name : Checkout repository
Original file line number Diff line number Diff line change 11{
22 "editor.codeActionsOnSave" : {
3- "source.fixAll.eslint" : true
3+ "source.fixAll.eslint" : " explicit "
44 },
55 "eslint.validate" : [" typescript" ],
66 "files.insertFinalNewline" : true ,
Original file line number Diff line number Diff line change 6363 echo "Lacework context ID: $LACEWORK_CONTEXT_ID"
6464 echo "LACEWORK_CONTEXT_ID=$(echo $LACEWORK_CONTEXT_ID)" >> $GITHUB_ENV
6565 echo "LACEWORK_ACTION_REF=$(echo $LACEWORK_ACTION_REF)" >> $GITHUB_ENV
66- SCA_VERSION=0.1.17
66+ SCA_VERSION=0.1.18
6767 curl https://raw.githubusercontent.com/lacework/go-sdk/main/cli/install.sh | bash
6868 KEY="$(date +'%Y-%m-%d')"
6969 KEY="$KEY-$RUNNER_OS-$RUNNER_ARCH"
You can’t perform that action at this time.
0 commit comments