Skip to content

chore(deps): bump github.com/spf13/pflag from 1.0.9 to 1.0.10 #361

chore(deps): bump github.com/spf13/pflag from 1.0.9 to 1.0.10

chore(deps): bump github.com/spf13/pflag from 1.0.9 to 1.0.10 #361

Workflow file for this run

name: "Validations"
on:
workflow_dispatch:
push:
branches:
- main
pull_request:
permissions:
contents: read
jobs:
Static-Analysis:
# Note: changing this job name requires making the same update in the .github/workflows/release.yaml pipeline
name: "Static analysis"
runs-on: ubuntu-24.04
steps:
- name: Bootstrap environment
uses: anchore/go-make/.github/actions/bootstrap@latest
- name: Run static analysis
run: make static-analysis
Unit-Test:
# Note: changing this job name requires making the same update in the .github/workflows/release.yaml pipeline
name: "Unit tests"
runs-on: ubuntu-24.04
steps:
- name: Bootstrap environment
uses: anchore/go-make/.github/actions/bootstrap@latest
- name: Run unit tests
run: make unit