Skip to content

Bump the cloud-google-com-go group in /notifier/pubsub with 2 updates #1349

Bump the cloud-google-com-go group in /notifier/pubsub with 2 updates

Bump the cloud-google-com-go group in /notifier/pubsub with 2 updates #1349

Workflow file for this run

name: CodeQL
on:
push:
branches:
- main
pull_request:
branches:
- main
schedule:
- cron: '39 9 * * 5'
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
permissions:
security-events: write
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: 'stable'
cache-dependency-path: "**/go.sum"
- uses: github/codeql-action/init@v3
with:
languages: go
- uses: github/codeql-action/autobuild@v3
- uses: github/codeql-action/analyze@v3