We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa171ae commit 6df5718Copy full SHA for 6df5718
.github/workflows/auto-sec-scan.yml
@@ -4,7 +4,7 @@ on:
4
types: [opened, synchronize, reopened]
5
jobs:
6
security_scan:
7
- runs-on: ubuntu-latest
+ runs-on: [self-hosted, linux, x64, big]
8
steps:
9
- name: Checkout code
10
uses: actions/checkout@main
0 commit comments