Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 Feb 2023 20:13:34 GMT
From:      John Baldwin <jhb@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: aca7ff471acf - main - .github: Restrict permissions on cross-build jobs.
Message-ID:  <202302092013.319KDYL4056253@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 }})



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202302092013.319KDYL4056253>