Skip to content

chore(deps): bump github.com/projectdiscovery/fastdialer from 0.0.67 to 0.0.68 #179

chore(deps): bump github.com/projectdiscovery/fastdialer from 0.0.67 to 0.0.68

chore(deps): bump github.com/projectdiscovery/fastdialer from 0.0.67 to 0.0.68 #179

Workflow file for this run

name: 🚨 CodeQL Analysis
on:
workflow_dispatch:
pull_request:
branches:
- dev
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
security-events: write
strategy:
fail-fast: false
matrix:
language: [ 'go' ]
# CodeQL supports [ 'cpp', 'csharp', 'go', 'java', 'javascript', 'python' ]
steps:
- name: Checkout repository
uses: actions/checkout@v4
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
with:
languages: ${{ matrix.language }}
- name: Autobuild
uses: github/codeql-action/autobuild@v2
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2