Skip to content

Commit

Permalink
Merge pull request #3847 from sashashura/patch-1
Browse files Browse the repository at this point in the history
GitHub Workflows security hardening
  • Loading branch information
parrt authored Dec 2, 2022
2 parents 47415e3 + 1609ed0 commit 76fa05c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/hosted.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ on:
pull_request:
branches: [ master, dev ]

permissions:
contents: read

jobs:
cpp-builds:
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 76fa05c

Please sign in to comment.