Skip to content

build(deps): bump github.com/stretchr/testify from 1.8.1 to 1.8.4 #147

build(deps): bump github.com/stretchr/testify from 1.8.1 to 1.8.4

build(deps): bump github.com/stretchr/testify from 1.8.1 to 1.8.4 #147

Workflow file for this run

name: Code quality tests
on:
pull_request:
# The branches below must be a subset of the branches above
branches: [main]
types: [opened, synchronize, reopened]
jobs:
codeql:
name: CodeQL
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
security-events: write
strategy:
fail-fast: false
matrix:
language: ["go"]
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
with:
languages: ${{ matrix.language }}
- name: Autobuild
uses: github/codeql-action/autobuild@v2
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2