Skip to content

Commit 1aea455

Browse files
authored
Remove (hopefully) unnecessary workflow lines (open-telemetry#13241)
1 parent 3f21411 commit 1aea455

20 files changed

+0
-29
lines changed

.github/workflows/build-daily-no-build-cache.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ jobs:
3939

4040
workflow-notification:
4141
permissions:
42-
contents: read
4342
issues: write
4443
needs:
4544
- common

.github/workflows/build-daily.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ jobs:
4242

4343
workflow-notification:
4444
permissions:
45-
contents: read
4645
issues: write
4746
needs:
4847
- common

.github/workflows/codeql.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ permissions:
2626
jobs:
2727
analyze:
2828
permissions:
29-
contents: read
3029
actions: read # for github/codeql-action/init to get workflow details
3130
security-events: write # for github/codeql-action/analyze to upload SARIF results
3231
runs-on: otel-linux-latest-8-cores

.github/workflows/issue-management-feedback-label.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ permissions:
1010
jobs:
1111
issue_comment:
1212
permissions:
13-
contents: read
1413
issues: write
1514
if: >
1615
contains(github.event.issue.labels.*.name, 'needs author feedback') &&

.github/workflows/issue-management-stale-action.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ permissions:
1111
jobs:
1212
stale:
1313
permissions:
14-
contents: read
1514
issues: write # for actions/stale to close stale issues
1615
pull-requests: write # for actions/stale to close stale PRs
1716
runs-on: ubuntu-latest

.github/workflows/label.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ jobs:
88
label:
99
runs-on: ubuntu-latest
1010
permissions:
11-
contents: read
1211
pull-requests: write
1312
steps:
1413
- uses: actions/labeler@8558fd74291d67161a8a78ce36a881fa63b766a9 # v5.0.0

.github/workflows/native-tests-daily.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ jobs:
1717

1818
workflow-notification:
1919
permissions:
20-
contents: read
2120
issues: write
2221
needs:
2322
- graalvm-native-tests

.github/workflows/overhead-benchmark-daily.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ jobs:
5656

5757
workflow-notification:
5858
permissions:
59-
contents: read
6059
issues: write
6160
needs:
6261
- run-overhead-tests

.github/workflows/owasp-dependency-check-daily.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ jobs:
4444

4545
workflow-notification:
4646
permissions:
47-
contents: read
4847
issues: write
4948
needs:
5049
- analyze

.github/workflows/publish-petclinic-benchmark-image.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ jobs:
1414
publish:
1515
runs-on: ubuntu-latest
1616
permissions:
17-
contents: read
1817
packages: write
1918
steps:
2019
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

0 commit comments

Comments
 (0)