Skip to content

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

chore(deps): update all non-major dependencies

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

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@a70808072e4df6003d21ea0255938271aa6b535d'. The nested job 'upload-attestion-to-release' is requesting 'contents: write', but is only allowed 'contents: read'.
uses: chgl/.github/.github/workflows/standard-build.yaml@a70808072e4df6003d21ea0255938271aa6b535d # v1.10.5
permissions:
contents: read
id-token: write
packages: write
pull-requests: write
actions: read
security-events: write
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@a70808072e4df6003d21ea0255938271aa6b535d # v1.10.5
permissions:
contents: read
pull-requests: write
issues: write
security-events: write
actions: read
with:
codeql-languages: '["csharp"]'
enable-codeql: true
enable-validate-gradle-wrapper: false
enable-verify-base-image-signature: false
secrets:
github-token: ${{ secrets.GITHUB_TOKEN }}