Skip to content

chore(deps): bump github/codeql-action from 4.34.1 to 4.35.1 in /.github/workflows #4378

chore(deps): bump github/codeql-action from 4.34.1 to 4.35.1 in /.github/workflows

chore(deps): bump github/codeql-action from 4.34.1 to 4.35.1 in /.github/workflows #4378

Workflow file for this run

---
name: all_url_check
'on':
workflow_dispatch:
push:
branches:
- master
pull_request:
schedule:
- cron: '0 5,13 * * 3,6'
permissions:
contents: read
jobs:
run_lychee:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- name: link_check with lychee-action
id: link_check
uses: lycheeverse/lychee-action@8646ba30535128ac92d33dfc9133794bfdd9b411 # v2.8.0
with:
args: >
--verbose
--insecure
--no-progress
--accept 200,999
**/*.md **/*.py **/*.toml
fail: true
...