mirror of https://github.com/docker/docs.git
Merge pull request #15686 from sashashura/patch-1
GitHub Workflows security hardening
This commit is contained in:
commit
df6ebb75fc
|
@ -7,6 +7,9 @@ on:
|
||||||
- master
|
- master
|
||||||
pull_request:
|
pull_request:
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
contents: read # to fetch code (actions/checkout)
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
|
|
Loading…
Reference in New Issue