Update security-scan.yml (#18180)
This commit is contained in:
parent
9bf3b4c582
commit
495c503b11
|
@ -7,7 +7,7 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
scan:
|
scan:
|
||||||
runs-on:
|
runs-on:
|
||||||
labels: custom-linux-xl
|
labels: ['linux', 'large']
|
||||||
if: ${{ github.actor != 'dependabot[bot]' }}
|
if: ${{ github.actor != 'dependabot[bot]' }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
Loading…
Reference in New Issue