Skip to content

Fix ISM and other timestamp fields typed as integer instead of int64 causing numeric overflow #5400

Fix ISM and other timestamp fields typed as integer instead of int64 causing numeric overflow

Fix ISM and other timestamp fields typed as integer instead of int64 causing numeric overflow #5400

Workflow file for this run

name: Link Checker
on: [push, pull_request]
jobs:
linkchecker:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
- name: lychee Link Checker
id: lychee
uses: lycheeverse/lychee-action@8646ba30535128ac92d33dfc9133794bfdd9b411 # v2.8.0
with:
args: --accept=200,403,429 "**/*.html" "**/*.md" "**/*.txt" "**/*.json"
fail: true
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}