Skip to content

Bump github.com/stretchr/testify from 1.9.0 to 1.10.0 (#49) #90

Bump github.com/stretchr/testify from 1.9.0 to 1.10.0 (#49)

Bump github.com/stretchr/testify from 1.9.0 to 1.10.0 (#49) #90

Workflow file for this run

name: Code Scanning
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
paths:
- '**/*.go'
schedule:
- cron: "0 0 * * 0"
permissions:
actions: read # for github/codeql-action/init to get workflow details
contents: read # for actions/checkout to fetch code
security-events: write # for github/codeql-action/analyze to upload SARIF results
jobs:
CodeQL:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
languages: go
queries: security-and-quality
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3