Skip to content

Commit 603b280

Browse files
committed
Revoke all permissions from GHA workflows where possible
1 parent 65342df commit 603b280

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

.github/workflows/abi-cafe.yml

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ name: Abi-cafe
33
on:
44
- push
55

6+
permissions: {}
7+
68
jobs:
79
abi_cafe:
810
runs-on: ${{ matrix.os }}

.github/workflows/main.yml

+2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ defaults:
88
run:
99
shell: bash
1010

11+
permissions: {}
12+
1113
jobs:
1214
rustfmt:
1315
runs-on: ubuntu-latest

.github/workflows/rustc.yml

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ name: Various rustc tests
33
on:
44
- push
55

6+
permissions: {}
7+
68
jobs:
79
bootstrap_rustc:
810
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)