Skip to content

Commit 99e71ba

Browse files
authored
Revert "GitHub Workflows security hardening" (#16512)
2 parents 01a5dd4 + 12b26a7 commit 99e71ba

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

.github/workflows/ci.yaml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,6 @@ env:
2626
# `java` (we could use the `_JAVA_OPTIONS` environment variable, but this prints
2727
# text on stderr and so can break tests which check the output of a program).
2828

29-
permissions:
30-
contents: read # to fetch code (actions/checkout)
31-
3229
jobs:
3330
test_non_bootstrapped:
3431
runs-on: [self-hosted, Linux]
@@ -530,9 +527,6 @@ jobs:
530527
./project/scripts/sbtPublish ";project scala3-bootstrapped ;publishSigned ;sonatypeBundleRelease"
531528
532529
nightly_documentation:
533-
permissions:
534-
contents: write # to push pages branch (peaceiris/actions-gh-pages)
535-
536530
runs-on: [self-hosted, Linux]
537531
container:
538532
image: lampepfl/dotty:2021-03-22
@@ -711,10 +705,6 @@ jobs:
711705

712706

713707
open_issue_on_failure:
714-
permissions:
715-
contents: read # to fetch code (actions/checkout)
716-
issues: write # to create new issues (jasonetco/create-an-issue)
717-
718708
runs-on: [self-hosted, Linux]
719709
container:
720710
image: lampepfl/dotty:2021-03-22

.github/workflows/dependency-graph.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ on:
33
push:
44
branches:
55
- main # default branch of the project
6-
permissions:
7-
contents: read # to fetch code (actions/checkout)
86
jobs:
97
dependency-graph:
108
name: Update Dependency Graph

0 commit comments

Comments
 (0)