Skip to content

Bump gitlab.com/gitlab-org/api/client-go from 0.139.2 to 0.148.1 #262

Bump gitlab.com/gitlab-org/api/client-go from 0.139.2 to 0.148.1

Bump gitlab.com/gitlab-org/api/client-go from 0.139.2 to 0.148.1 #262

Workflow file for this run

name: Linter
on:
push:
branches:
- main
- master
pull_request:
permissions:
contents: read
# Optional: allow read access to pull request. Use with `only-new-issues` option.
# pull-requests: read
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- name: Harden the runner (Audit all outbound calls)
uses: step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
with:
egress-policy: audit
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
with:
go-version: stable
- name: golangci-lint
uses: golangci/golangci-lint-action@v8