Skip to content

chore(deps): bump github.com/projectdiscovery/utils from 0.0.79 to 0.2.14 #281

chore(deps): bump github.com/projectdiscovery/utils from 0.0.79 to 0.2.14

chore(deps): bump github.com/projectdiscovery/utils from 0.0.79 to 0.2.14 #281

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