File tree Expand file tree Collapse file tree 6 files changed +20
-43
lines changed Expand file tree Collapse file tree 6 files changed +20
-43
lines changed Original file line number Diff line number Diff line change 88 name : Bump version
99 runs-on : ubuntu-latest
1010 steps :
11- - uses : actions/checkout@v3
11+ - uses : actions/checkout@master
1212 with :
1313 fetch-depth : 0
14- - uses : anothrNick/github-tag-action@1.39.0
14+ - uses : anothrNick/github-tag-action@master
1515 env :
1616 GITHUB_TOKEN : ${{ secrets.GH_TOKEN }}
1717 WITH_V : true
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@v6
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@v5
23+ - uses : actions/checkout@master
24+ - uses : actions/setup-go@main
2525 with :
26- go-version : ^1.22
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/sshutils
22
3- go 1.22
3+ go 1.23
44
5- require golang.org/x/crypto v0.25 .0
5+ require golang.org/x/crypto v0.32 .0
66
7- require golang.org/x/sys v0.22 .0 // indirect
7+ require golang.org/x/sys v0.29 .0 // indirect
Original file line number Diff line number Diff line change 1- golang.org/x/crypto v0.25 .0 h1:ypSNr+bnYL2YhwoMt2zPxHFmbAN1KZs/njMG3hxUp30 =
2- golang.org/x/crypto v0.25 .0 /go.mod h1:T+wALwcMOSE0kXgUAnPAHqTLW+XHgcELELW8VaDgm/M =
3- golang.org/x/sys v0.22 .0 h1:RI27ohtqKCnwULzJLqkv897zojh5/DwS/ENaMzUOaWI =
4- golang.org/x/sys v0.22 .0 /go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA =
5- golang.org/x/term v0.22 .0 h1:BbsgPEJULsl2fV/AT3v15Mjva5yXKQDyKf+TbDz7QJk =
6- golang.org/x/term v0.22 .0 /go.mod h1:F3qCibpT5AMpCRfhfT53vVJwhLtIVHhB9XDjfFvnMI4 =
1+ golang.org/x/crypto v0.32 .0 h1:euUpcYgM8WcP71gNpTqQCn6rC2t6ULUPiOzfWaXVVfc =
2+ golang.org/x/crypto v0.32 .0 /go.mod h1:ZnnJkOaASj8g0AjIduWNlq2NRxL0PlBrbKVyZ6V/Ugc =
3+ golang.org/x/sys v0.29 .0 h1:TPYlXGxvx1MGTn2GiZDhnjPA9wZzZeGKHHmKhHYvgaU =
4+ golang.org/x/sys v0.29 .0 /go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA =
5+ golang.org/x/term v0.28 .0 h1:/Ts8HFuMR2E6IP/jlo7QVLZHggjKQbhu/7H0LJFr3Gg =
6+ 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