Skip to content

Commit

Permalink
Run codeql on self hosted org runners.
Browse files Browse the repository at this point in the history
  • Loading branch information
rkachowski committed Oct 18, 2023
1 parent 09a4951 commit 091690a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ on:
jobs:
analyze:
name: Analyze
runs-on: [self-hosted, blockscout]
runs-on: ['self-hosted', 'org', '8-cpu']
permissions:
actions: read
contents: read
Expand Down

0 comments on commit 091690a

Please sign in to comment.