Skip to content

Build(deps): Bump jfrog/frogbot from 2.21.13 to 2.23.0 #293

Build(deps): Bump jfrog/frogbot from 2.21.13 to 2.23.0

Build(deps): Bump jfrog/frogbot from 2.21.13 to 2.23.0 #293

Workflow file for this run

name: Go Lint
on:
pull_request:
branches: [main]
push:
branches:
- main
workflow_dispatch:
permissions:
contents: read
jobs:
golint:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
with:
fetch-depth: 0
- name: Go Lint
uses: golangci/golangci-lint-action@3cfe3a4abbb849e10058ce4af15d205b6da42804 # v4.0.0
with:
version: v1.54