Skip to content

🌱 bump golangci/golangci-lint-action from 6.1.1 to 6.2.0 #45

🌱 bump golangci/golangci-lint-action from 6.1.1 to 6.2.0

🌱 bump golangci/golangci-lint-action from 6.1.1 to 6.2.0 #45

Workflow file for this run

name: "Gosec Security Scan"
on:
push:
branches: [ "*" ]
pull_request:
branches: [ "*" ]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions: {}
jobs:
analyze:
runs-on: ubuntu-latest
env:
GO111MODULE: on
steps:
- id: checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
persist-credentials: false
- name: Run Gosec Security Scanner
env:
GOTOOLCHAIN: "go1.23.4"
uses: securego/gosec@d4617f51baf75f4f809066386a4f9d27b3ac3e46 # v2.21.4
with:
args: ./...