aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorTheo Buehler <tb@openbsd.org>2026-05-12 13:28:30 +0200
committerTheo Buehler <tb@openbsd.org>2026-05-12 13:28:30 +0200
commit50d38affab82f1ccd45203e8f129bdf0c99be029 (patch)
tree94d596e081cf949469e0e0f24149aecf20edd9e9 /.github/workflows
parent426d9e1997ca7d21cafd74747c1d2a3abd948938 (diff)
parentf4362d1a84717d94d75b0a965dc951ec6af1de17 (diff)
downloadportable-50d38affab82f1ccd45203e8f129bdf0c99be029.tar.gz
portable-50d38affab82f1ccd45203e8f129bdf0c99be029.tar.bz2
portable-50d38affab82f1ccd45203e8f129bdf0c99be029.zip
Land #1277 - Move Coverity secret to environment
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/coverity.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/coverity.yml b/.github/workflows/coverity.yml
index 09ab124..556dd43 100644
--- a/.github/workflows/coverity.yml
+++ b/.github/workflows/coverity.yml
@@ -13,6 +13,9 @@ concurrency:
13jobs: 13jobs:
14 scan: 14 scan:
15 name: "Scan" 15 name: "Scan"
16 environment:
17 name: "coverity"
18 deployment: false
16 runs-on: "ubuntu-24.04" 19 runs-on: "ubuntu-24.04"
17 if: github.repository_owner == 'libressl' # Prevent running on forks 20 if: github.repository_owner == 'libressl' # Prevent running on forks
18 permissions: 21 permissions: