chore: Update govulncheck timeout (#14960)

This commit is contained in:
Joshua Powers 2024-03-11 11:19:57 -06:00 committed by GitHub
parent e8efe4e7b7
commit 1ce5318ee3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ on:
jobs: jobs:
analyze: analyze:
runs-on: ubuntu-latest runs-on: ubuntu-latest
timeout-minutes: 30 timeout-minutes: 45
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: Scan for Vulnerabilities in Code - name: Scan for Vulnerabilities in Code