Skip to content

chore(deps): Bump github.com/onsi/gomega from 1.32.0 to 1.33.0 (#274) #221

chore(deps): Bump github.com/onsi/gomega from 1.32.0 to 1.33.0 (#274)

chore(deps): Bump github.com/onsi/gomega from 1.32.0 to 1.33.0 (#274) #221

Workflow file for this run

name: "CodeQL"
on:
push:
branches:
- main
- develop
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
defaults:
run:
shell: bash
jobs:
codeql-analysis:
name: "CodeQL Analysis"
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
security-events: write
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-go@v5
with:
go-version-file: ./go.mod
cache: true
- name: Setup CodeQL
uses: github/codeql-action/init@v3
with:
languages: 'go'
queries: security-and-quality
- name: Build
run: make build
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3