File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4242 - run : echo "GITHUB_REPOSITORY_NAME=$(basename ${{ github.repository }})" >> "$GITHUB_ENV"
4343 - name : Build and push ${{ matrix.binary }} container image
4444 if : github.actor != 'dependabot[bot]'
45- uses : docker/build-push-action@4a13e500e55cf31b7a5d59a38ab2040ab0f42f56 # v5.1 .0
45+ uses : docker/build-push-action@af5a7ed5ba88268d5278f7203fb52cd833f66d6e # v5.2 .0
4646 with :
4747 push : true
4848 tags : ${{ steps.docker_metadata.outputs.tags }}
Original file line number Diff line number Diff line change 6464 - name : Set up environment
6565 run : echo "GOVERSION=$(go version)" >> "$GITHUB_ENV"
6666 - uses : sigstore/cosign-installer@e1523de7571e31dbe865fd2e80c5c7c23ae71eb4 # v3.4.0
67- - uses : anchore/sbom-action/download-syft@b6a39da80722a2cb0ef5d197531764a89b5d48c3 # v0.15.8
67+ - uses : anchore/sbom-action/download-syft@9fece9e20048ca9590af301449208b2b8861333b # v0.15.9
6868 - uses : goreleaser/goreleaser-action@7ec5c2b0c6cdda6e8bbb49444bc797dd33d74dd8 # v5.0.0
6969 with :
7070 version : latest
You can’t perform that action at this time.
0 commit comments