File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3939
4040 # Initializes the CodeQL tools for scanning.
4141 - name : Initialize CodeQL
42- uses : github/codeql-action/init@6a28655e3dcb49cb0840ea372fd6d17733edd8a4 # v2
42+ uses : github/codeql-action/init@ddccb873888234080b77e9bc2d4764d5ccaaccf9 # v2
4343 with :
4444 languages : ${{ matrix.language }}
4545 # If you wish to specify custom queries, you can do so here or in a config file.
5050 # Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
5151 # If this step fails, then you should remove it and run the build manually (see below)
5252 - name : Autobuild
53- uses : github/codeql-action/autobuild@6a28655e3dcb49cb0840ea372fd6d17733edd8a4 # v2
53+ uses : github/codeql-action/autobuild@ddccb873888234080b77e9bc2d4764d5ccaaccf9 # v2
5454
5555 # ℹ️ Command-line programs to run using the OS shell.
5656 # 📚 https://git.io/JvXDl
6464 # make release
6565
6666 - name : Perform CodeQL Analysis
67- uses : github/codeql-action/analyze@6a28655e3dcb49cb0840ea372fd6d17733edd8a4 # v2
67+ uses : github/codeql-action/analyze@ddccb873888234080b77e9bc2d4764d5ccaaccf9 # v2
Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ require (
66 github.com/buildkite/yaml v0.0.0-20230306222819-0e4e032d4835
77 github.com/coreos/go-semver v0.3.1
88 github.com/gin-gonic/gin v1.9.1
9- github.com/go-vela/server v0.20.1-0.20230927164659-aa6f468e31ca
10- github.com/go-vela/types v0.20.2-0.20230926151838-42959d67d753
9+ github.com/go-vela/server v0.21.0-rc1
10+ github.com/go-vela/types v0.21.0-rc1
1111 github.com/golang-jwt/jwt/v5 v5.0.0
1212 github.com/google/go-cmp v0.5.9
1313 github.com/google/go-querystring v1.1.0
Original file line number Diff line number Diff line change @@ -30,10 +30,10 @@ github.com/go-playground/universal-translator v0.18.1 h1:Bcnm0ZwsGyWbCzImXv+pAJn
3030github.com/go-playground/universal-translator v0.18.1 /go.mod h1:xekY+UJKNuX9WP91TpwSH2VMlDf28Uj24BCp08ZFTUY =
3131github.com/go-playground/validator/v10 v10.14.0 h1:vgvQWe3XCz3gIeFDm/HnTIbj6UGmg/+t63MyGU2n5js =
3232github.com/go-playground/validator/v10 v10.14.0 /go.mod h1:9iXMNT7sEkjXb0I+enO7QXmzG6QCsPWY4zveKFVRSyU =
33- github.com/go-vela/server v0.20.1-0.20230927164659-aa6f468e31ca h1:YPastJ21ubppfTOKLyNW4XxBh+1obN0VXWx10usyAfU =
34- github.com/go-vela/server v0.20.1-0.20230927164659-aa6f468e31ca /go.mod h1:TJjFqQuAgsDfkAZx0c3U3IHHfzaByOjxGBypIvF5TpE =
35- github.com/go-vela/types v0.20.2-0.20230926151838-42959d67d753 h1:kxbNe8B1Y9wo4sk2sW5EHiysNkI+CuZOJT9b3VQhJsQ =
36- github.com/go-vela/types v0.20.2-0.20230926151838-42959d67d753 /go.mod h1:1VyxKYQT0twymljVb83j2ljNS26mUfu/YLjQI7LQ4uQ =
33+ github.com/go-vela/server v0.21.0-rc1 h1:3hfCqHV2vms7O4MkwAZKtq0GcXhDtseGuXxsxg3Bt9A =
34+ github.com/go-vela/server v0.21.0-rc1 /go.mod h1:lx0BjaTKWY1u45qrm4tZvL6ndDlecxHTS8+PCssBqPk =
35+ github.com/go-vela/types v0.21.0-rc1 h1:k5XgPh4h5oVGwto7qPELoSp6Y8OL/z/z6FCjqTNZQHE =
36+ github.com/go-vela/types v0.21.0-rc1 /go.mod h1:Jn8K28uj7mACc55fkFgaIzL0q45iXydOFGEeoSeHUtQ =
3737github.com/goccy/go-json v0.10.2 h1:CrxCmQqYDkv1z7lO7Wbh2HN93uovUHgrECaO5ZrCXAU =
3838github.com/goccy/go-json v0.10.2 /go.mod h1:6MelG93GURQebXPDq3khkgXZkazVtN9CRI+MGFi0w8I =
3939github.com/golang-jwt/jwt/v5 v5.0.0 h1:1n1XNM9hk7O9mnQoNBGolZvzebBQ7p93ULHRc28XJUE =
You can’t perform that action at this time.
0 commit comments