File tree 2 files changed +8
-8
lines changed
2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 4
4
name : Linting and unit tests
5
5
on :
6
6
push :
7
- branches : [ "master", "cernbox" ]
7
+ branches : [ "master" ]
8
8
pull_request :
9
- branches : [ "master", "cernbox" ]
9
+ branches : [ "master" ]
10
10
11
11
jobs :
12
12
build :
13
13
runs-on : ubuntu-latest
14
14
steps :
15
15
- name : Checkout
16
- uses : actions/checkout@v3
16
+ uses : actions/checkout@v3.1.0
17
17
18
18
- name : Set up Python 3.11
19
19
uses : actions/setup-python@v2
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: CodeQL
2
2
3
3
on :
4
4
push :
5
- branches : [ "master", "cernbox" ]
5
+ branches : [ "master" ]
6
6
pull_request :
7
7
branches : [ "master" ]
8
8
schedule :
@@ -24,18 +24,18 @@ jobs:
24
24
25
25
steps :
26
26
- name : Checkout
27
- uses : actions/checkout@v3
27
+ uses : actions/checkout@v3.1.0
28
28
29
29
- name : Initialize CodeQL
30
- uses : github/codeql-action/init@v2
30
+ uses : github/codeql-action/init@v3
31
31
with :
32
32
languages : ${{ matrix.language }}
33
33
queries : +security-and-quality
34
34
35
35
- name : Autobuild
36
- uses : github/codeql-action/autobuild@v2
36
+ uses : github/codeql-action/autobuild@v3
37
37
38
38
- name : Perform CodeQL Analysis
39
- uses : github/codeql-action/analyze@v2
39
+ uses : github/codeql-action/analyze@v3
40
40
with :
41
41
category : " /language:${{ matrix.language }}"
You can’t perform that action at this time.
0 commit comments