Skip to content

build(deps): bump gitpod/workspace-go from 8d15123 to 95d2129 #962

build(deps): bump gitpod/workspace-go from 8d15123 to 95d2129

build(deps): bump gitpod/workspace-go from 8d15123 to 95d2129 #962

Workflow file for this run

name: CodeQL
on:
push:
branches:
- main
pull_request:
branches:
- main
workflow_dispatch: { }
schedule:
- cron: "42 23 * * 5" # run friday night
permissions: { }
jobs:
analyze:
name: Analyze
timeout-minutes: 10
runs-on: ubuntu-latest
permissions:
security-events: write
steps:
- name: Checkout Repository
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # tag=v4.1.7
- name: Initialize CodeQL
uses: github/codeql-action/init@23acc5c183826b7a8a97bce3cecc52db901f8251 # tag=v2.11.2
with:
languages: "go"
- name: Run Autobuild
uses: github/codeql-action/autobuild@23acc5c183826b7a8a97bce3cecc52db901f8251 # tag=v2.11.2
- name: Perform Analysis
uses: github/codeql-action/analyze@23acc5c183826b7a8a97bce3cecc52db901f8251 # tag=v2.11.2