nodejs24(deps): bump kyma-project/restricted-prod/sap.com/node-fips from 24.16.0-dev to 24.18.0-dev in /components/runtimes/nodejs24 in the node group across 1 directory #6653
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: pull | |
| on: | |
| pull_request: | |
| branches: | |
| - main | |
| types: [opened, edited, synchronize, reopened, ready_for_review] | |
| permissions: | |
| contents: read # This is required for actions/checkout | |
| jobs: | |
| unit-tests: | |
| uses: ./.github/workflows/_unit-tests.yaml | |
| gitleaks: | |
| uses: ./.github/workflows/_gitleaks.yaml | |
| images-verify: | |
| if: github.event.pull_request.base.ref == 'main' | |
| uses: ./.github/workflows/_images-verify.yaml | |
| check-fips-image-versions: | |
| uses: ./.github/workflows/_check-fips-image-versions.yaml | |
| with: | |
| ref: ${{ github.event.pull_request.head.sha }} |