Skip to content

chore(deps): bump anchore/sbom-action from 0.14.1 to 0.17.0 #24

chore(deps): bump anchore/sbom-action from 0.14.1 to 0.17.0

chore(deps): bump anchore/sbom-action from 0.14.1 to 0.17.0 #24

Workflow file for this run

---
name: Go linter
on:
workflow_dispatch:
push:
pull_request:
permissions:
contents: read
pull-requests: read
jobs:
golangci:
name: Golangci-lint
runs-on: ubuntu-latest
env:
GO_VERSION: '~1.22'
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: ${{ env.GO_VERSION }}
cache: false
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.56
args: --config .golang-ci.yml
github_token: ${{ secrets.GITHUB_TOKEN }}
reporter: github-pr-check