git: aca7ff471acf - main - .github: Restrict permissions on cross-build jobs.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 09 Feb 2023 20:13:34 UTC
The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=aca7ff471acffb59f0f9e2cc4de6363872444fcc commit aca7ff471acffb59f0f9e2cc4de6363872444fcc Author: Alex <aleksandrosansan@gmail.com> AuthorDate: 2023-02-09 20:12:17 +0000 Commit: John Baldwin <jhb@FreeBSD.org> CommitDate: 2023-02-09 20:12:17 +0000 .github: Restrict permissions on cross-build jobs. --- .github/workflows/cross-bootstrap-tools.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/cross-bootstrap-tools.yml b/.github/workflows/cross-bootstrap-tools.yml index 85132996f826..9630470d0420 100644 --- a/.github/workflows/cross-bootstrap-tools.yml +++ b/.github/workflows/cross-bootstrap-tools.yml @@ -6,6 +6,9 @@ on: pull_request: branches: [ main ] +permissions: + contents: read + jobs: build: name: ${{ matrix.target_arch }} ${{ matrix.os }} (${{ matrix.compiler }})