Skip to content

sca: Adjust generate{Perl,Ruby}Deps to account for non-usrmerge #6953

sca: Adjust generate{Perl,Ruby}Deps to account for non-usrmerge

sca: Adjust generate{Perl,Ruby}Deps to account for non-usrmerge #6953

Workflow file for this run

name: verify
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
permissions: {}
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: step-security/harden-runner@fa2e9d605c4eeb9fcad4c99c224cee0c6c7f3594 # v2.16.0
with:
egress-policy: block
allowed-endpoints: >
*.blob.core.windows.net:443
*.githubapp.com:443
api.github.com:443
dl.google.com:443
github.com:443
go.dev:443
golangci-lint.run:443
objects.githubusercontent.com:443
proxy.golang.org:443
raw.githubusercontent.com:443
release-assets.githubusercontent.com:443
storage.googleapis.com:443
sum.golang.org:443
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
with:
go-version-file: go.mod
check-latest: true
- name: golangci-lint
uses: golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v9.2.0
with:
version: v2.6.0
args: --timeout=5m --config="${{github.workspace}}/.golangci.yml"
- run: |
make docs-repo
git diff --exit-code
- run: |
make docs-pipeline
git diff --exit-code
- run: |
go mod tidy
git diff --exit-code