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
|
||||
pull_request:
|
||||
|
||||
permissions:
|
||||
contents: read # to fetch code (actions/checkout)
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-20.04
|
||||
|
|
Loading…
Reference in New Issue