File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed
Expand file tree Collapse file tree 5 files changed +8
-8
lines changed 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@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3.29.11
58+ uses : github/codeql-action/init@d198d2fabf39a7f36b5ce57ce70d4942944f006e # v3.31.0
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@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3.29.11
69+ uses : github/codeql-action/autobuild@d198d2fabf39a7f36b5ce57ce70d4942944f006e # v3.31.0
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@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3.29.11
83+ uses : github/codeql-action/analyze@d198d2fabf39a7f36b5ce57ce70d4942944f006e # v3.31.0
Original file line number Diff line number Diff line change 3434 make test
3535
3636 - name : coverage
37- uses : codecov/codecov-action@fdcc8476540edceab3de004e990f80d881c6cc00 # v5.5.0
37+ uses : codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5.5.1
3838 with :
3939 use_oidc : true
4040 files : coverage.out
Original file line number Diff line number Diff line change 5555
5656 - name : Create Pull Request
5757 if : env.skip == 'false'
58- uses : actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
58+ uses : actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7.1.0
5959 with :
6060 script : |
6161 const { owner, repo } = context.repo
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ go 1.24.4
55require (
66 github.com/coreos/go-semver v0.3.1
77 github.com/gin-gonic/gin v1.10.1
8- github.com/go-vela/server v0.27.1
8+ github.com/go-vela/server v0.27.2
99 github.com/golang-jwt/jwt/v5 v5.3.0
1010 github.com/google/go-cmp v0.7.0
1111 github.com/google/go-querystring v1.1.0
Original file line number Diff line number Diff line change @@ -40,8 +40,8 @@ github.com/go-playground/universal-translator v0.18.1 h1:Bcnm0ZwsGyWbCzImXv+pAJn
4040github.com/go-playground/universal-translator v0.18.1 /go.mod h1:xekY+UJKNuX9WP91TpwSH2VMlDf28Uj24BCp08ZFTUY =
4141github.com/go-playground/validator/v10 v10.26.0 h1:SP05Nqhjcvz81uJaRfEV0YBSSSGMc/iMaVtFbr3Sw2k =
4242github.com/go-playground/validator/v10 v10.26.0 /go.mod h1:I5QpIEbmr8On7W0TktmJAumgzX4CA1XNl4ZmDuVHKKo =
43- github.com/go-vela/server v0.27.1 h1:rWEUfTJoy05q0qyJf61OK4LqvLwAzjQMg8dMDVbKpZk =
44- github.com/go-vela/server v0.27.1 /go.mod h1:TxRPsPhkfHwbIpaurSMQgLwQFrIu+uZPQPLo5M8s2oc =
43+ github.com/go-vela/server v0.27.2 h1:PITZgMpwoPr0VxA9QGA4/D88Vx6lkAyagUgaIZ4B8fU =
44+ github.com/go-vela/server v0.27.2 /go.mod h1:TxRPsPhkfHwbIpaurSMQgLwQFrIu+uZPQPLo5M8s2oc =
4545github.com/goccy/go-json v0.10.5 h1:Fq85nIqj+gXn/S5ahsiTlK3TmC85qgirsdTP/+DeaC4 =
4646github.com/goccy/go-json v0.10.5 /go.mod h1:oq7eo15ShAhp70Anwd5lgX2pLfOS3QCiwU/PULtXL6M =
4747github.com/golang-jwt/jwt/v5 v5.3.0 h1:pv4AsKCKKZuqlgs5sUmn4x8UlGa0kEVt/puTpKx9vvo =
You can’t perform that action at this time.
0 commit comments