Update dependencies

update dependencies to the latest versions for Node.js 20

 Signed-off-by: skoved <skoved@redhat.com>
This commit is contained in:
skoved 2025-08-29 15:11:51 -04:00
parent 5ed88d269c
commit 88f5514eb0
No known key found for this signature in database
GPG key ID: 3A90B4E0A425063F
13 changed files with 1557 additions and 711 deletions

View file

@ -17,7 +17,7 @@ env:
jobs:
push-ghcr:
name: Build and push image
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:

View file

@ -6,7 +6,7 @@ on:
jobs:
lint:
name: Run ESLint
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
@ -15,7 +15,7 @@ jobs:
check-dist:
name: Check Distribution
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
env:
BUNDLE_FILE: "dist/index.js"
BUNDLE_COMMAND: "npm run bundle"
@ -33,7 +33,7 @@ jobs:
check-inputs-outputs:
name: Check Input and Output enums
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
env:
IO_FILE: ./src/generated/inputs-outputs.ts
steps:

View file

@ -17,7 +17,7 @@ env:
jobs:
push-ghcr:
name: Build and push image
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:

View file

@ -12,7 +12,7 @@ on:
jobs:
markdown-link-check:
name: Check links in markdown
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: gaurav-nelson/github-action-markdown-link-check@v1

View file

@ -17,7 +17,7 @@ env:
jobs:
push-quay:
name: Build and push manifest
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:

View file

@ -17,7 +17,7 @@ jobs:
build:
name: |-
Build with ${{ matrix.build_with }} and push${{ matrix.fully_qualified_image_name_tag && ' FQIN' || '' }} (latest: ${{ matrix.install_latest }})
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:

View file

@ -17,7 +17,7 @@ env:
jobs:
push-quay:
name: Build and push image
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:

View file

@ -9,7 +9,7 @@ on:
jobs:
crda-scan:
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
name: Scan project vulnerability with CRDA
steps:

View file

@ -17,7 +17,7 @@ env:
jobs:
login-and-push:
name: Login and push image to Quay.io
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix: