Skip to content

chore(deps): bump actions/labeler from 4.1.0 to 4.3.0 #405

chore(deps): bump actions/labeler from 4.1.0 to 4.3.0

chore(deps): bump actions/labeler from 4.1.0 to 4.3.0 #405

Workflow file for this run

name: "CodeQL"
on:
push:
branches: [master]
paths-ignore:
- "**.md"
- "*.yml"
- "Makefile"
- "docs/*.md"
- ".gitignore"
- "LICENSE"
- ".github/*.yml"
- ".github/ISSUE_TEMPLATE/*.md"
- ".github/*.md"
- ".github/workflows/main.yml"
- ".github/workflows/release.yml"
- ".devcontainers/**"
pull_request:
paths-ignore:
- "**.md"
- "*.yml"
- "Makefile"
- "docs/*.md"
- ".gitignore"
- "LICENSE"
- ".github/*.yml"
- ".github/ISSUE_TEMPLATE/*.md"
- ".github/*.md"
- ".github/workflows/main.yml"
- ".github/workflows/release.yml"
- ".devcontainers/**"
# The branches below must be a subset of the branches above
branches: [master]
schedule:
- cron: "21 11 * * 4"
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@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@81644f35ff20aa6b0e7b936f0e8716419ba7d295
with:
languages: 'go'
- name: Autobuild
uses: github/codeql-action/autobuild@81644f35ff20aa6b0e7b936f0e8716419ba7d295
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@81644f35ff20aa6b0e7b936f0e8716419ba7d295