File tree Expand file tree Collapse file tree 8 files changed +17
-17
lines changed
Expand file tree Collapse file tree 8 files changed +17
-17
lines changed Original file line number Diff line number Diff line change 1515 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1616
1717 - name : install go
18- uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
18+ uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5 .0
1919 with :
2020 # use version from go.mod file
2121 go-version-file : " go.mod"
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@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # v3.28.10
42+ uses : github/codeql-action/init@ff0a06e83cb2de871e5a09832bc6a81e7276941f # v3.28.18
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@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # v3.28.10
53+ uses : github/codeql-action/autobuild@ff0a06e83cb2de871e5a09832bc6a81e7276941f # v3.28.18
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@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # v3.28.10
67+ uses : github/codeql-action/analyze@ff0a06e83cb2de871e5a09832bc6a81e7276941f # v3.28.18
Original file line number Diff line number Diff line change 1919 fetch-depth : 0
2020
2121 - name : install go
22- uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
22+ uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5 .0
2323 with :
2424 # use version from go.mod file
2525 go-version-file : " go.mod"
3939 make build-static-ci
4040
4141 - name : publish
42- uses : elgohr/Publish-Docker-Github-Action@eb53b3ec07136a6ebaed78d8135806da64f7c7e2 # v5
42+ uses : elgohr/Publish-Docker-Github-Action@4feac4d53e4e55dcc5d3e2ad0ed2e0a76028ff7a # v5
4343 with :
4444 name : target/vela-artifactory
4545 cache : true
Original file line number Diff line number Diff line change 1818 fetch-depth : 0
1919
2020 - name : install go
21- uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
21+ uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5 .0
2222 with :
2323 # use version from go.mod file
2424 go-version-file : " go.mod"
Original file line number Diff line number Diff line change @@ -14,15 +14,15 @@ jobs:
1414 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1515
1616 - name : install go
17- uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
17+ uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5 .0
1818 with :
1919 # use version from go.mod file
2020 go-version-file : " go.mod"
2121 cache : true
2222 check-latest : true
2323
2424 - name : golangci-lint
25- uses : reviewdog/action-golangci-lint@dd3fda91790ca90e75049e5c767509dc0ec7d99b # v2
25+ uses : reviewdog/action-golangci-lint@f9bba13753278f6a73b27a56a3ffb1bfda90ed71 # v2
2626 with :
2727 github_token : ${{ secrets.github_token }}
2828 golangci_lint_flags : " --config=.golangci.yml"
@@ -38,15 +38,15 @@ jobs:
3838 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3939
4040 - name : install go
41- uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
41+ uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5 .0
4242 with :
4343 # use version from go.mod file
4444 go-version-file : " go.mod"
4545 cache : true
4646 check-latest : true
4747
4848 - name : golangci-lint
49- uses : reviewdog/action-golangci-lint@dd3fda91790ca90e75049e5c767509dc0ec7d99b # v2.7 .0
49+ uses : reviewdog/action-golangci-lint@f9bba13753278f6a73b27a56a3ffb1bfda90ed71 # v2.8 .0
5050 with :
5151 github_token : ${{ secrets.github_token }}
5252 golangci_lint_flags : " --config=.golangci.yml"
Original file line number Diff line number Diff line change 1515 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1616
1717 - name : install go
18- uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
18+ uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5 .0
1919 with :
2020 # use version from go.mod file
2121 go-version-file : " go.mod"
2727 go test -covermode=atomic -coverprofile=coverage.out ./...
2828
2929 - name : coverage
30- uses : codecov/codecov-action@13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3 # v5.3.1
30+ uses : codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3
3131 with :
3232 token : ${{ secrets.CODECOV_TOKEN }}
3333 file : coverage.out
Original file line number Diff line number Diff line change 1515 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1616
1717 - name : install go
18- uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
18+ uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5 .0
1919 with :
2020 # use version from go.mod file
2121 go-version-file : " go.mod"
Original file line number Diff line number Diff line change @@ -5,14 +5,14 @@ go 1.23.5
55require (
66 github.com/Masterminds/semver/v3 v3.3.1
77 github.com/ghodss/yaml v1.0.0
8- github.com/gin-gonic/gin v1.10.0
8+ github.com/gin-gonic/gin v1.10.1
99 github.com/go-vela/server v0.26.2
1010 github.com/hashicorp/go-cleanhttp v0.5.2
1111 github.com/hashicorp/go-retryablehttp v0.7.7
12- github.com/jfrog/jfrog-client-go v1.50 .0
12+ github.com/jfrog/jfrog-client-go v1.53 .0
1313 github.com/joho/godotenv v1.5.1
1414 github.com/sirupsen/logrus v1.9.3
15- github.com/urfave/cli/v2 v2.27.5
15+ github.com/urfave/cli/v2 v2.27.6
1616)
1717
1818require (
You can’t perform that action at this time.
0 commit comments