Skip to content

Commit 9f2a760

Browse files
ci(github-actions): bump the github-actions group with 2 updates (#122)
Bumps the github-actions group with 2 updates: [docker/build-push-action](https://github.com/docker/build-push-action) and [trufflesecurity/trufflehog](https://github.com/trufflesecurity/trufflehog). Updates `docker/build-push-action` from 6.13.0 to 6.14.0 - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@ca877d9...0adf995) Updates `trufflesecurity/trufflehog` from 3.88.9 to 3.88.11 - [Release notes](https://github.com/trufflesecurity/trufflehog/releases) - [Changelog](https://github.com/trufflesecurity/trufflehog/blob/main/.goreleaser.yml) - [Commits](trufflesecurity/trufflehog@709cd08...1c9ef1d) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: trufflesecurity/trufflehog dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: YuXuan Tay <[email protected]>
1 parent ad59cc3 commit 9f2a760

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
- id: build-ci
9696
env:
9797
ENVIRONMENT: ci
98-
uses: docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991 # v6
98+
uses: docker/build-push-action@0adf9959216b96bec444f325f1e493d4aa344497 # v6
9999
with:
100100
target: ${{ env.ENVIRONMENT }}
101101
cache-from: |
@@ -120,7 +120,7 @@ jobs:
120120
- if: ${{ github.event_name != 'pull_request' }}
121121
env:
122122
ENVIRONMENT: dev
123-
uses: docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991 # v6
123+
uses: docker/build-push-action@0adf9959216b96bec444f325f1e493d4aa344497 # v6
124124
with:
125125
target: ${{ env.ENVIRONMENT }}
126126
cache-from: |
@@ -131,7 +131,7 @@ jobs:
131131
push: ${{ github.event_name != 'pull_request' }}
132132

133133
- if: ${{ github.event_name != 'pull_request' }}
134-
uses: docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991 # v6
134+
uses: docker/build-push-action@0adf9959216b96bec444f325f1e493d4aa344497 # v6
135135
with:
136136
cache-from: |
137137
${{ env.GHCR_IMAGE_NAME }}:dev

.github/workflows/scans.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,6 @@ jobs:
157157
with:
158158
fetch-depth: 3
159159

160-
- uses: trufflesecurity/trufflehog@709cd089144a6b6452f0915e7ea0d5e4a39d3243 # v3
160+
- uses: trufflesecurity/trufflehog@1c9ef1d34c2043b5b68769296e27efa33b6eb91e # v3
161161
with:
162162
extra_args: --results=verified,unknown

0 commit comments

Comments
 (0)