Skip to content

[Snyk] Upgrade axe-core from 4.10.0 to 4.10.2 #4

[Snyk] Upgrade axe-core from 4.10.0 to 4.10.2

[Snyk] Upgrade axe-core from 4.10.0 to 4.10.2 #4

Workflow file for this run

name: Web App CI PR
on:
pull_request:
paths:
- "webapp/**"
- "e2e-tests/**"
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
# This file just imports the template yml
# and runs it with concurrency. We have to do this in this way
# because the concurrency label cannot be added conditionally
# and it _always_ cancels pending workflows. So master CI builds
# always kept getting canceled.
jobs:
pr-ci:

Check failure on line 19 in .github/workflows/webapp-ci-pr.yml

View workflow run for this annotation

GitHub Actions / Web App CI PR

Invalid workflow file

The workflow is not valid. .github/workflows/webapp-ci-pr.yml (Line: 19, Col: 3): Error calling workflow 'IT21336072/MatterMost/.github/workflows/webapp-ci-template.yml@d3395952275188cb156ff7f3ad31eaa5c27eccfb'. The nested job 'test' is requesting 'checks: write, pull-requests: write', but is only allowed 'checks: none, pull-requests: none'.
uses: ./.github/workflows/webapp-ci-template.yml