Skip to content
This repository was archived by the owner on Apr 8, 2025. It is now read-only.

Commit a0cb2a7

Browse files
author
Eoghan Russell
authored
Merge pull request #135 from intel/johnoloughlin-patch-2
Update codeql.yml
2 parents 1a3ad28 + fee231d commit a0cb2a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/codeql.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ permissions:
1414
jobs:
1515
analyze:
1616
name: Analyze
17-
runs-on: ubuntu-latest
17+
runs-on: self-hosted
1818
permissions:
1919
actions: read
2020
contents: read
@@ -46,4 +46,4 @@ jobs:
4646
- name: Perform CodeQL Analysis
4747
uses: github/codeql-action/analyze@46ed16ded91731b2df79a2893d3aea8e9f03b5c4 # v2.3.3
4848
with:
49-
category: "/language:${{ matrix.language }}"
49+
category: "/language:${{ matrix.language }}"

0 commit comments

Comments
 (0)