Skip to content

Bump anchore/sbom-action from 0.15.1 to 0.15.2 #105

Bump anchore/sbom-action from 0.15.1 to 0.15.2

Bump anchore/sbom-action from 0.15.1 to 0.15.2 #105

Workflow file for this run

name: golangci-lint
on:
pull_request:
permissions:
contents: read
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
- run: go mod download
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.55.2
skip-pkg-cache: true