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 2a0714c commit 34bda1aCopy full SHA for 34bda1a
3 files changed
.github/workflows/codeql-analysis.yml
@@ -46,6 +46,8 @@ jobs:
46
steps:
47
- name: Checkout repository
48
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
49
+ with:
50
+ persist-credentials: false
51
- uses: actions/cache@v3.0.10
52
with:
53
path: ~/.m2/repository
.github/workflows/coverage.yml
@@ -30,6 +30,8 @@ jobs:
30
31
32
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
33
34
35
36
37
.github/workflows/maven.yml
@@ -35,6 +35,8 @@ jobs:
38
39
40
41
42
0 commit comments