Skip to content

chore(deps): bump wagoid/commitlint-github-action from 5.4.5 to 6.0.0 #154

chore(deps): bump wagoid/commitlint-github-action from 5.4.5 to 6.0.0

chore(deps): bump wagoid/commitlint-github-action from 5.4.5 to 6.0.0 #154

Workflow file for this run

name: Extra
on:
push:
tags:
- v*
branches:
- main
pull_request:
workflow_dispatch:
jobs:
vulns:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: 1.17
- name: List dependencies
run: go list -json -m all > go.list
- name: Run nancy
uses: sonatype-nexus-community/nancy-github-action@v1.0.3