Skip to content

build(deps): bump org.apache.commons:commons-exec from 1.5.0 to 1.6.0 #1268

build(deps): bump org.apache.commons:commons-exec from 1.5.0 to 1.6.0

build(deps): bump org.apache.commons:commons-exec from 1.5.0 to 1.6.0 #1268

name: Coverity Scan Report
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Set up JDK 17
uses: actions/setup-java@v5
with:
java-version: 17
distribution: 'zulu'
- name: Cache Maven packages
uses: actions/cache@v5
with:
path: ~/.m2
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
restore-keys: ${{ runner.os }}-m2
- uses: vapier/[email protected]
with:
project: 'jiangxincode/ApkToolBoxGUI'
token: ${{ secrets.COVERITY_SCAN_TOKEN }}
email: '[email protected]'
build_language: 'java'
build_platform: 'linux64'
command: 'mvn -DskipTests=true compile'
- name: Print build-log.txt
run: |
# https://scan.coverity.com/download/
# https://dev.sig-docs.synopsys.com/polaris/topics/r_coverity-compatible-platforms_2022.3.html
# https://github.com/vapier/coverity-scan-action/issues/4
cat /home/runner/work/ApkToolBoxGUI/ApkToolBoxGUI/cov-int/build-log.txt