Skip to content

Update dependency @typescript-eslint/parser to v8 #1656

Update dependency @typescript-eslint/parser to v8

Update dependency @typescript-eslint/parser to v8 #1656

Workflow file for this run

name: CI
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
jobs:
validate-node:
name: "Validate"
uses: curium-rocks/flows/.github/workflows/node-ts.yml@main
secrets:
SONARQUBE_KEY: ${{ secrets.SONARQUBE_KEY }}
build-container:

Check failure on line 14 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: 14, Col: 3): Error calling workflow 'curium-rocks/flows/.github/workflows/oci-build-image.yml@main'. The nested job 'build-image' is requesting 'id-token: write', but is only allowed 'id-token: none'.
name: "Build container image"
uses: curium-rocks/flows/.github/workflows/oci-build-image.yml@main
needs: validate-node
with:
registry: ghcr.io/bryopsida
image_name: node-ts-starter
push_in_pr: true