Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

build(deps): bump actions/checkout from 3.5.2 to 4.1.2 #693

build(deps): bump actions/checkout from 3.5.2 to 4.1.2

build(deps): bump actions/checkout from 3.5.2 to 4.1.2 #693

Workflow file for this run

name: CodeQL
on:
push:
branches: [main]
pull_request:
branches: [main]
paths-ignore:
- '**.md'
- 'CODEOWNERS'
- 'LICENSE'
- '.gitignore'
- 'doc/**'
- 'Makefile'
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
security-events: write
strategy:
fail-fast: false
matrix:
language: ['go']
steps:
- name: Checkout repository
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # ratchet:actions/checkout@v3
- name: Initialize CodeQL
uses: github/codeql-action/init@v2 # ratchet:exclude
with:
languages: ${{ matrix.language }}
- name: Autobuild
uses: github/codeql-action/autobuild@v2 # ratchet:exclude
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2 # ratchet:exclude