mirror of
https://github.com/Z3Prover/z3
synced 2025-04-27 10:55:50 +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
2 changed files with 6 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue