Skip to content

Commit

Permalink
Merge branch 'main' into patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
reactive-firewall authored Sep 19, 2024
2 parents 27208d4 + 666350e commit eb90bf7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
8 changes: 3 additions & 5 deletions code-scanning/appknox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,9 @@ jobs:
appknox:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 1.8
uses: actions/setup-java@v1
with:
java-version: 1.8
- name: Checkout Code
uses: actions/checkout@v2

- name: Grant execute permission for gradlew
run: chmod +x gradlew

Expand Down
4 changes: 1 addition & 3 deletions code-scanning/properties/appknox.properties.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,5 @@
"JavaScript",
"TypeScript",
"Node"
],
"labels": ["preview"]

]
}

0 comments on commit eb90bf7

Please sign in to comment.