3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-06 01:24:08 +00:00

GitHub Workflows security hardening (#6353)

* build: harden wasm-release.yml permissions
Signed-off-by: Alex <aleksandrosansan@gmail.com>

* build: harden wasm.yml permissions
Signed-off-by: Alex <aleksandrosansan@gmail.com>
This commit is contained in:
Alex 2022-09-22 22:03:59 +02:00 committed by GitHub
parent a67fe054d5
commit 00cf5ed4c7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 0 deletions

View file

@ -12,6 +12,9 @@ defaults:
env:
EM_VERSION: 3.1.15
permissions:
contents: read # to fetch code (actions/checkout)
jobs:
publish:
name: Publish

View file

@ -12,6 +12,9 @@ defaults:
env:
EM_VERSION: 3.1.15
permissions:
contents: read # to fetch code (actions/checkout)
jobs:
check:
name: Check