File tree 2 files changed +11
-5
lines changed
2 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 19
19
run : script/cibuild
20
20
21
21
- name : Upload gh-ost binary artifact
22
- uses : actions/upload-artifact@v1
22
+ uses : actions/upload-artifact@v4
23
23
with :
24
24
name : gh-ost
25
25
path : bin/gh-ost
Original file line number Diff line number Diff line change @@ -2,12 +2,18 @@ name: "CodeQL analysis"
2
2
3
3
on :
4
4
push :
5
+ branches : [ master ]
5
6
pull_request :
7
+ branches : [ master ]
6
8
schedule :
7
- - cron : ' 0 0 * * 0 '
9
+ - cron : ' 25 22 * * 6 '
8
10
9
11
jobs :
10
12
codeql :
13
+ permissions :
14
+ actions : read
15
+ contents : read
16
+ security-events : write
11
17
12
18
strategy :
13
19
fail-fast : false
@@ -16,10 +22,10 @@ jobs:
16
22
17
23
steps :
18
24
- name : Checkout repository
19
- uses : actions/checkout@v2
25
+ uses : actions/checkout@v4
20
26
21
27
- name : Initialize CodeQL
22
- uses : github/codeql-action/init@v2
28
+ uses : github/codeql-action/init@v3
23
29
24
30
- name : Perform CodeQL Analysis
25
- uses : github/codeql-action/analyze@v2
31
+ uses : github/codeql-action/analyze@v3
You can’t perform that action at this time.
0 commit comments