File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1414 with :
1515 ref : ${{ github.event.pull_request.head.sha }}
16- - uses : actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3 .0
16+ - uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4 .0
1717 with :
1818 go-version : stable
1919 - uses : goreleaser/goreleaser-action@ec59f474b9834571250b370d4735c50f8e2d1e29 # v7.0.0
4242 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
4343 with :
4444 ref : ${{ github.event.pull_request.head.sha }}
45- - uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
45+ - uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
4646 - name : untar binaries
4747 run : tar -xvf dist.tar
4848 - name : Login to GHCR
Original file line number Diff line number Diff line change @@ -11,14 +11,14 @@ jobs:
1111 runs-on : ubuntu-latest
1212 steps :
1313 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
14- - uses : actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3 .0
14+ - uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4 .0
1515 with :
1616 go-version : stable
1717 - name : Calculate coverage
1818 run : |
1919 go test -count=1 -v -covermode=atomic -coverprofile=cover.out -coverpkg=./... ./...
2020 - name : Generage coverage badge
21- uses : vladopajic/go-test-coverage@679e6807f68f2440a4c43d386442a1d0041838a9 # v2.18.3
21+ uses : vladopajic/go-test-coverage@f190f667e23b4441202d0bab0f8c2e7bce8925b6 # v2.18.4
2222 with :
2323 profile : cover.out
2424 local-prefix : github.com/${{ github.repository }}
Original file line number Diff line number Diff line change 1414 runs-on : ubuntu-latest
1515 steps :
1616 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
17- - uses : actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3 .0
17+ - uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4 .0
1818 with :
1919 go-version : stable
2020 - uses : golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v9.2.0
Original file line number Diff line number Diff line change 2626 # of the value entered here.
2727 publish_results : true
2828 - name : Upload SARIF results to code scanning
29- uses : github/codeql-action/upload-sarif@c793b717bc78562f491db7b0e93a3a178b099162 # v3.29.5
29+ uses : github/codeql-action/upload-sarif@c10b8064de6f491fea524254123dbe5e09572f13 # v3.29.5
3030 with :
3131 sarif_file : results.sarif
Original file line number Diff line number Diff line change 3535 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3636 with :
3737 fetch-depth : 0
38- - uses : actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3 .0
38+ - uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4 .0
3939 with :
4040 go-version : stable
4141 # The setup-buildx-action enables the docker-container driver, which allows
4646 # in .goreleaser.yaml), it also needs to install syft into the action
4747 # environment.
4848 - uses : docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3.12.0
49- - uses : anchore/sbom-action/download-syft@17ae1740179002c89186b61233e0f892c3118b11 # v0.23 .0
49+ - uses : anchore/sbom-action/download-syft@e22c389904149dbc22b58101806040fa8d37a610 # v0.24 .0
5050 - name : Login to GHCR
5151 uses : docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
5252 with :
Original file line number Diff line number Diff line change 1616 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1717 with :
1818 ref : ${{ github.event.pull_request.head.sha }}
19- - uses : actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3 .0
19+ - uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4 .0
2020 with :
2121 go-version : stable
2222 - run : go test -v ./...
You can’t perform that action at this time.
0 commit comments