File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,14 +11,14 @@ permissions:
1111
1212on :
1313 push :
14- branches :
15- - ' master'
16- - ' [0-9]+.[0-9]+'
17- tags :
18- - ' v*'
14+ branches :
15+ - ' master'
16+ - ' [0-9]+.[0-9]+'
17+ tags :
18+ - ' v*'
1919 pull_request :
2020 # The branches below must be a subset of the branches above
21- branches : [ "master" ]
21+ branches : ["master"]
2222 schedule :
2323 # ┌───────────── minute (0 - 59)
2424 # │ ┌───────────── hour (0 - 23)
3333
3434jobs :
3535 codeql :
36- runs-on : ' ubuntu-latest '
37- timeout-minutes : 360
36+ runs-on : ubuntu-24.04
37+ timeout-minutes : 10
3838 env :
3939 DISABLE_WARN_OUTSIDE_CONTAINER : ' 1'
4040 permissions :
4141 actions : read
4242 contents : read
4343 security-events : write
44-
44+
4545 steps :
4646 -
4747 name : Checkout
4848 uses : actions/checkout@v4
4949 with :
5050 fetch-depth : 2
51- -
52- name : Checkout HEAD on PR
53- if : ${{ github.event_name == 'pull_request' }}
54- run : |
55- git checkout HEAD^2
5651 # CodeQL 2.16.4's auto-build added support for multi-module repositories,
5752 # and is trying to be smart by searching for modules in every directory,
5853 # including vendor directories. If no module is found, it's creating one
You can’t perform that action at this time.
0 commit comments