Skip to content

fix(deps): update dependency @nestjs/mongoose to v11 #3557

fix(deps): update dependency @nestjs/mongoose to v11

fix(deps): update dependency @nestjs/mongoose to v11 #3557

Workflow file for this run

name: CI
on:
push:
branches: ['main']
pull_request:
branches: ['main']
jobs:
validate-node:

Check failure on line 9 in .github/workflows/ci.yaml

View workflow run for this annotation

GitHub Actions / CI

Invalid workflow file

The workflow is not valid. .github/workflows/ci.yaml (Line: 9, Col: 3): Error calling workflow 'curium-rocks/flows/.github/workflows/node-ts.yml@main'. The nested job 'dependency-review' is requesting 'pull-requests: write', but is only allowed 'pull-requests: none'.
name: 'Validate'
uses: curium-rocks/flows/.github/workflows/node-ts.yml@main
permissions:
contents: read
actions: read
security-events: write
with:
continue-on-prod-vulns: true
secrets:
SONARQUBE_KEY: ${{ secrets.SONARQUBE_KEY }}
build-container:
name: 'Build container image'
uses: curium-rocks/flows/.github/workflows/oci-build-image.yml@main
needs: validate-node
permissions:
contents: read
packages: write
security-events: write
id-token: write
with:
registry: ghcr.io/bryopsida
image_name: syslog-api
push_in_pr: true