Skip to content

chore(deps): update all non-major dependencies #371

chore(deps): update all non-major dependencies

chore(deps): update all non-major dependencies #371

Workflow file for this run

name: ci
on:
push:
branches: [master]
release:
types: [created]
pull_request:
branches: [master]
permissions: read-all
jobs:
build:

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 'chgl/.github/.github/workflows/standard-build.yaml@c1515ccbf0988cdf3a61d549661c3329c6e97217'. The nested job 'build' is requesting 'security-events: write', but is only allowed 'security-events: none'.
uses: chgl/.github/.github/workflows/standard-build.yaml@c1515ccbf0988cdf3a61d549661c3329c6e97217 # v1.4.13
permissions:
contents: read
id-token: write
packages: write
pull-requests: write
actions: read
with:
# explicitly lowercase the repo name
image: "ghcr.io/chgl/magnifhir"
enable-build-test-layer: true
enable-upload-test-image: false
secrets:
github-token: ${{ secrets.GITHUB_TOKEN }}
lint:
uses: chgl/.github/.github/workflows/standard-lint.yaml@c1515ccbf0988cdf3a61d549661c3329c6e97217 # v1.4.13
permissions:
contents: read
pull-requests: write
issues: write
security-events: write
actions: read
with:
codeql-languages: '["csharp"]'
enable-codeql: true
secrets:
github-token: ${{ secrets.GITHUB_TOKEN }}