Skip to content

Commit

Permalink
refactor(workflows): Update code scanning workflow (#101)
Browse files Browse the repository at this point in the history
* fix(docs): enable globbing in "Upgrading from Version 1?" section

* PR comments

* refactor(workflows): Update code scanning workflow

* Update .github/workflows/codeql-analysis.yml

* Update .github/workflows/codeql-analysis.yml

* Apply suggestions from code review

* Update .github/workflows/codeql-analysis.yml

* Update .github/workflows/codeql-analysis.yml

* Remove comments
  • Loading branch information
ScottBrenner authored Sep 29, 2021
1 parent 213fa21 commit 2c5a184
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,17 @@ name: "CodeQL"

on:
push:
branches-ignore: dependabot/**
pull_request:
schedule:
- cron: '38 18 * * 3'

jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest

permissions:
actions: write
actions: read
contents: read
pull-requests: read
security-events: write

strategy:
Expand All @@ -26,6 +24,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v2

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v1
with:
Expand Down

0 comments on commit 2c5a184

Please sign in to comment.