Skip to content

Commit

Permalink
pr feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
gerardsn committed Oct 28, 2024
1 parent 05d383a commit 7e115b6
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/codeql-analysis-cron-schedule.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This is an alternative to the codeql-analysis.yml that only contains a scheduled evaluation of CodeQL

name: "CodeQL CRON"
name: "Scheduled CodeQL"

on:
schedule:
Expand All @@ -18,10 +18,6 @@ jobs:
strategy:
fail-fast: false
matrix:
language: [ 'go' ]
# CodeQL supports [ 'cpp', 'csharp', 'go', 'java', 'javascript', 'python' ]
# Learn more:
# https://docs.github.com/en/free-pro-team@latest/github/finding-security-vulnerabilities-and-errors-in-your-code/configuring-code-scanning#changing-the-languages-that-are-analyzed
branches:
- 'master'
- 'V5.4'
Expand All @@ -31,7 +27,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4
with:
ref: ${{ matrix.branches }}
ref: 'go'

- name: Set up Go
uses: actions/setup-go@v5
Expand Down

0 comments on commit 7e115b6

Please sign in to comment.