Skip to content
This repository has been archived by the owner on Jun 13, 2024. It is now read-only.

chore(deps): update deps #51

chore(deps): update deps

chore(deps): update deps #51

name: Nodejs Bindings CI
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ github.ref != 'refs/heads/main' }}
env:
DEBUG: napi:*
APP_NAME: flappy-nodejs-bindings
MACOSX_DEPLOYMENT_TARGET: '10.13'
WORKING_DIRECTORY: packages/rust-core/nodejs
permissions:
contents: write
id-token: write
defaults:
run:
working-directory: packages/rust-core/nodejs
on:
workflow_dispatch:
pull_request:
paths:
- 'yarn.lock'
- 'packages/rust-core/common/**'
- 'packages/rust-core/nodejs/**'
- 'packages/rust-core/Cargo.toml'
- 'packages/rust-core/Cargo.lock'
- 'packages/rust-core/package.json'
- '.github/workflows/nodejs-bindings-build-common.yml'
- '.github/workflows/nodejs-bindings-ci.yml'
- '.github/workflows/codeql.yml'
push:
branches: [main]
paths:
- 'yarn.lock'
- 'packages/rust-core/common/**'
- 'packages/rust-core/nodejs/**'
- 'packages/rust-core/Cargo.toml'
- 'packages/rust-core/Cargo.lock'
- 'packages/rust-core/package.json'
- '.github/workflows/nodejs-bindings-build-common.yml'
- '.github/workflows/nodejs-bindings-ci.yml'
- '.github/workflows/codeql.yml'
jobs:
codeql:

Check failure on line 48 in .github/workflows/nodejs-bindings-ci.yml

View workflow run for this annotation

GitHub Actions / Nodejs Bindings CI

Invalid workflow file

The workflow is not valid. .github/workflows/nodejs-bindings-ci.yml (Line: 48, Col: 3): Error calling workflow 'pleisto/flappy/.github/workflows/codeql.yml@5b40877dcfc246e6e24d119a0dc7c11b3ddfeb70'. The nested job 'analyze' is requesting 'actions: read, security-events: write', but is only allowed 'actions: none, security-events: none'.
name: nodejs-ci-codeql
uses: ./.github/workflows/codeql.yml
with:
language: javascript-typescript
working-directory: packages/rust-core/nodejs
build:
name: nodejs-bindings-ci-build
uses: ./.github/workflows/nodejs-bindings-build-common.yml