diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index 630b45e..3d80bc5 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -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: