We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca194d6 commit 5a0d922Copy full SHA for 5a0d922
.github/workflows/checkmarx.yaml
@@ -10,6 +10,7 @@ permissions:
10
on:
11
pull_request_target:
12
types: [opened, synchronize, reopened]
13
+ branches: [ '**' ]
14
push:
15
branches: [ 'main' ]
16
concurrency:
@@ -48,6 +49,7 @@ jobs:
48
49
- name: Checkout
50
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 #v5.0.0
51
with:
52
+ # Yes we do need to specify head explicitly here (read github article)
53
ref: ${{ github.event.pull_request.head.sha }}
54
55
- name: Install dependencies
0 commit comments