Skip to content

Commit 739fd10

Browse files
ci: fix chronograf-cypress-tests-report.yaml workflow (#6214)
1 parent a396704 commit 739fd10

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

.github/workflows/chronograf-cypress-tests-report.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,14 @@ on:
77

88
permissions:
99
contents: read
10+
actions: read
11+
checks: write
1012

1113
jobs:
1214
report:
1315
runs-on: ubuntu-latest
1416
steps:
15-
- uses: dorny/test-reporter@v1
17+
- uses: dorny/test-reporter@v3
1618
if: success() || failure()
1719
with:
1820
artifact: results

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## v1.11.3 [unreleased]
2+
3+
### Other
4+
5+
1. [#6214](https://github.com/influxdata/chronograf/pull/6214): Fix `chronograf-cypress-tests-report.yaml` workflow
6+
caused by lack of write permissions.
7+
* Add write permission to the `chronograf-cypress-tests-report.yaml` workflow.
8+
* Upgrade `dorny/test-reporter` action to v3
9+
110
## v1.11.2 [2026-05-06]
211

312
### Other

0 commit comments

Comments
 (0)