Skip to content

Commit

Permalink
Merge pull request #625 from controlplaneio/dependabot/github_actions…
Browse files Browse the repository at this point in the history
…/gha-276fecc57f

chore(deps): bump the gha group across 1 directory with 4 updates
  • Loading branch information
06kellyjac authored Aug 19, 2024
2 parents b69d38d + 1b2190b commit 7cb8666
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
go-version-file: go.mod

- name: Launch goreleaser
uses: goreleaser/goreleaser-action@v5
uses: goreleaser/goreleaser-action@v6
with:
args: release
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release_containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
uses: docker/setup-buildx-action@v3

- name: Build container and push tags
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
push: ${{ github.event_name != 'pull_request' }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release_containers_webhook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
uses: docker/setup-buildx-action@v3

- name: Build container and push tags
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
push: ${{ github.event_name != 'pull_request' }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/security_analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
docker build . -t kubesec:${{ github.sha }}
- name: Run Trivy
uses: aquasecurity/trivy-action@0.18.0
uses: aquasecurity/trivy-action@0.24.0
with:
image-ref: kubesec:${{ github.sha }}
format: template
Expand All @@ -69,7 +69,7 @@ jobs:
with:
fetch-depth: 0
- name: Run Trufflehog
uses: trufflesecurity/trufflehog@v3.71.0
uses: trufflesecurity/trufflehog@v3.81.9
with:
path: ./
base: ""
Expand Down
2 changes: 2 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
---
version: 2
before:
hooks:
- go mod tidy
Expand Down

0 comments on commit 7cb8666

Please sign in to comment.