Revoke all permissions from GHA workflows where possible
This commit is contained in:
parent
65342df8cd
commit
603b2800f7
2
.github/workflows/abi-cafe.yml
vendored
2
.github/workflows/abi-cafe.yml
vendored
@ -3,6 +3,8 @@ name: Abi-cafe
|
||||
on:
|
||||
- push
|
||||
|
||||
permissions: {}
|
||||
|
||||
jobs:
|
||||
abi_cafe:
|
||||
runs-on: ${{ matrix.os }}
|
||||
|
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -8,6 +8,8 @@ defaults:
|
||||
run:
|
||||
shell: bash
|
||||
|
||||
permissions: {}
|
||||
|
||||
jobs:
|
||||
rustfmt:
|
||||
runs-on: ubuntu-latest
|
||||
|
2
.github/workflows/rustc.yml
vendored
2
.github/workflows/rustc.yml
vendored
@ -3,6 +3,8 @@ name: Various rustc tests
|
||||
on:
|
||||
- push
|
||||
|
||||
permissions: {}
|
||||
|
||||
jobs:
|
||||
bootstrap_rustc:
|
||||
runs-on: ubuntu-latest
|
||||
|
Loading…
x
Reference in New Issue
Block a user