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

Commit 69c3554

Browse files
authored
Revert "Update codeql.yml"
1 parent a0cb2a7 commit 69c3554

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: self-hosted
17+
runs-on: ubuntu-latest
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)