From e6736962b7f34a8e322cecdcfba2d913a0f36a6e Mon Sep 17 00:00:00 2001 From: Pion <59523206+pionbot@users.noreply.github.com> Date: Wed, 4 May 2022 17:57:54 +0000 Subject: [PATCH] Update CI configs to v0.7.3 Update lint scripts and CI configs. --- .github/workflows/codeql-analysis.yml | 27 +++++++++++++++++++++++++++ AUTHORS.txt | 1 + 2 files changed, 28 insertions(+) create mode 100644 .github/workflows/codeql-analysis.yml diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml new file mode 100644 index 00000000000..18641ca31ae --- /dev/null +++ b/.github/workflows/codeql-analysis.yml @@ -0,0 +1,27 @@ +name: "CodeQL" + +on: + workflow_dispatch: + schedule: + - cron: '23 5 * * 0' + +jobs: + analyze: + name: Analyze + runs-on: ubuntu-latest + permissions: + actions: read + contents: read + security-events: write + + steps: + - name: Checkout repo + uses: actions/checkout@v3 + + - name: Initialize CodeQL + uses: github/codeql-action/init@v2 + with: + languages: 'go' + + - name: CodeQL Analysis + uses: github/codeql-action/analyze@v2 diff --git a/AUTHORS.txt b/AUTHORS.txt index 5d129be97e2..b63cbaff224 100644 --- a/AUTHORS.txt +++ b/AUTHORS.txt @@ -4,6 +4,7 @@ # This file is auto generated, using git to list all individuals contributors. # see `.github/generate-authors.sh` for the scripting a-wing <1@233.email> +Aaron Boushley Aaron France Adam Kiss adwpc