File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -38,11 +38,11 @@ jobs:
3838
3939 steps :
4040 - name : Checkout repository
41- uses : actions/checkout@v3
41+ uses : actions/checkout@master
4242
4343 # Initializes the CodeQL tools for scanning.
4444 - name : Initialize CodeQL
45- uses : github/codeql-action/init@v2
45+ uses : github/codeql-action/init@main
4646 with :
4747 languages : ${{ matrix.language }}
4848 # If you wish to specify custom queries, you can do so here or in a config file.
5353 # Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
5454 # If this step fails, then you should remove it and run the build manually (see below)
5555 - name : Autobuild
56- uses : github/codeql-action/autobuild@v2
56+ uses : github/codeql-action/autobuild@main
5757
5858 # ℹ️ Command-line programs to run using the OS shell.
5959 # 📚 https://git.io/JvXDl
6767 # make release
6868
6969 - name : Perform CodeQL Analysis
70- uses : github/codeql-action/analyze@v2
70+ uses : github/codeql-action/analyze@main
Original file line number Diff line number Diff line change 88 name : Lint
99 runs-on : ubuntu-latest
1010 steps :
11- - uses : actions/checkout@v3
12- - uses : golangci/golangci-lint-action@v3
11+ - uses : actions/checkout@master
12+ - uses : golangci/golangci-lint-action@master
1313 test :
1414 name : Test
1515 strategy :
2020 - windows-latest
2121 runs-on : ${{ matrix.os }}
2222 steps :
23- - uses : actions/checkout@v3
24- - uses : actions/setup-go@v3
23+ - uses : actions/checkout@master
24+ - uses : actions/setup-go@main
2525 with :
26- go-version : ^1.19
26+ go-version : ^1.23
2727 - run : go test -race -timeout 1m
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11module github.com/jaksi/sshproxy
22
3- go 1.19
3+ go 1.23
44
55require (
6- github.com/jaksi/sshutils v0.0.17
7- golang.org/x/crypto v0.8 .0
6+ github.com/jaksi/sshutils v0.0.18
7+ golang.org/x/crypto v0.32 .0
88)
99
10- require golang.org/x/sys v0.7 .0 // indirect
10+ require golang.org/x/sys v0.29 .0 // indirect
Original file line number Diff line number Diff line change 1- github.com/jaksi/sshutils v0.0.17 h1:PzKw1+kfOEYIpRrRdESgrjp2AsrDdAwO23TrAdxohFc =
2- github.com/jaksi/sshutils v0.0.17 /go.mod h1:eMV3SxzFDsAiqrlA/jm0Ny+CaYL7vENMwMTkdpQR4T4 =
3- golang.org/x/crypto v0.8.0 h1:pd9TJtTueMTVQXzk8E2XESSMQDj/U7OUu0PqJqPXQjQ =
4- golang.org/x/crypto v0.8.0 /go.mod h1:mRqEX+O9/h5TFCrQhkgjo2yKi0yYA+9ecGkdQoHrywE =
5- golang.org/x/sys v0.7.0 h1:3jlCCIQZPdOYu1h8BkNvLz8Kgwtae2cagcG/VamtZRU =
6- golang.org/x/sys v0.7.0 /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
7- golang.org/x/term v0.7.0 h1:BEvjmm5fURWqcfbSKTdpkDXYBrUS1c0m8agp14W48vQ =
1+ github.com/jaksi/sshutils v0.0.18 h1:o4BAEbX7pgkWLyqpnsrpg87oHSC66p3LETf7JqbfW2I =
2+ github.com/jaksi/sshutils v0.0.18 /go.mod h1:mtKEtBWoEBZdOBJfHe2TUN/tsFxBcfNCe88IbnT6/QE =
3+ golang.org/x/crypto v0.32.0 h1:euUpcYgM8WcP71gNpTqQCn6rC2t6ULUPiOzfWaXVVfc =
4+ golang.org/x/crypto v0.32.0 /go.mod h1:ZnnJkOaASj8g0AjIduWNlq2NRxL0PlBrbKVyZ6V/Ugc =
5+ golang.org/x/sys v0.29.0 h1:TPYlXGxvx1MGTn2GiZDhnjPA9wZzZeGKHHmKhHYvgaU =
6+ golang.org/x/sys v0.29.0 /go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA =
7+ golang.org/x/term v0.28.0 h1:/Ts8HFuMR2E6IP/jlo7QVLZHggjKQbhu/7H0LJFr3Gg =
8+ golang.org/x/term v0.28.0 /go.mod h1:Sw/lC2IAUZ92udQNf3WodGtn4k/XoLyZoh8v/8uiwek =
You can’t perform that action at this time.
0 commit comments