Skip to content

chore(deps): bump github.com/projectdiscovery/nuclei/v3 (#368) #789

chore(deps): bump github.com/projectdiscovery/nuclei/v3 (#368)

chore(deps): bump github.com/projectdiscovery/nuclei/v3 (#368) #789

Workflow file for this run

name: update report card
on:
push:
branches: [main]
pull_request:
branches: [main]
workflow_call:
permissions:
contents: read
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
update-report-card:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- name: update go report card
uses: creekorful/goreportcard-action@v1.0