Skip to content

Commit c3f7b09

Browse files
authored
Merge pull request #202 from SovereignCloudStack/renovate/github-actions
🌱 Update github-actions group
2 parents ee52263 + e8a331c commit c3f7b09

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
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.16
1+
1.1.17

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
runs-on: ubuntu-latest
2929
steps:
3030
- name: Checkout code
31-
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
31+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
3232
with:
3333
fetch-depth: 0
3434
- uses: ./.github/actions/setup-go
@@ -93,7 +93,7 @@ jobs:
9393
target: import-cache
9494

9595
- name: Build and push cso image
96-
uses: docker/build-push-action@c382f710d39a5bb4e430307530a720f50c2d3318 # v6
96+
uses: docker/build-push-action@94f8f8c2eec4bc3f1d78c1755580779804cb87b2 # v6
9797
id: docker_build_release_cso
9898
with:
9999
provenance: false

.github/workflows/kubebuilder-markers-checker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
name: check for kubebuilder markers
1717
runs-on: ubuntu-22.04
1818
steps:
19-
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
19+
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
2020

2121
# go is required for building controller-gen
2222
- uses: ./.github/actions/setup-go

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

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919
steps:
2020
- name: Checkout code
21-
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
21+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
2222
with:
2323
fetch-depth: 0
2424
- uses: ./.github/actions/setup-go
@@ -61,7 +61,7 @@ jobs:
6161
echo 'EOF' >> $GITHUB_ENV
6262
6363
- name: Build and push cso image
64-
uses: docker/build-push-action@c382f710d39a5bb4e430307530a720f50c2d3318 # v6
64+
uses: docker/build-push-action@94f8f8c2eec4bc3f1d78c1755580779804cb87b2 # v6
6565
id: docker_build_release_cso
6666
with:
6767
provenance: false
@@ -135,7 +135,7 @@ jobs:
135135
run: echo "RELEASE_TAG=${GITHUB_REF:10}" >> $GITHUB_ENV
136136

137137
- name: checkout code
138-
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
138+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
139139
with:
140140
fetch-depth: 0
141141

@@ -159,7 +159,7 @@ jobs:
159159
make release-notes
160160
161161
- name: Release
162-
uses: softprops/action-gh-release@69320dbe05506a9a39fc8ae11030b214ec2d1f87 # v2
162+
uses: softprops/action-gh-release@a74c6b72af54cfa997e81df42d94703d6313a2d0 # v2
163163
with:
164164
draft: true
165165
files: out/*

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

0 commit comments

Comments
 (0)