Skip to content

Commit 8fec56f

Browse files
authored
Merge pull request #1653 from kubewarden/renovate/major-github-actions
chore(deps): update github actions (major)
2 parents c26f318 + 17034b2 commit 8fec56f

6 files changed

Lines changed: 15 additions & 15 deletions

File tree

.github/workflows/build-containers.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
with:
3535
persist-credentials: false
3636
- name: Build, sign, and upload digest
37-
uses: kubewarden/github-actions/container-build@a97c0700ad65b276f15fda9195937bb0db850dcf # v4.6.4
37+
uses: kubewarden/github-actions/container-build@0f1672d63bd3572f204917d68390d87f7430069a # v5.0.0
3838
with:
3939
component: ${{ matrix.component }}
4040
arch: ${{ matrix.arch }}
@@ -66,7 +66,7 @@ jobs:
6666
run: |
6767
echo TAG_NAME=$INPUT_VERSION >> $GITHUB_ENV
6868
- name: Merge multi-arch images
69-
uses: kubewarden/github-actions/merge-multiarch@a97c0700ad65b276f15fda9195937bb0db850dcf # v4.6.4
69+
uses: kubewarden/github-actions/merge-multiarch@0f1672d63bd3572f204917d68390d87f7430069a # v5.0.0
7070
with:
7171
component: ${{ matrix.component }}
7272
tag: ${{ env.TAG_NAME }}

.github/workflows/build-kwctl.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ jobs:
146146

147147
- name: Install the syft command
148148
if: ${{ !inputs.build_only }}
149-
uses: kubewarden/github-actions/syft-installer@a97c0700ad65b276f15fda9195937bb0db850dcf # v4.6.4
149+
uses: kubewarden/github-actions/syft-installer@0f1672d63bd3572f204917d68390d87f7430069a # v5.0.0
150150

151151
- name: Create SBOM file
152152
if: ${{ !inputs.build_only }}
@@ -242,7 +242,7 @@ jobs:
242242

243243
- name: Install the syft command
244244
if: ${{ !inputs.build_only }}
245-
uses: kubewarden/github-actions/syft-installer@a97c0700ad65b276f15fda9195937bb0db850dcf # v4.6.4
245+
uses: kubewarden/github-actions/syft-installer@0f1672d63bd3572f204917d68390d87f7430069a # v5.0.0
246246
with:
247247
arch: darwin_amd64
248248

@@ -342,7 +342,7 @@ jobs:
342342

343343
- name: Install the syft command
344344
if: ${{ !inputs.build_only }}
345-
uses: kubewarden/github-actions/syft-installer@a97c0700ad65b276f15fda9195937bb0db850dcf # v4.6.4
345+
uses: kubewarden/github-actions/syft-installer@0f1672d63bd3572f204917d68390d87f7430069a # v5.0.0
346346
with:
347347
arch: windows_amd64
348348

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ jobs:
262262
with:
263263
persist-credentials: false
264264
- name: Install opa
265-
uses: kubewarden/github-actions/opa-installer@a97c0700ad65b276f15fda9195937bb0db850dcf # v4.6.4
265+
uses: kubewarden/github-actions/opa-installer@0f1672d63bd3572f204917d68390d87f7430069a # v5.0.0
266266
with:
267267
opa-version: v1.12.2
268268
- name: Install bats

.github/workflows/e2e-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
persist-credentials: false
105105

106106
- name: "Install kwctl"
107-
uses: kubewarden/github-actions/kwctl-installer@a97c0700ad65b276f15fda9195937bb0db850dcf # v4.6.4
107+
uses: kubewarden/github-actions/kwctl-installer@0f1672d63bd3572f204917d68390d87f7430069a # v5.0.0
108108
with:
109109
KWCTL_VERSION: latest
110110

.github/workflows/inherit-milestone.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: Inherit milestone from parent issue
16-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
16+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
1717
with:
1818
github-token: ${{ secrets.GITHUB_TOKEN }}
1919
script: |

.github/workflows/release.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
with:
8383
persist-credentials: false
8484
- name: Build, sign, and upload digest
85-
uses: kubewarden/github-actions/container-build@a97c0700ad65b276f15fda9195937bb0db850dcf # v4.6.4
85+
uses: kubewarden/github-actions/container-build@0f1672d63bd3572f204917d68390d87f7430069a # v5.0.0
8686
with:
8787
component: ${{ matrix.component }}
8888
arch: ${{ matrix.arch }}
@@ -101,7 +101,7 @@ jobs:
101101
component: [policy-server, kubewarden-controller, audit-scanner]
102102
steps:
103103
- name: Merge multi-arch images
104-
uses: kubewarden/github-actions/merge-multiarch@a97c0700ad65b276f15fda9195937bb0db850dcf # v4.6.4
104+
uses: kubewarden/github-actions/merge-multiarch@0f1672d63bd3572f204917d68390d87f7430069a # v5.0.0
105105
with:
106106
component: ${{ matrix.component }}
107107
tag: ${{ github.ref_name }}
@@ -131,7 +131,7 @@ jobs:
131131
arch: [amd64, arm64]
132132
steps:
133133
- name: Generate and sign attestations
134-
uses: kubewarden/github-actions/attestation@a97c0700ad65b276f15fda9195937bb0db850dcf # v4.6.4
134+
uses: kubewarden/github-actions/attestation@0f1672d63bd3572f204917d68390d87f7430069a # v5.0.0
135135
with:
136136
component: ${{ matrix.component }}
137137
arch: ${{ matrix.arch }}
@@ -160,7 +160,7 @@ jobs:
160160
echo TAG_NAME=$(echo "$GIT_REF_NAME") >> $GITHUB_ENV
161161
- name: Get latest release tag
162162
id: get_last_release_tag
163-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
163+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
164164
with:
165165
script: |
166166
let release = await github.rest.repos.getLatestRelease({
@@ -174,7 +174,7 @@ jobs:
174174
}
175175
core.setFailed("Cannot find latest release")
176176
- name: Get release ID from the release created by release drafter
177-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
177+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
178178
with:
179179
script: |
180180
let releases = await github.rest.repos.listReleases({
@@ -203,7 +203,7 @@ jobs:
203203
run: ls -R
204204
- name: Upload release assets
205205
id: upload_release_assets
206-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
206+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
207207
with:
208208
script: |
209209
let fs = require('fs');
@@ -265,7 +265,7 @@ jobs:
265265
});
266266
}
267267
- name: Publish release
268-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
268+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
269269
with:
270270
script: |
271271
const {RELEASE_ID} = process.env

0 commit comments

Comments
 (0)