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@v4
41+ uses : actions/checkout@v6
4242
4343 # Initializes the CodeQL tools for scanning.
4444 - name : Initialize CodeQL
45- uses : github/codeql-action/init@v3
45+ uses : github/codeql-action/init@v4
4646 with :
4747 languages : ${{ matrix.language }}
4848 # If you wish to specify custom queries, you can do so here or in a config file.
5151 # queries: ./path/to/local/query, your-org/your-repo/queries@main
5252
5353 - name : Perform CodeQL Analysis
54- uses : github/codeql-action/analyze@v3
54+ uses : github/codeql-action/analyze@v4
Original file line number Diff line number Diff line change @@ -13,12 +13,12 @@ jobs:
1313 runs-on : ubuntu-latest
1414 steps :
1515 - name : Checkout repository
16- uses : actions/checkout@v4
16+ uses : actions/checkout@v6
1717 with :
1818 fetch-depth : 0
1919
2020 - name : Setup go
21- uses : actions/setup-go@v5
21+ uses : actions/setup-go@v6
2222 with :
2323 go-version-file : go.mod
2424 check-latest : true
Original file line number Diff line number Diff line change @@ -16,17 +16,17 @@ jobs:
1616 GOPROXY : https://proxy.golang.org
1717 steps :
1818 - name : Set up Go ${{ matrix.go }}
19- uses : actions/setup-go@v5
19+ uses : actions/setup-go@v6
2020 with :
2121 go-version : ${{ matrix.go }}
2222
2323 - name : Checkout Code
24- uses : actions/checkout@v4
24+ uses : actions/checkout@v6
2525 with :
2626 ref : ${{ github.ref }}
2727
2828 - name : golangci-lint
29- uses : golangci/golangci-lint-action@v8
29+ uses : golangci/golangci-lint-action@v9
3030 with :
3131 version : v2.1
3232 args : --verbose
Original file line number Diff line number Diff line change @@ -39,12 +39,12 @@ jobs:
3939 - uses : niden/actions-memcached@v7
4040
4141 - name : Set up Go ${{ matrix.go }}
42- uses : actions/setup-go@v5
42+ uses : actions/setup-go@v6
4343 with :
4444 go-version : ${{ matrix.go }}
4545
4646 - name : Checkout Code
47- uses : actions/checkout@v4
47+ uses : actions/checkout@v6
4848 with :
4949 ref : ${{ github.ref }}
5050
5858 vulnerability-scanning :
5959 runs-on : ubuntu-latest
6060 steps :
61- - uses : actions/checkout@v4
61+ - uses : actions/checkout@v6
6262 with :
6363 fetch-depth : 0
6464
Original file line number Diff line number Diff line change 2222 runs-on : ubuntu-latest
2323 steps :
2424 - name : Checkout code
25- uses : actions/checkout@v5
25+ uses : actions/checkout@v6
2626 with :
2727 fetch-depth : 0
2828
You can’t perform that action at this time.
0 commit comments