Skip to content

Commit bb8a3d6

Browse files
committed
ci: update CodeQL workflow
1 parent ebc2f96 commit bb8a3d6

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/codeql.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,19 @@ name: CodeQL
22

33
on:
44
push:
5-
branches:
5+
branches:
66
- master
77
pull_request:
88
branches:
99
- master
1010
schedule:
11-
- cron: '7 23 * * 3'
11+
- cron: '7 23 * * 4'
12+
workflow_dispatch:
1213

1314
jobs:
1415
analyze:
1516
name: Analyze
16-
runs-on: ubuntu-24.04
17+
runs-on: ubuntu-latest
1718
timeout-minutes: 60
1819
permissions:
1920
security-events: write
@@ -24,6 +25,7 @@ jobs:
2425
matrix:
2526
language:
2627
- c-cpp
28+
- actions
2729
steps:
2830
- name: Harden Runner
2931
uses: step-security/harden-runner@002fdce3c6a235733a90a27c80493a3241e56863 # v2.12.1
@@ -37,6 +39,7 @@ jobs:
3739
motd.ubuntu.com:443
3840
objects.githubusercontent.com:443
3941
packages.microsoft.com:443
42+
release-assets.githubusercontent.com:443
4043
4144
- name: Check out code
4245
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

0 commit comments

Comments
 (0)