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 f0c2c0a commit 1f4b449Copy full SHA for 1f4b449
.github/workflows/scan_vulnerabilies.yml
@@ -13,6 +13,7 @@ jobs:
13
uses: actions/checkout@v2
14
with:
15
fetch-depth: 0
16
+ ref: ${{ github.head_ref }}
17
- run: ./gradlew clean assembleTarDistribution
18
- run: ls -lha
19
- run: mkdir scan
0 commit comments