Skip to content

chore(deps): bump pgregory.net/rapid from 1.2.0 to 1.3.0 (#18) #36

chore(deps): bump pgregory.net/rapid from 1.2.0 to 1.3.0 (#18)

chore(deps): bump pgregory.net/rapid from 1.2.0 to 1.3.0 (#18) #36

Workflow file for this run

name: CodeQL
on:
push:
branches: [main]
pull_request:
branches: [main]
schedule:
- cron: "23 4 * * 1" # Monday 4:23 UTC (12:23 AWST)
permissions:
contents: read
security-events: write
jobs:
analyze:
name: Analyze (Go)
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- name: Checkout repository
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
- name: Initialize CodeQL
uses: github/codeql-action/init@c10b8064de6f491fea524254123dbe5e09572f13 # v4
with:
languages: go
build-mode: autobuild
queries: security-extended
dependency-caching: true
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@c10b8064de6f491fea524254123dbe5e09572f13 # v4
with:
category: "/language:go"