Skip to content

Commit 14eb3d3

Browse files
🌱 Update github-actions group
| datasource | package | from | to | | ----------- | ------------------------ | ------ | ------ | | github-tags | docker/build-push-action | v5 | v6 | | github-tags | docker/build-push-action | v5.4.0 | v6.0.0 |
1 parent 4edbcdd commit 14eb3d3

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

.builder-image-version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.1.15
1+
1.1.16

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
8484
# Import GitHub's cache build to docker cache
8585
- name: Copy cso Golang cache to docker cache
86-
uses: docker/build-push-action@ca052bb54ab0790a636c9b5f226502c73d547a25 # v5.4.0
86+
uses: docker/build-push-action@c382f710d39a5bb4e430307530a720f50c2d3318 # v6.0.0
8787
with:
8888
provenance: false
8989
context: /tmp/.cache/cso
@@ -93,7 +93,7 @@ jobs:
9393
target: import-cache
9494

9595
- name: Build and push cso image
96-
uses: docker/build-push-action@ca052bb54ab0790a636c9b5f226502c73d547a25 # v5
96+
uses: docker/build-push-action@c382f710d39a5bb4e430307530a720f50c2d3318 # v6
9797
id: docker_build_release_cso
9898
with:
9999
provenance: false
@@ -129,7 +129,7 @@ jobs:
129129
# Store docker's golang's cache build locally only on the main branch
130130
- name: Store cso Golang cache build locally
131131
if: ${{ steps.cache.outputs.cache-hit != 'true' }}
132-
uses: docker/build-push-action@ca052bb54ab0790a636c9b5f226502c73d547a25 # v5.4.0
132+
uses: docker/build-push-action@c382f710d39a5bb4e430307530a720f50c2d3318 # v6.0.0
133133
with:
134134
provenance: false
135135
context: .

.github/workflows/pr-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
if: github.event_name != 'pull_request' || !github.event.pull_request.draft
2222
runs-on: ubuntu-latest
2323
container:
24-
image: ghcr.io/sovereigncloudstack/cso-builder:1.1.15
24+
image: ghcr.io/sovereigncloudstack/cso-builder:1.1.16
2525
credentials:
2626
username: ${{ github.actor }}
2727
password: ${{ secrets.github_token }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
echo 'EOF' >> $GITHUB_ENV
6262
6363
- name: Build and push cso image
64-
uses: docker/build-push-action@ca052bb54ab0790a636c9b5f226502c73d547a25 # v5
64+
uses: docker/build-push-action@c382f710d39a5bb4e430307530a720f50c2d3318 # v6
6565
id: docker_build_release_cso
6666
with:
6767
provenance: false

.github/workflows/schedule-scan-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
name: Trivy
1010
runs-on: ubuntu-latest
1111
container:
12-
image: ghcr.io/sovereigncloudstack/cso-builder:1.1.15
12+
image: ghcr.io/sovereigncloudstack/cso-builder:1.1.16
1313
credentials:
1414
username: ${{ github.actor }}
1515
password: ${{ secrets.github_token }}

0 commit comments

Comments
 (0)