mirror of
https://github.com/libexpat/libexpat.git
synced 2025-04-06 05:34:59 +00:00
Merge pull request #694 from joycebrum/master
Actions: Set permissions to "contents: read" to avoid permissive workflows
This commit is contained in:
commit
646ddfd85a
8 changed files with 24 additions and 0 deletions
3
.github/workflows/autotools-cmake.yml
vendored
3
.github/workflows/autotools-cmake.yml
vendored
|
@ -35,6 +35,9 @@ on:
|
|||
schedule:
|
||||
- cron: '0 2 * * 5' # Every Friday at 2am
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
jobs:
|
||||
checks:
|
||||
name: Ensure that GNU Autotools and CMake build systems agree
|
||||
|
|
3
.github/workflows/cmake-required-version.yml
vendored
3
.github/workflows/cmake-required-version.yml
vendored
|
@ -35,6 +35,9 @@ on:
|
|||
schedule:
|
||||
- cron: '0 2 * * 5' # Every Friday at 2am
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
jobs:
|
||||
checks:
|
||||
name: Ensure realistic minimum CMake version requirement
|
||||
|
|
3
.github/workflows/coverage.yml
vendored
3
.github/workflows/coverage.yml
vendored
|
@ -35,6 +35,9 @@ on:
|
|||
schedule:
|
||||
- cron: '0 2 * * 5' # Every Friday at 2am
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
jobs:
|
||||
checks:
|
||||
name: Collect test coverage
|
||||
|
|
3
.github/workflows/cppcheck.yml
vendored
3
.github/workflows/cppcheck.yml
vendored
|
@ -35,6 +35,9 @@ on:
|
|||
schedule:
|
||||
- cron: '0 2 * * 5' # Every Friday at 2am
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
jobs:
|
||||
checks:
|
||||
name: Run Cppcheck
|
||||
|
|
3
.github/workflows/expat_config_h.yml
vendored
3
.github/workflows/expat_config_h.yml
vendored
|
@ -35,6 +35,9 @@ on:
|
|||
schedule:
|
||||
- cron: '0 2 * * 5' # Every Friday at 2am
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
jobs:
|
||||
checks:
|
||||
name: Check expat_config.h.{in,cmake} for regressions
|
||||
|
|
3
.github/workflows/linux.yml
vendored
3
.github/workflows/linux.yml
vendored
|
@ -35,6 +35,9 @@ on:
|
|||
schedule:
|
||||
- cron: '0 2 * * 5' # Every Friday at 2am
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
jobs:
|
||||
checks:
|
||||
name: Perform checks
|
||||
|
|
3
.github/workflows/macos.yml
vendored
3
.github/workflows/macos.yml
vendored
|
@ -35,6 +35,9 @@ on:
|
|||
schedule:
|
||||
- cron: '0 2 * * 5' # Every Friday at 2am
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
jobs:
|
||||
checks:
|
||||
name: Perform checks
|
||||
|
|
3
.github/workflows/valid-xml.yml
vendored
3
.github/workflows/valid-xml.yml
vendored
|
@ -35,6 +35,9 @@ on:
|
|||
schedule:
|
||||
- cron: '0 2 * * 5' # Every Friday at 2am
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
jobs:
|
||||
checks:
|
||||
name: Ensure well-formed and valid XML
|
||||
|
|
Loading…
Add table
Reference in a new issue