File tree 4 files changed +11
-9
lines changed
4 files changed +11
-9
lines changed Original file line number Diff line number Diff line change 23
23
24
24
steps :
25
25
- name : Set up Go
26
- uses : actions/setup-go@v2
26
+ uses : actions/setup-go@v3
27
27
with :
28
28
go-version : ${{ matrix.go }}
29
29
id : go
Original file line number Diff line number Diff line change 6
6
pull_request :
7
7
branches : [master]
8
8
schedule :
9
- - cron : ' 0 20 * * 1,3,5'
9
+ - cron : ' 0 3 * * */2'
10
+
11
+ permissions :
12
+ security-events : write
13
+ actions : read
14
+ contents : read
10
15
11
16
jobs :
12
17
analyse :
@@ -15,13 +20,10 @@ jobs:
15
20
16
21
steps :
17
22
- name : Checkout repository
18
- uses : actions/checkout@v2
23
+ uses : actions/checkout@v3
19
24
with :
20
25
fetch-depth : 2
21
26
22
- - run : git checkout HEAD^2
23
- if : ${{ github.event_name == 'pull_request' }}
24
-
25
27
- name : Initialize CodeQL
26
28
uses : github/codeql-action/init@v1
27
29
with :
Original file line number Diff line number Diff line change @@ -2,6 +2,6 @@ module github.com/essentialkaos/uc
2
2
3
3
go 1.17
4
4
5
- require github.com/essentialkaos/ek/v12 v12.42.1
5
+ require github.com/essentialkaos/ek/v12 v12.43.0
6
6
7
7
require golang.org/x/sys v0.0.0-20220319134239-a9b59b0215f8 // indirect
Original file line number Diff line number Diff line change 1
1
github.com/creack/pty v1.1.9 /go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E =
2
2
github.com/essentialkaos/check v1.2.1 h1:avvyFy/1acUNwfxwuOLsHeCjfXtMygtbu0lVDr3nxFs =
3
3
github.com/essentialkaos/check v1.2.1 /go.mod h1:PhxzfJWlf5L/skuyhzBLIvjMB5Xu9TIyDIsqpY5MvB8 =
4
- github.com/essentialkaos/ek/v12 v12.42.1 h1:h3PPy0XNXUj1IsEid/p9IzaF0o5hZEGOBFh7XZawAyg =
5
- github.com/essentialkaos/ek/v12 v12.42.1 /go.mod h1:Cv/tOZshmFg4pMJnBkg4aW/WyYhzzc41qzZIfk5RSi4 =
4
+ github.com/essentialkaos/ek/v12 v12.43.0 h1:lnwrfGYQFJ3EjEF4ydW2qnshDcXCR2OnNRk0kwlFpFE =
5
+ github.com/essentialkaos/ek/v12 v12.43.0 /go.mod h1:Cv/tOZshmFg4pMJnBkg4aW/WyYhzzc41qzZIfk5RSi4 =
6
6
github.com/essentialkaos/go-linenoise/v3 v3.3.5 /go.mod h1:g4X3LhT83XT4h7xwrCLclAdMkJvS9qWBQTGNdS6y4vo =
7
7
github.com/kr/pretty v0.1.0 /go.mod h1:dAy3ld7l9f0ibDNOQOHHMYYIIbhfbHSm3C4ZsoJORNo =
8
8
github.com/kr/pretty v0.3.0 h1:WgNl7dwNpEZ6jJ9k1snq4pZsg7DOEN8hP9Xw0Tsjwk0 =
You can’t perform that action at this time.
0 commit comments