Skip to content

Commit b9caf6a

Browse files
committed
Merge branch 'main' into feature/AST-6696-codebashing-link
2 parents f283420 + 56727a9 commit b9caf6a

File tree

8 files changed

+6
-6
lines changed

8 files changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
integration-tests:
66
runs-on: ubuntu-latest
77
steps:
8-
- uses: actions/checkout@v2
8+
- uses: actions/checkout@v3
99
- name: Use Node.js 10
1010
uses: actions/setup-node@v3.0.0
1111
with:
@@ -25,7 +25,7 @@ jobs:
2525
runs-on: ubuntu-latest
2626
steps:
2727
- name: Checkout
28-
uses: actions/checkout@v2
28+
uses: actions/checkout@v3
2929
- name: Checkmarx AST CLI Action
3030
uses: checkmarxDev/ast-github-action@main
3131
with:

.github/workflows/manual-tag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- name: Checkout
11-
uses: actions/checkout@v2.3.4
11+
uses: actions/checkout@v3
1212
with:
1313
token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
1414
- run: |

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
release:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v2
12+
- uses: actions/checkout@v3
1313
with:
1414
fetch-depth: 0
1515
- name: Set env

.github/workflows/update-cli.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
update-checkmarx-cli:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v2
11+
- uses: actions/checkout@v3
1212
- name: Get Latest Checkmarx API version
1313
id: checkmarx-ast-cli
1414
run: |

checkmarx-ast-cli.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.0.13
1+
2.0.14
132 KB
Binary file not shown.

src/main/wrapper/resources/cx-mac

146 KB
Binary file not shown.

src/main/wrapper/resources/cx.exe

137 KB
Binary file not shown.

0 commit comments

Comments
 (0)