diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index 85a0e20c..a7d359a1 100644 --- a/.github/workflows/integration-test.yml +++ b/.github/workflows/integration-test.yml @@ -18,8 +18,8 @@ jobs: fail-fast: false matrix: os: - - macos-12 - - ubuntu-22.04 + - macos-latest + - ubuntu-latest runs-on: ${{ matrix.os }} steps: - name: Checkout repository diff --git a/.vscode/settings.json b/.vscode/settings.json index d605507e..56946d3c 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,6 +1,6 @@ { "editor.codeActionsOnSave": { - "source.fixAll.eslint": true + "source.fixAll.eslint": "explicit" }, "eslint.validate": ["typescript"], "files.insertFinalNewline": true, diff --git a/action.yaml b/action.yaml index cf74701a..ee1a2bc3 100644 --- a/action.yaml +++ b/action.yaml @@ -63,7 +63,7 @@ runs: echo "Lacework context ID: $LACEWORK_CONTEXT_ID" echo "LACEWORK_CONTEXT_ID=$(echo $LACEWORK_CONTEXT_ID)" >> $GITHUB_ENV echo "LACEWORK_ACTION_REF=$(echo $LACEWORK_ACTION_REF)" >> $GITHUB_ENV - SCA_VERSION=0.1.17 + SCA_VERSION=0.1.18 curl https://raw.githubusercontent.com/lacework/go-sdk/main/cli/install.sh | bash KEY="$(date +'%Y-%m-%d')" KEY="$KEY-$RUNNER_OS-$RUNNER_ARCH"