Skip to content

Commit 2399c97

Browse files
author
Mithilesh Pawar
authored
Updated the cli github action branch to 'main'
1 parent 865904a commit 2399c97

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ jobs:
2626
- name: Checkout
2727
uses: actions/checkout@v2
2828
- name: Checkmarx AST CLI Action
29-
uses: checkmarxDev/ast-github-action@master
29+
uses: checkmarxDev/ast-github-action@main
3030
with:
3131
project_name: ast-cli-javascript-wrapper
3232
branch: master
3333
base_uri: ${{ secrets.BASE_URI }}
3434
cx_tenant: ${{ secrets.TENANT }}
3535
cx_client_id: ${{ secrets.CLIENT_ID }}
3636
cx_client_secret: ${{ secrets.CLIENT_SECRET }}
37-
additional_params: --tags galactica-team
37+
additional_params: --tags galactica-team

0 commit comments

Comments
 (0)