Skip to content

Commit 3f3d2c2

Browse files
committed
Update CodeQL workflow
1 parent c8c9619 commit 3f3d2c2

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/codeql.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,14 @@ on:
88
- master
99
schedule:
1010
- cron: '30 14 * * 2'
11+
workflow_dispatch:
1112
jobs:
1213
analyze:
1314
name: Analyze
14-
runs-on: ubuntu-20.04
15+
runs-on: ubuntu-22.04
1516
steps:
1617
- name: Checkout repository
17-
uses: actions/checkout@v3
18+
uses: actions/checkout@v4
1819
- name: Set up PPA
1920
run: |
2021
sudo apt-get install -y software-properties-common
@@ -27,7 +28,7 @@ jobs:
2728
libboost-dev
2829
libbullet-dev
2930
libcomedi-dev
30-
libdc1394-22-dev
31+
libdc1394-dev
3132
libeigen3-dev
3233
libfcl-dev
3334
libnlopt-dev

0 commit comments

Comments
 (0)