We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 865904a commit 2399c97Copy full SHA for 2399c97
.github/workflows/ci.yml
@@ -26,12 +26,12 @@ jobs:
26
- name: Checkout
27
uses: actions/checkout@v2
28
- name: Checkmarx AST CLI Action
29
- uses: checkmarxDev/ast-github-action@master
+ uses: checkmarxDev/ast-github-action@main
30
with:
31
project_name: ast-cli-javascript-wrapper
32
branch: master
33
base_uri: ${{ secrets.BASE_URI }}
34
cx_tenant: ${{ secrets.TENANT }}
35
cx_client_id: ${{ secrets.CLIENT_ID }}
36
cx_client_secret: ${{ secrets.CLIENT_SECRET }}
37
- additional_params: --tags galactica-team
+ additional_params: --tags galactica-team
0 commit comments