Skip to content

Commit

Permalink
Update CodeQL workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rickertm committed Jan 2, 2024
1 parent c8c9619 commit 3f3d2c2
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,14 @@ on:
- master
schedule:
- cron: '30 14 * * 2'
workflow_dispatch:
jobs:
analyze:
name: Analyze
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Set up PPA
run: |
sudo apt-get install -y software-properties-common
Expand All @@ -27,7 +28,7 @@ jobs:
libboost-dev
libbullet-dev
libcomedi-dev
libdc1394-22-dev
libdc1394-dev
libeigen3-dev
libfcl-dev
libnlopt-dev
Expand Down

0 comments on commit 3f3d2c2

Please sign in to comment.