Skip to content

Commit

Permalink
Update codeql-analysis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pkbhaga03 authored Dec 7, 2023
1 parent fbee132 commit 68258e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on:
jobs:
analyze:
name: Analyze
runs-on: Ubuntu22.04
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
Expand All @@ -42,7 +42,7 @@ jobs:
- if: matrix.language == 'cpp'
name: Build
run: |
src/runtime_src/tools/scripts/xrtdeps.sh
sudo src/runtime_src/tools/scripts/xrtdeps.sh
./build/build.sh -opt -verbose -driver
- name: Perform CodeQL Analysis
Expand Down

0 comments on commit 68258e4

Please sign in to comment.