We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e44a0d7 commit f58bb06Copy full SHA for f58bb06
.github/workflows/security.yaml
@@ -23,7 +23,7 @@ concurrency:
23
24
jobs:
25
codeql:
26
- runs-on: ${{ github.repository_owner == 'coder' && 'buildjet-8vcpu-ubuntu-2204' || 'ubuntu-latest' }}
+ runs-on: ${{ github.repository_owner == 'coder' && 'depot-ubuntu-22.04-8' || 'ubuntu-latest' }}
27
steps:
28
- name: Checkout
29
uses: actions/checkout@v4
@@ -56,7 +56,7 @@ jobs:
56
"${{ secrets.SLACK_SECURITY_FAILURE_WEBHOOK_URL }}"
57
58
trivy:
59
60
61
62
0 commit comments