Skip to content

Bump anchore/sbom-action from 0.17.7 to 0.17.8 in the github-actions group #246

Bump anchore/sbom-action from 0.17.7 to 0.17.8 in the github-actions group

Bump anchore/sbom-action from 0.17.7 to 0.17.8 in the github-actions group #246

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@v6
with:
version: v1.61.0
skip-pkg-cache: true