Skip to content

chore(deps): bump github.com/stretchr/testify from 1.9.0 to 1.10.0 in the main group #375

chore(deps): bump github.com/stretchr/testify from 1.9.0 to 1.10.0 in the main group

chore(deps): bump github.com/stretchr/testify from 1.9.0 to 1.10.0 in the main group #375

Workflow file for this run

name: CodeQL
on:
pull_request:
branches:
- main
types:
- opened
- synchronize
- reopened
- labeled
- unlabeled
push:
branches:
- main
permissions:
actions: read
contents: read
security-events: write
jobs:
codeql:
runs-on: ubuntu-latest
if: >
(github.event_name == 'pull_request' && !contains(github.event.pull_request.labels.*.name, 'skip workflows')) ||
github.event_name == 'push'
steps:
- uses: actions/checkout@v4
- uses: github/codeql-action/init@v3
with:
languages: go
- uses: github/codeql-action/autobuild@v3
- uses: github/codeql-action/analyze@v3