We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abced1b commit 83902b4Copy full SHA for 83902b4
1 file changed
.github/workflows/analyze.yml
@@ -10,6 +10,7 @@ on:
10
permissions:
11
pull-requests: read
12
contents: read
13
+ checks: write
14
15
env:
16
BUILD_JAVA_VERSION: '21'
@@ -78,8 +79,6 @@ jobs:
78
79
WF_PRKEY: ${{ fromJson(steps.get_pr_data.outputs.data).number }}
80
WF_BRANCH: ${{ fromJson(steps.get_pr_data.outputs.data).head.ref }}
81
WF_BASE: ${{ fromJson(steps.get_pr_data.outputs.data).base.ref }}
- permissions:
82
- checks: write
83
run: |
84
cp -f base/pom.xml .
85
mvn -B \
0 commit comments