File tree Expand file tree Collapse file tree 9 files changed +21
-21
lines changed
Expand file tree Collapse file tree 9 files changed +21
-21
lines changed Original file line number Diff line number Diff line change 1212 runs-on : ubuntu-latest
1313 steps :
1414 - name : clone
15- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
15+ uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
1616
1717 - name : install go
1818 uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
Original file line number Diff line number Diff line change @@ -35,11 +35,11 @@ jobs:
3535
3636 steps :
3737 - name : Checkout repository
38- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
38+ uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
3939
4040 # Initializes the CodeQL tools for scanning.
4141 - name : Initialize CodeQL
42- uses : github/codeql-action/init@4e828ff8d448a8a6e532957b1811f387a63867e8 # v3.29.4
42+ uses : github/codeql-action/init@f47c8e6a9bd05ef3ee422fc8d8663be7fe4bdc61 # v3.31.8
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@4e828ff8d448a8a6e532957b1811f387a63867e8 # v3.29.4
53+ uses : github/codeql-action/autobuild@f47c8e6a9bd05ef3ee422fc8d8663be7fe4bdc61 # v3.31.8
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@f47c8e6a9bd05ef3ee422fc8d8663be7fe4bdc61 # v3.31.8
6868
Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-latest
1414 steps :
1515 - name : clone
16- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
16+ uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
1717 with :
1818 # ensures we fetch tag history for the repository
1919 fetch-depth : 0
Original file line number Diff line number Diff line change 1212 runs-on : ubuntu-latest
1313 steps :
1414 - name : clone
15- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
15+ uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
1616 with :
1717 # ensures we fetch tag history for the repository
1818 fetch-depth : 0
3333 make build-static-ci
3434
3535 - name : publish
36- uses : elgohr/Publish-Docker-Github-Action@eb53b3ec07136a6ebaed78d8135806da64f7c7e2 # v5
36+ uses : elgohr/Publish-Docker-Github-Action@4feac4d53e4e55dcc5d3e2ad0ed2e0a76028ff7a # v5
3737 with :
3838 name : target/vela-artifactory
3939 cache : true
Original file line number Diff line number Diff line change 1919
2020 steps :
2121 - name : clone
22- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
22+ uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
2323
2424 - name : install go
2525 uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
4747
4848 steps :
4949 - name : clone
50- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
50+ uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
5151
5252 - name : install go
5353 uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
Original file line number Diff line number Diff line change 1212 runs-on : ubuntu-latest
1313 steps :
1414 - name : clone
15- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
15+ uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
1616
1717 - name : install go
1818 uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
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@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2
3131 with :
3232 token : ${{ secrets.CODECOV_TOKEN }}
3333 file : coverage.out
Original file line number Diff line number Diff line change 1212 runs-on : ubuntu-latest
1313 steps :
1414 - name : clone
15- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
15+ uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
1616
1717 - name : install go
1818 uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
Original file line number Diff line number Diff line change 44# # docker build --no-cache --target binary -t vela-artifactory:binary . ##
55# ###############################################################################
66
7- FROM alpine:3.22.1 @sha256:4bcff63911fcb4448bd4fdacec207030997caf25e9bea4045fa6c8c44de311d1 as binary
7+ FROM alpine:3.23.0 @sha256:51183f2cfa6320055da30872f211093f9ff1d3cf06f39a0bdb212314c5dc7375 as binary
88
99ARG JFROG_VERSION=1.33.2
1010
@@ -17,7 +17,7 @@ RUN chmod -R 777 /tmp
1717# # docker build --no-cache --target certs -t vela-artifactory:certs . ##
1818# #############################################################################
1919
20- FROM alpine:3.22.1 @sha256:4bcff63911fcb4448bd4fdacec207030997caf25e9bea4045fa6c8c44de311d1 as certs
20+ FROM alpine:3.23.0 @sha256:51183f2cfa6320055da30872f211093f9ff1d3cf06f39a0bdb212314c5dc7375 as certs
2121
2222RUN apk add --update --no-cache ca-certificates
2323
Original file line number Diff line number Diff line change @@ -3,16 +3,16 @@ module github.com/go-vela/vela-artifactory
33go 1.24.5
44
55require (
6- github.com/Masterminds/semver/v3 v3.3.1
6+ github.com/Masterminds/semver/v3 v3.4.0
77 github.com/ghodss/yaml v1.0.0
8- github.com/gin-gonic/gin v1.10 .0
9- github.com/go-vela/server v0.26 .4
8+ github.com/gin-gonic/gin v1.11 .0
9+ github.com/go-vela/server v0.27 .4
1010 github.com/hashicorp/go-cleanhttp v0.5.2
11- github.com/hashicorp/go-retryablehttp v0.7.7
12- github.com/jfrog/jfrog-client-go v1.50 .0
11+ github.com/hashicorp/go-retryablehttp v0.7.8
12+ github.com/jfrog/jfrog-client-go v1.55 .0
1313 github.com/joho/godotenv v1.5.1
1414 github.com/sirupsen/logrus v1.9.3
15- github.com/urfave/cli/v3 v3.3.8
15+ github.com/urfave/cli/v3 v3.6.1
1616)
1717
1818require (
You can’t perform that action at this time.
0 commit comments