Skip to content

Commit

Permalink
Update codeql.yml
Browse files Browse the repository at this point in the history
Update versions for code-ql and make it run on local infrastructure

Signed-off-by: Nikita Petko <petko@vmminfra.net>
  • Loading branch information
jf-06 authored Feb 23, 2024
1 parent 34ffcf7 commit 0b3030a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ on:
jobs:
codeql:
if: ${{ !contains(github.event.head_commit.message, '#!skip-analysis!#') }}
runs-on: ubuntu-latest
runs-on: grid-bot-infra
steps:
- name: Checkout repository
uses: actions/checkout@v4

- name: Initialize CodeQL
uses: github/codeql-action/init@v2
uses: github/codeql-action/init@v3
continue-on-error: true
id: init
with:
Expand All @@ -26,7 +26,7 @@ jobs:

- name: Autobuild
if: ${{ steps.init.outcome == 'success' }}
uses: github/codeql-action/autobuild@v2
uses: github/codeql-action/autobuild@v3

- name: Perform CodeQL Analysis
if: ${{ steps.init.outcome == 'success' }}
Expand Down

0 comments on commit 0b3030a

Please sign in to comment.