Skip to content

Bump github.com/tomarrell/wrapcheck/v2 from 2.8.2 to 2.8.3 #5

Bump github.com/tomarrell/wrapcheck/v2 from 2.8.2 to 2.8.3

Bump github.com/tomarrell/wrapcheck/v2 from 2.8.2 to 2.8.3 #5

Workflow file for this run

name: CodeQL
on:
pull_request: ~
push:
branches:
- main
permissions: read-all
jobs:
go:
name: Go
runs-on: ubuntu-22.04
permissions:
security-events: write # To upload CodeQL results
steps:
- name: Checkout repository
uses: actions/[email protected]
- name: Install Go
uses: actions/[email protected]
with:
go-version-file: go.mod
- name: Initialize CodeQL
uses: github/codeql-action/[email protected]
with:
languages: go
- name: Perform CodeQL analysis
uses: github/codeql-action/[email protected]