Skip to content

chore(deps): bump actions/checkout from 6.0.2 to 7.0.0 (#98) #242

chore(deps): bump actions/checkout from 6.0.2 to 7.0.0 (#98)

chore(deps): bump actions/checkout from 6.0.2 to 7.0.0 (#98) #242

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@82606bf257cbaff209d206a39f5134f0cfbfd2ee # v9.2.1
with:
version: latest
- name: build
run: |
set -x
make out/ghscan
./out/ghscan -h