Skip to content

feat(deps): bump github.com/stretchr/testify from 1.8.4 to 1.9.0 (#17) #33

feat(deps): bump github.com/stretchr/testify from 1.8.4 to 1.9.0 (#17)

feat(deps): bump github.com/stretchr/testify from 1.8.4 to 1.9.0 (#17) #33

Workflow file for this run

name: "codeql"
on:
push:
branches: [ main ]
paths-ignore:
- 'docs/**'
- 'README.md'
pull_request:
branches: [ main ]
paths-ignore:
- 'docs/**'
- 'README.md'
jobs:
analyze:
name: analyze
runs-on: ubuntu-latest
permissions:
security-events: write
actions: read
contents: read
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: stable
# Initializes the CodeQL tools for scanning.
- uses: github/codeql-action/init@v3
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
- uses: github/codeql-action/autobuild@v3
- uses: github/codeql-action/analyze@v3