Lines Matching +full:persist +full:- +full:credentials
8 # http://www.apache.org/licenses/LICENSE-2.0
26 runs-on: ubuntu-latest
32 - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
34 persist-credentials: false
35 - uses: actions/cache@v3.2.5
38 key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
39 restore-keys: |
40 ${{ runner.os }}-maven-
41 - name: Set up JDK ${{ matrix.java }}
42 uses: actions/setup-java@v3.10.0
45 java-version: ${{ matrix.java }}
46 - name: Build with Maven
47 run: mvn -V test jacoco:report --file pom.xml --no-transfer-progress
49 - name: Upload coverage to Codecov
50 uses: codecov/codecov-action@v3