Skip to content

build(deps): Bump golang.org/x/net from 0.47.0 to 0.48.0 in /scrape #4672

build(deps): Bump golang.org/x/net from 0.47.0 to 0.48.0 in /scrape

build(deps): Bump golang.org/x/net from 0.47.0 to 0.48.0 in /scrape #4672

Workflow file for this run

on: [push, pull_request]
name: linter
permissions:
contents: read
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
- uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
with:
go-version: 1.x
cache-dependency-path: "**/go.sum"
- run: script/lint.sh
env:
CHECK_GITHUB_OPENAPI: 1
GITHUB_TOKEN: ${{ github.token }}