From 150a8ac761a69674b5e401218483325fd19cd79c Mon Sep 17 00:00:00 2001 From: lacework-releng Date: Tue, 12 Nov 2024 13:33:46 +0000 Subject: [PATCH] chore: Bump version of SCA to v0.1.18 --- .github/workflows/integration-test.yml | 4 ++-- .vscode/settings.json | 2 +- action.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) 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"