Skip to content

build(deps): bump step-security/harden-runner from 2.4.1 to 2.5.0 #1720

build(deps): bump step-security/harden-runner from 2.4.1 to 2.5.0

build(deps): bump step-security/harden-runner from 2.4.1 to 2.5.0 #1720

Workflow file for this run

name: golangci-lint
on:
push:
branches: ["main"]
pull_request:
permissions:
contents: read
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
permissions:
id-token: write
contents: read
steps:
- name: 🛡️ Harden Runner
uses: step-security/harden-runner@cba0d00b1fc9a034e1e642ea0f1103c282990604 # v2.5.0
with:
disable-sudo: true
policy: golangci-lint
- name: 🏗️ Set up Go
uses: actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753 # v4.0.1
with:
go-version: stable
- name: 🚚 Check out the repository
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
with:
persist-credentials: false
- name: 🧹 Run golangci-lint
uses: golangci/golangci-lint-action@639cd343e1d3b897ff35927a75193d57cfcba299 # v3.6.0
with:
version: latest