Revoke all permissions from GHA workflows where possible

This commit is contained in:
bjorn3 2024-04-02 15:17:56 +00:00
parent 65342df8cd
commit 603b2800f7
3 changed files with 6 additions and 0 deletions

View File

@ -3,6 +3,8 @@ name: Abi-cafe
on:
- push
permissions: {}
jobs:
abi_cafe:
runs-on: ${{ matrix.os }}

View File

@ -8,6 +8,8 @@ defaults:
run:
shell: bash
permissions: {}
jobs:
rustfmt:
runs-on: ubuntu-latest

View File

@ -3,6 +3,8 @@ name: Various rustc tests
on:
- push
permissions: {}
jobs:
bootstrap_rustc:
runs-on: ubuntu-latest