Skip to content

build(deps): bump actions/checkout from 4.2.0 to 4.2.1 #1065

build(deps): bump actions/checkout from 4.2.0 to 4.2.1

build(deps): bump actions/checkout from 4.2.0 to 4.2.1 #1065

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@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # tag=v4.2.1
- name: Initialize CodeQL
uses: github/codeql-action/init@6db8d6351fd0be61f9ed8ebd12ccd35dcec51fea # tag=v2.11.2
with:
languages: "go"
- name: Run Autobuild
uses: github/codeql-action/autobuild@6db8d6351fd0be61f9ed8ebd12ccd35dcec51fea # tag=v2.11.2
- name: Perform Analysis
uses: github/codeql-action/analyze@6db8d6351fd0be61f9ed8ebd12ccd35dcec51fea # tag=v2.11.2