mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-16 18:25:11 -06:00
Lock down GITHUB_TOKEN permissions on workflows.
This commit is contained in:
parent
f7cdc19695
commit
b11536a1d6
1
.github/workflows/ci-docker.yml
vendored
1
.github/workflows/ci-docker.yml
vendored
@ -1,5 +1,6 @@
|
||||
name: ci-tests-docker
|
||||
on: [push, pull_request]
|
||||
permissions: {}
|
||||
jobs:
|
||||
ci_tests_archlinux:
|
||||
runs-on: ubuntu-latest
|
||||
|
1
.github/workflows/ci-tests.yml
vendored
1
.github/workflows/ci-tests.yml
vendored
@ -1,5 +1,6 @@
|
||||
name: ci-tests
|
||||
on: [push, pull_request]
|
||||
permissions: {}
|
||||
jobs:
|
||||
ci_tests_ubuntu-18:
|
||||
runs-on: ubuntu-18.04
|
||||
|
1
.github/workflows/mac-tests.yaml
vendored
1
.github/workflows/mac-tests.yaml
vendored
@ -1,5 +1,6 @@
|
||||
name: mac-tests
|
||||
on: [push, pull_request]
|
||||
permissions: {}
|
||||
jobs:
|
||||
ci_tests_mac:
|
||||
runs-on: macos-10.15
|
||||
|
Loading…
Reference in New Issue
Block a user