Skip to content

Commit 5b8c8c6

Browse files
Merge pull request #126 from smlx/dependabot/github_actions/github-actions-4e9f60c889
chore(deps): bump the github-actions group with 2 updates
2 parents bdf5abb + c3162c5 commit 5b8c8c6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
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 }}

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
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

0 commit comments

Comments
 (0)