Skip to content

Commit cd5cca3

Browse files
authored
chore: upgrade build-scan-push-action to v1.8.0 (#6350)
# Description Upgrade build-scan-push-action to the latest version ## Linear Ticket ## Security - [ ] The code changed/added as part of this pull request won't create any security issues with how the software is being used.
1 parent a1d14d3 commit cd5cca3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/builds.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
- name: Set up Docker Buildx
115115
uses: docker/setup-buildx-action@v3
116116
- name: Build, scan and push
117-
uses: rudderlabs/build-scan-push-action@v1.7.0
117+
uses: rudderlabs/build-scan-push-action@v1.8.0
118118
with:
119119
context: .
120120
platforms: ${{ matrix.build-config.platform }}
@@ -188,7 +188,7 @@ jobs:
188188
- name: Set up Docker Buildx
189189
uses: docker/setup-buildx-action@v3
190190
- name: Build, scan and push
191-
uses: rudderlabs/build-scan-push-action@v1.7.0
191+
uses: rudderlabs/build-scan-push-action@v1.8.0
192192
with:
193193
context: .
194194
platforms: ${{ matrix.build-config.platform }}
@@ -263,7 +263,7 @@ jobs:
263263
- name: Set up Docker Buildx
264264
uses: docker/setup-buildx-action@v3
265265
- name: Build, scan and push
266-
uses: rudderlabs/build-scan-push-action@v1.7.0
266+
uses: rudderlabs/build-scan-push-action@v1.8.0
267267
with:
268268
context: .
269269
platforms: ${{ matrix.build-config.platform }}

0 commit comments

Comments
 (0)