Skip to content

build(deps): bump github.com/grokify/mogo from 0.73.2 to 0.73.4 #147

build(deps): bump github.com/grokify/mogo from 0.73.2 to 0.73.4

build(deps): bump github.com/grokify/mogo from 0.73.2 to 0.73.4 #147

Workflow file for this run

name: "CodeQL SAST Analysis"
on:
push:
branches:
- master
pull_request:
branches:
- master
schedule:
- cron: '30 1 * * 0'
workflow_dispatch:
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
timeout-minutes: 360
permissions:
actions: read
contents: read
security-events: write
strategy:
fail-fast: false
matrix:
language: ['go']
steps:
- name: Checkout repository
uses: actions/checkout@v6
- name: Initialize CodeQL
uses: github/codeql-action/init@v4
with:
languages: ${{ matrix.language }}
queries: security-extended,security-and-quality
- name: Set up Go
uses: actions/setup-go@v6
with:
go-version: '1.25.x'
- name: Autobuild
uses: github/codeql-action/autobuild@v4
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v4
with:
category: "/language:${{matrix.language}}"