Skip to content

build(deps): bump aquasecurity/trivy-action from 0.27.0 to 0.28.0 in the actions group #8

build(deps): bump aquasecurity/trivy-action from 0.27.0 to 0.28.0 in the actions group

build(deps): bump aquasecurity/trivy-action from 0.27.0 to 0.28.0 in the actions group #8

Workflow file for this run

# Copyright 2024 Stacklok, Inc
# SPDX-License-Identifier: Apache-2.0
name: golangci-lint
on:
pull_request:
permissions: read-all
jobs:
golangci:
name: golangci-lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
- uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
with:
go-version-file: go.mod
check-latest: true
cache: false
- name: lint
uses: golangci/golangci-lint-action@971e284b6050e8a5849b72094c50ab08da042db8 # v6.1.1
with:
version: v1.61
args: --timeout=5m