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:
parent
a67fe054d5
commit
00cf5ed4c7
3
.github/workflows/wasm-release.yml
vendored
3
.github/workflows/wasm-release.yml
vendored
|
@ -12,6 +12,9 @@ defaults:
|
|||
env:
|
||||
EM_VERSION: 3.1.15
|
||||
|
||||
permissions:
|
||||
contents: read # to fetch code (actions/checkout)
|
||||
|
||||
jobs:
|
||||
publish:
|
||||
name: Publish
|
||||
|
|
3
.github/workflows/wasm.yml
vendored
3
.github/workflows/wasm.yml
vendored
|
@ -12,6 +12,9 @@ defaults:
|
|||
env:
|
||||
EM_VERSION: 3.1.15
|
||||
|
||||
permissions:
|
||||
contents: read # to fetch code (actions/checkout)
|
||||
|
||||
jobs:
|
||||
check:
|
||||
name: Check
|
||||
|
|
Loading…
Reference in a new issue