dnscrypt-proxy/.github/workflows/codeql-analysis.yml

33 lines
582 B
YAML
Raw Permalink Normal View History

2020-06-15 20:02:22 +02:00
name: "CodeQL scan"
on:
push:
pull_request:
schedule:
- cron: '0 14 * * 6'
jobs:
analyze:
name: Analyze
2020-06-15 20:02:22 +02:00
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
2021-08-18 11:01:38 +02:00
with:
2020-06-15 20:02:22 +02:00
fetch-depth: 2
2021-08-18 11:01:38 +02:00
2024-02-28 03:07:03 +01:00
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
2020-06-15 20:02:22 +02:00
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
2020-06-15 20:02:22 +02:00
- name: Autobuild
uses: github/codeql-action/autobuild@v3
2020-06-15 20:02:22 +02:00
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3