Skip to content

Bump gopkg.in/dnaeon/go-vcr.v3 from 3.1.2 to 3.2.0 #58

Bump gopkg.in/dnaeon/go-vcr.v3 from 3.1.2 to 3.2.0

Bump gopkg.in/dnaeon/go-vcr.v3 from 3.1.2 to 3.2.0 #58

Workflow file for this run

name: CodeQL
on: [push, pull_request]
permissions:
contents: read
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
security-events: write
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
languages: go
- name: build
uses: docker://golang:1.19-buster
with:
entrypoint: /bin/sh
args: -c "go build ."
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3