File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -2,18 +2,19 @@ name: CodeQL
22
33on :
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
1314jobs :
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
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
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
You can’t perform that action at this time.
0 commit comments