Skip to content

Commit 9e6737e

Browse files
Merge pull request #202 from lacework/bump-sca-v0.1.18
chore: Bump version of SCA to v0.1.18
2 parents 568a0a7 + 150a8ac commit 9e6737e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/integration-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ jobs:
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

.vscode/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"editor.codeActionsOnSave": {
3-
"source.fixAll.eslint": true
3+
"source.fixAll.eslint": "explicit"
44
},
55
"eslint.validate": ["typescript"],
66
"files.insertFinalNewline": true,

action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ runs:
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"

0 commit comments

Comments
 (0)