Fix runner label capitalization (Linux/X64 not linux/x64)
This commit is contained in:
parent
facc3eecc6
commit
6d2f8af238
1 changed files with 2 additions and 2 deletions
4
.github/workflows/security.yml
vendored
4
.github/workflows/security.yml
vendored
|
|
@ -14,7 +14,7 @@ permissions:
|
|||
jobs:
|
||||
dependency-review:
|
||||
name: Dependency Review
|
||||
runs-on: [self-hosted, linux, x64, docker]
|
||||
runs-on: [self-hosted, Linux, X64, docker]
|
||||
if: github.event_name == "pull_request"
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
|
@ -25,7 +25,7 @@ jobs:
|
|||
|
||||
codeql:
|
||||
name: CodeQL
|
||||
runs-on: [self-hosted, linux, x64, docker]
|
||||
runs-on: [self-hosted, Linux, X64, docker]
|
||||
permissions:
|
||||
security-events: write
|
||||
steps:
|
||||
|
|
|
|||
Loading…
Reference in a new issue