Skip to content

Commit d01add4

Browse files
authored
Merge pull request #385 from splunk/fix-github-token-permissions
update workflow permissions
2 parents b0c78d0 + 103cd1a commit d01add4

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/ci_build_test.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ on:
1515
description: Publish token for Semgrep
1616
required: true
1717

18+
permissions:
19+
checks: write
20+
pull-requests: write
21+
1822
jobs:
1923
workflow_approval:
2024
name: Approve workflow
@@ -99,7 +103,7 @@ jobs:
99103
path: /tmp/splunk-kafka-connect*.jar
100104

101105
- name: Publish Unit Test Results
102-
uses: EnricoMi/publish-unit-test-result-action/composite@v1
106+
uses: EnricoMi/publish-unit-test-result-action@v2
103107
if: always()
104108
with:
105109
check_name: Unit Test Results

0 commit comments

Comments
 (0)