Skip to content

Bump github.com/onsi/gomega from 1.27.10 to 1.28.0 (#14) #49

Bump github.com/onsi/gomega from 1.27.10 to 1.28.0 (#14)

Bump github.com/onsi/gomega from 1.27.10 to 1.28.0 (#14) #49

Workflow file for this run

name: CodeQL
on:
push:
branches:
- main
pull_request:
schedule:
- cron: "00 5 * * SAT"
jobs:
codeql:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
with:
languages: go
- name: Autobuild
uses: github/codeql-action/autobuild@v2
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2