File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2323
2424 steps :
2525 - name : Set up Go
26- uses : actions/setup-go@v2
26+ uses : actions/setup-go@v3
2727 with :
2828 go-version : ${{ matrix.go }}
2929 id : go
5959
6060 steps :
6161 - name : Set up Go
62- uses : actions/setup-go@v2
62+ uses : actions/setup-go@v3
6363 with :
6464 go-version : ' 1.17.x'
6565 id : go
Original file line number Diff line number Diff line change 66 pull_request :
77 branches : [master]
88 schedule :
9- - cron : ' 0 17 * * 1,3,5'
9+ - cron : ' 0 3 * * */2'
10+
11+ permissions :
12+ security-events : write
13+ actions : read
14+ contents : read
1015
1116jobs :
1217 analyse :
@@ -15,13 +20,10 @@ jobs:
1520
1621 steps :
1722 - name : Checkout repository
18- uses : actions/checkout@v2
23+ uses : actions/checkout@v3
1924 with :
2025 fetch-depth : 2
2126
22- - run : git checkout HEAD^2
23- if : ${{ github.event_name == 'pull_request' }}
24-
2527 - name : Initialize CodeQL
2628 uses : github/codeql-action/init@v1
2729 with :
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module github.com/essentialkaos/sslcli
33go 1.17
44
55require (
6- github.com/essentialkaos/ek/v12 v12.42.1
6+ github.com/essentialkaos/ek/v12 v12.43.0
77 github.com/essentialkaos/sslscan/v13 v13.1.1
88)
99
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ github.com/andybalholm/brotli v1.0.4/go.mod h1:fO7iG3H7G2nSZ7m0zPUDn85XEX2GTukHG
33github.com/creack/pty v1.1.9 /go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E =
44github.com/essentialkaos/check v1.2.1 h1:avvyFy/1acUNwfxwuOLsHeCjfXtMygtbu0lVDr3nxFs =
55github.com/essentialkaos/check v1.2.1 /go.mod h1:PhxzfJWlf5L/skuyhzBLIvjMB5Xu9TIyDIsqpY5MvB8 =
6- github.com/essentialkaos/ek/v12 v12.42.1 h1:h3PPy0XNXUj1IsEid/p9IzaF0o5hZEGOBFh7XZawAyg =
7- github.com/essentialkaos/ek/v12 v12.42.1 /go.mod h1:Cv/tOZshmFg4pMJnBkg4aW/WyYhzzc41qzZIfk5RSi4 =
6+ github.com/essentialkaos/ek/v12 v12.43.0 h1:lnwrfGYQFJ3EjEF4ydW2qnshDcXCR2OnNRk0kwlFpFE =
7+ github.com/essentialkaos/ek/v12 v12.43.0 /go.mod h1:Cv/tOZshmFg4pMJnBkg4aW/WyYhzzc41qzZIfk5RSi4 =
88github.com/essentialkaos/go-linenoise/v3 v3.3.5 /go.mod h1:g4X3LhT83XT4h7xwrCLclAdMkJvS9qWBQTGNdS6y4vo =
99github.com/essentialkaos/sslscan/v13 v13.1.1 h1:ic02wruXM5IqkWJ8IvDxrdLYSrTe0EGwDQCryBxxTNU =
1010github.com/essentialkaos/sslscan/v13 v13.1.1 /go.mod h1:kKofHxVvSMXfPKXPgtTYXNxi+t9XbV7ZxldSC6oj5dE =
You can’t perform that action at this time.
0 commit comments