Skip to content

chore(deps): bump golangci/golangci-lint-action from 9.2.1 to 9.3.0 in the all group across 1 directory #245

chore(deps): bump golangci/golangci-lint-action from 9.2.1 to 9.3.0 in the all group across 1 directory

chore(deps): bump golangci/golangci-lint-action from 9.2.1 to 9.3.0 in the all group across 1 directory #245

Workflow file for this run

name: CI
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
permissions:
contents: read
jobs:
build:
name: build
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: step-security/harden-runner@9af89fc71515a100421586dfdb3dc9c984fbf411 # v2.19.4
with:
egress-policy: audit
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
with:
persist-credentials: false
- uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6.5.0
with:
go-version-file: "./go.mod"
check-latest: true
- name: golangci-lint
uses: golangci/golangci-lint-action@ba0d7d2ec06a0ea1cb5fa41b2e4a3ab91d21278a # v9.3.0
with:
version: latest
- name: build
run: |
set -x
make out/ghscan
./out/ghscan -h