Skip to content

Commit 22cb81a

Browse files
cluster-stack-bot[bot]kranurag7
authored andcommitted
🌱 Update github-actions group
| datasource | package | from | to | | ----------- | -------------------------- | ------ | ------ | | github-tags | docker/login-action | v2.2.0 | v3.0.0 | | github-tags | docker/setup-buildx-action | v2 | v3 | | github-tags | docker/setup-qemu-action | v2 | v3 |
1 parent 920ad9d commit 22cb81a

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ jobs:
3333
fetch-depth: 0
3434
- uses: ./.github/actions/setup-go
3535
- name: Set up QEMU
36-
uses: docker/setup-qemu-action@2b82ce82d56a2a04d2637cd93a637ae1b359c0a7 # v2
36+
uses: docker/setup-qemu-action@68827325e0b33c7199eb31dd4e31fbe9023e06e3 # v3
3737
- name: Set up Docker Buildx
38-
uses: docker/setup-buildx-action@ecf95283f03858871ff00b787d79c419715afc34 # v2
38+
uses: docker/setup-buildx-action@0d103c3126aa41d772a8362f6aa67afac040f80c # v3
3939

4040
- name: Generate metadata cso
4141
id: metacso
@@ -47,7 +47,7 @@ jobs:
4747
metadata_tags: ${{ env.metadata_tags }}
4848

4949
- name: Login to ghcr.io for CI
50-
uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # v2.2.0
50+
uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3.0.0
5151
with:
5252
registry: ghcr.io
5353
username: ${{ github.actor }}

.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.1
24+
image: ghcr.io/sovereigncloudstack/cso-builder:1.1.2
2525
credentials:
2626
username: ${{ github.actor }}
2727
password: ${{ secrets.github_token }}

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ jobs:
2323
fetch-depth: 0
2424
- uses: ./.github/actions/setup-go
2525
- name: Set up QEMU
26-
uses: docker/setup-qemu-action@2b82ce82d56a2a04d2637cd93a637ae1b359c0a7 # v2
26+
uses: docker/setup-qemu-action@68827325e0b33c7199eb31dd4e31fbe9023e06e3 # v3
2727
- name: Set up Docker Buildx
28-
uses: docker/setup-buildx-action@ecf95283f03858871ff00b787d79c419715afc34 # v2
28+
uses: docker/setup-buildx-action@0d103c3126aa41d772a8362f6aa67afac040f80c # v3
2929

3030
- name: Generate metadata cso
3131
id: metacso
@@ -37,7 +37,7 @@ jobs:
3737
metadata_tags: ${{ env.metadata_tags }}
3838

3939
- name: Login to ghcr.io for CI
40-
uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # v2.2.0
40+
uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3.0.0
4141
with:
4242
registry: ghcr.io
4343
username: ${{ github.actor }}

.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.1
12+
image: ghcr.io/sovereigncloudstack/cso-builder:1.1.2
1313
credentials:
1414
username: ${{ github.actor }}
1515
password: ${{ secrets.github_token }}

0 commit comments

Comments
 (0)