Skip to content

Commit 66c9fbe

Browse files
authored
Merge pull request #59 from cryptogarageinc/dependabot/github_actions/dot-github/workflows/dependencies-16404308e4
build(deps): bump the dependencies group across 1 directory with 2 updates
2 parents c8e120a + e70d970 commit 66c9fbe

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/docker-build.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181

8282
- name: Build only
8383
if: ${{ github.event_name == 'pull_request' }}
84-
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
84+
uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2
8585
with:
8686
context: .
8787
platforms: linux/amd64
@@ -91,7 +91,7 @@ jobs:
9191

9292
- name: Build and push
9393
if: ${{ github.event_name != 'pull_request' }}
94-
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
94+
uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2
9595
with:
9696
context: .
9797
platforms: linux/amd64,linux/arm64
@@ -101,7 +101,7 @@ jobs:
101101

102102
- name: Run Trivy vulnerability scanner
103103
if: ${{ github.event_name != 'pull_request' }}
104-
uses: aquasecurity/trivy-action@b6643a29fecd7f34b3597bc6acb0a98b03d33ff8 # 0.33.1
104+
uses: aquasecurity/trivy-action@c1824fd6edce30d7ab345a9989de00bbd46ef284 # 0.34.0
105105
with:
106106
image-ref: ${{ steps.image_path.outputs.IMAGE_PATH }}:${{ steps.get_version.outputs.VERSION }}
107107
format: table
@@ -176,7 +176,7 @@ jobs:
176176

177177
- name: Build only
178178
if: ${{ github.event_name == 'pull_request' }}
179-
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
179+
uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2
180180
with:
181181
context: .
182182
file: ./Dockerfile_bitcoin
@@ -187,7 +187,7 @@ jobs:
187187

188188
- name: Build and push
189189
if: ${{ github.event_name != 'pull_request' }}
190-
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
190+
uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2
191191
with:
192192
context: .
193193
file: ./Dockerfile_bitcoin
@@ -198,7 +198,7 @@ jobs:
198198

199199
- name: Run Trivy vulnerability scanner
200200
if: ${{ github.event_name != 'pull_request' }}
201-
uses: aquasecurity/trivy-action@b6643a29fecd7f34b3597bc6acb0a98b03d33ff8 # 0.33.1
201+
uses: aquasecurity/trivy-action@c1824fd6edce30d7ab345a9989de00bbd46ef284 # 0.34.0
202202
with:
203203
image-ref: ${{ steps.image_path.outputs.IMAGE_PATH }}:${{ steps.get_version.outputs.VERSION }}-bitcoin
204204
format: table

0 commit comments

Comments
 (0)