diff options
Diffstat (limited to '.github/workflows/coverity.yml')
-rw-r--r-- | .github/workflows/coverity.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/coverity.yml b/.github/workflows/coverity.yml index 112678f..8d0ad11 100644 --- a/.github/workflows/coverity.yml +++ b/.github/workflows/coverity.yml | |||
@@ -13,7 +13,7 @@ concurrency: | |||
13 | jobs: | 13 | jobs: |
14 | scan: | 14 | scan: |
15 | name: "Scan" | 15 | name: "Scan" |
16 | runs-on: "ubuntu-latest" | 16 | runs-on: "ubuntu-24.04" |
17 | if: github.repository_owner == 'libressl' # Prevent running on forks | 17 | if: github.repository_owner == 'libressl' # Prevent running on forks |
18 | permissions: | 18 | permissions: |
19 | contents: read | 19 | contents: read |