Skip to content

chore(deps): bump github.com/projectdiscovery/cdncheck from 1.2.30 to 1.2.31 in the modules group #12

chore(deps): bump github.com/projectdiscovery/cdncheck from 1.2.30 to 1.2.31 in the modules group

chore(deps): bump github.com/projectdiscovery/cdncheck from 1.2.30 to 1.2.31 in the modules group #12

Workflow file for this run

name: ♾️ Compatibility Checks
on:
pull_request:
types: [opened, synchronize]
branches:
- dev
jobs:
check:
if: github.actor == 'dependabot[bot]'
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v4
- uses: projectdiscovery/actions/setup/go/compat-checks@v1
with:
go-version-file: 'go.mod'