Skip to content

chore(deps): update jdx/mise-action action to v3 #710

chore(deps): update jdx/mise-action action to v3

chore(deps): update jdx/mise-action action to v3 #710

Workflow file for this run

name: 'Checks'
on:
pull_request:
branches:
- main
concurrency:
group: checks-${{ github.ref }}
cancel-in-progress: true
jobs:
changed:

Check failure on line 13 in .github/workflows/checks.yml

View workflow run for this annotation

GitHub Actions / Checks

Invalid workflow file

The workflow is not valid. .github/workflows/checks.yml (Line: 13, Col: 3): Error calling workflow 'ishinova/tobe-docs/.github/workflows/wc-changed.yml@b8d93678e7407a5136e295c268066b6afb50e252'. The workflow is requesting 'pull-requests: read', but is only allowed 'pull-requests: none'.
uses: ./.github/workflows/wc-changed.yml
check-actions:
runs-on: ubuntu-24.04
needs: changed
if: needs.changed.outputs.actions == 'true'
timeout-minutes: 10
steps:
# https://github.com/marketplace/actions/checkout
- name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
# https://github.com/marketplace/actions/actionlint-with-reviewdog
- uses: reviewdog/action-actionlint@a5524e1c19e62881d79c1f1b9b6f09f16356e281 # v1.65.2
with:
fail_on_error: true
filter_mode: nofilter
level: error
reporter: github-pr-review
status-check:
runs-on: ubuntu-24.04
needs:
- check-actions
permissions: { }
if: failure()
steps:
- run: exit 1