Skip to content

Commit d7c67ff

Browse files
authored
remove stale workflow; add read permissions to GHA (#62)
* add read permissions Signed-off-by: Sally MacFarlane <macfarla.github@gmail.com> * remove stale workflow Signed-off-by: Sally MacFarlane <macfarla.github@gmail.com> --------- Signed-off-by: Sally MacFarlane <macfarla.github@gmail.com>
1 parent f811818 commit d7c67ff

File tree

5 files changed

+12
-38
lines changed

5 files changed

+12
-38
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ on:
2323
pull_request:
2424
branches: [ main ]
2525

26+
permissions:
27+
contents: read
28+
2629
jobs:
2730
assemble:
2831
timeout-minutes: 30

.github/workflows/checks.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ on:
2323
pull_request:
2424
branches: [ main ]
2525

26+
permissions:
27+
contents: read
28+
2629
jobs:
2730
checks:
2831
timeout-minutes: 30

.github/workflows/license-checks.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ on:
2121
paths:
2222
- 'dependency-versions.gradle'
2323

24+
permissions:
25+
contents: read
26+
2427
jobs:
2528
license-checks:
2629
timeout-minutes: 30

.github/workflows/mark-issues-as-stale.yml

Lines changed: 0 additions & 38 deletions
This file was deleted.

.github/workflows/test-windows.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ on:
2424
types: [opened, synchronize, reopened, labeled, unlabeled]
2525
branches: [ main ]
2626

27+
permissions:
28+
contents: read
29+
2730
jobs:
2831
test-windows:
2932
timeout-minutes: 30

0 commit comments

Comments
 (0)