File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5555
5656 # Initializes the CodeQL tools for scanning.
5757 - name : Initialize CodeQL
58- uses : github/codeql-action/init@0d579ffd059c29b07949a3cce3983f0780820c98 # v4.32.6
58+ uses : github/codeql-action/init@38697555549f1db7851b81482ff19f1fa5c4fedc # v4.34.1
5959 with :
6060 languages : ${{ matrix.language }}
6161 # If you wish to specify custom queries, you can do so here or in a config file.
6666 # Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
6767 # If this step fails, then you should remove it and run the build manually (see below)
6868 - name : Autobuild
69- uses : github/codeql-action/autobuild@0d579ffd059c29b07949a3cce3983f0780820c98 # v4.32.6
69+ uses : github/codeql-action/autobuild@38697555549f1db7851b81482ff19f1fa5c4fedc # v4.34.1
7070
7171 # ℹ️ Command-line programs to run using the OS shell.
7272 # 📚 https://git.io/JvXDl
8080 # make release
8181
8282 - name : Perform CodeQL Analysis
83- uses : github/codeql-action/analyze@0d579ffd059c29b07949a3cce3983f0780820c98 # v4.32.6
83+ uses : github/codeql-action/analyze@38697555549f1db7851b81482ff19f1fa5c4fedc # v4.34.1
Original file line number Diff line number Diff line change 3030 check-latest : true
3131
3232 - name : golangci-lint
33- uses : reviewdog/action-golangci-lint@f9bba13753278f6a73b27a56a3ffb1bfda90ed71 # v2.8 .0
33+ uses : reviewdog/action-golangci-lint@c76cceaaab89abe74e649d2e34c6c9adc26662d2 # v2.10 .0
3434 with :
3535 github_token : ${{ secrets.github_token }}
3636 golangci_lint_flags : " --config=.golangci.yml --timeout=5m"
5858 check-latest : true
5959
6060 - name : golangci-lint
61- uses : reviewdog/action-golangci-lint@f9bba13753278f6a73b27a56a3ffb1bfda90ed71 # v2.8 .0
61+ uses : reviewdog/action-golangci-lint@c76cceaaab89abe74e649d2e34c6c9adc26662d2 # v2.10 .0
6262 with :
6363 github_token : ${{ secrets.github_token }}
6464 golangci_lint_flags : " --config=.golangci.yml --timeout=5m"
Original file line number Diff line number Diff line change 3434 make test
3535
3636 - name : coverage
37- uses : codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2
37+ uses : codecov/codecov-action@1af58845a975a7985b0beb0cbe6fbbb71a41dbad # v5.5.3
3838 with :
3939 use_oidc : true
4040 files : coverage.out
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ go 1.26.1
55require (
66 github.com/coreos/go-semver v0.3.1
77 github.com/gin-gonic/gin v1.12.0
8- github.com/go-vela/server v0.28.0-rc8.0.20260320202024-242bf63e4bfe
8+ github.com/go-vela/server v0.28.0-rc9
99 github.com/golang-jwt/jwt/v5 v5.3.1
1010 github.com/google/go-cmp v0.7.0
1111 github.com/google/go-querystring v1.2.0
@@ -15,7 +15,7 @@ require (
1515
1616require (
1717 github.com/bahlo/generic-list-go v0.2.0 // indirect
18- github.com/buger/jsonparser v1.1.1 // indirect
18+ github.com/buger/jsonparser v1.1.2 // indirect
1919 github.com/bytedance/gopkg v0.1.3 // indirect
2020 github.com/bytedance/sonic v1.15.0 // indirect
2121 github.com/bytedance/sonic/loader v0.5.0 // indirect
Original file line number Diff line number Diff line change 11github.com/bahlo/generic-list-go v0.2.0 h1:5sz/EEAK+ls5wF+NeqDpk5+iNdMDXrh3z3nPnH1Wvgk =
22github.com/bahlo/generic-list-go v0.2.0 /go.mod h1:2KvAjgMlE5NNynlg/5iLrrCCZ2+5xWbdbCW3pNTGyYg =
3- github.com/buger/jsonparser v1.1.1 h1:2PnMjfWD7wBILjqQbt530v576A/cAbQvEW9gGIpYMUs =
4- github.com/buger/jsonparser v1.1.1 /go.mod h1:6RYKKt7H4d4+iWqouImQ9R2FZql3VbhNgx27UK13J/0 =
3+ github.com/buger/jsonparser v1.1.2 h1:frqHqw7otoVbk5M8LlE/L7HTnIq2v9RX6EJ48i9AxJk =
4+ github.com/buger/jsonparser v1.1.2 /go.mod h1:6RYKKt7H4d4+iWqouImQ9R2FZql3VbhNgx27UK13J/0 =
55github.com/bytedance/gopkg v0.1.3 h1:TPBSwH8RsouGCBcMBktLt1AymVo2TVsBVCY4b6TnZ/M =
66github.com/bytedance/gopkg v0.1.3 /go.mod h1:576VvJ+eJgyCzdjS+c4+77QF3p7ubbtiKARP3TxducM =
77github.com/bytedance/sonic v1.15.0 h1:/PXeWFaR5ElNcVE84U0dOHjiMHQOwNIx3K4ymzh/uSE =
@@ -42,8 +42,8 @@ github.com/go-playground/universal-translator v0.18.1 h1:Bcnm0ZwsGyWbCzImXv+pAJn
4242github.com/go-playground/universal-translator v0.18.1 /go.mod h1:xekY+UJKNuX9WP91TpwSH2VMlDf28Uj24BCp08ZFTUY =
4343github.com/go-playground/validator/v10 v10.30.1 h1:f3zDSN/zOma+w6+1Wswgd9fLkdwy06ntQJp0BBvFG0w =
4444github.com/go-playground/validator/v10 v10.30.1 /go.mod h1:oSuBIQzuJxL//3MelwSLD5hc2Tu889bF0Idm9Dg26cM =
45- github.com/go-vela/server v0.28.0-rc8.0.20260320202024-242bf63e4bfe h1:x8TVNrEeiXUDBIxdlwcrThg3hnKw8au6i6Xf327GqIM =
46- github.com/go-vela/server v0.28.0-rc8.0.20260320202024-242bf63e4bfe /go.mod h1:HSX9T3bSIBvXsQUoZ29WKqNUNTMH3PfEJxEvlYNy9nI =
45+ github.com/go-vela/server v0.28.0-rc9 h1:Cl0770mQx/xeGexwxxdPm8p/z2zE38XtFj7f7+7BDDE =
46+ github.com/go-vela/server v0.28.0-rc9 /go.mod h1:rJ5bUeEUX0BQtVU+NsY5qTvckeHozaR5kIunK6PcTqg =
4747github.com/goccy/go-json v0.10.5 h1:Fq85nIqj+gXn/S5ahsiTlK3TmC85qgirsdTP/+DeaC4 =
4848github.com/goccy/go-json v0.10.5 /go.mod h1:oq7eo15ShAhp70Anwd5lgX2pLfOS3QCiwU/PULtXL6M =
4949github.com/goccy/go-yaml v1.19.2 h1:PmFC1S6h8ljIz6gMRBopkjP1TVT7xuwrButHID66PoM =
You can’t perform that action at this time.
0 commit comments