File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2929 args : build --clean --verbose --single-target --snapshot
3030 - name : Login to GHCR
3131 if : github.actor != 'dependabot[bot]'
32- uses : docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446 # v3.2 .0
32+ uses : docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3 .0
3333 with :
3434 registry : ghcr.io
3535 username : ${{ github.repository_owner }}
4343 - run : echo "GITHUB_REPOSITORY_NAME=$(basename ${{ github.repository }})" >> "$GITHUB_ENV"
4444 - name : Build and push ${{ matrix.binary }} container image
4545 if : github.actor != 'dependabot[bot]'
46- uses : docker/build-push-action@1a162644f9a7e87d8f4b053101d1d9a712edc18c # v6.3 .0
46+ uses : docker/build-push-action@5cd11c3a4ced054e52742c5fd54dca954e0edd85 # v6.7 .0
4747 with :
4848 push : true
4949 tags : ${{ steps.docker_metadata.outputs.tags }}
Original file line number Diff line number Diff line change 1414 - uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
1515 with :
1616 go-version : stable
17- - uses : golangci/golangci-lint-action@a4f60bb28d35aeee14e6880718e0c85ff1882e64 # v6.0.1
17+ - uses : golangci/golangci-lint-action@aaa42aa0628b4ae2578232a66b541047968fac86 # v6.1.0
1818 with :
1919 args : --timeout=180s --enable gocritic
2020 lint-commits :
2626 - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
2727 with :
2828 fetch-depth : 0
29- - uses : wagoid/commitlint-github-action@7f0a61df502599e1f1f50880aaa7ec1e2c0592f2 # v6.0 .1
29+ - uses : wagoid/commitlint-github-action@a2bc521d745b1ba127ee2f8b02d6afaa4eed035c # v6.1 .1
3030 with :
3131 configFile : .github/commitlint.config.mjs
3232 lint-actions :
Original file line number Diff line number Diff line change 1616 steps :
1717 - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
1818 - name : Run analysis
19- uses : ossf/scorecard-action@dc50aa9510b46c811795eb24b2f1ba02a914e534 # v2.3.3
19+ uses : ossf/scorecard-action@62b2cac7ed8198b15735ed49ab1e5cf35480ba46 # v2.4.0
2020 with :
2121 results_file : results.sarif
2222 results_format : sarif
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@4fa2a7953630fd2f3fb380f21be14ede0169dd4f # v3.25.12
29+ uses : github/codeql-action/upload-sarif@4dd16135b69a43b6c8efb853346f8437d92d3c93 # v3.26.6
3030 with :
3131 sarif_file : results.sarif
Original file line number Diff line number Diff line change 3939 with :
4040 go-version : stable
4141 - name : Login to GHCR
42- uses : docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446 # v3.2 .0
42+ uses : docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3 .0
4343 with :
4444 registry : ghcr.io
4545 username : ${{ github.repository_owner }}
6161 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
6262 GITHUB_SBOM_PATH : ./sbom.spdx.json
6363 # attest archives
64- - uses : actions/attest-build-provenance@5e9cb68e95676991667494a6a4e59b8a2f13e1d0 # v1.3.3
64+ - uses : actions/attest-build-provenance@6149ea5740be74af77f260b9db67e633f6b0a9a1 # v1.4.2
6565 with :
6666 subject-path : " dist/*.tar.gz"
6767 # parse artifacts to the format required for image attestation
@@ -78,12 +78,12 @@ jobs:
7878 env:
7979 ARTIFACTS: ${{steps.goreleaser.outputs.artifacts}}
8080 # attest images
81- - uses : actions/attest-build-provenance@5e9cb68e95676991667494a6a4e59b8a2f13e1d0 # v1.3.3
81+ - uses : actions/attest-build-provenance@6149ea5740be74af77f260b9db67e633f6b0a9a1 # v1.4.2
8282 with :
8383 subject-digest : ${{steps.image_metadata_go_cli_github.outputs.digest}}
8484 subject-name : ${{steps.image_metadata_go_cli_github.outputs.name}}
8585 push-to-registry : true
86- - uses : actions/attest-build-provenance@5e9cb68e95676991667494a6a4e59b8a2f13e1d0 # v1.3.3
86+ - uses : actions/attest-build-provenance@6149ea5740be74af77f260b9db67e633f6b0a9a1 # v1.4.2
8787 with :
8888 subject-digest : ${{steps.image_metadata_another_binary.outputs.digest}}
8989 subject-name : ${{steps.image_metadata_another_binary.outputs.name}}
You can’t perform that action at this time.
0 commit comments