Skip to content

Commit

Permalink
Fix CodeQL
Browse files Browse the repository at this point in the history
  • Loading branch information
cheina97 authored and adamjensenbot committed Nov 22, 2023
1 parent 97721cc commit 984922a
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
name: "CodeQL"

on:
push:
branches:
- master
# Runs at 19:30, only on Saturday
schedule:
- cron: '30 19 * * 6'
Expand Down Expand Up @@ -51,6 +54,7 @@ jobs:
if: ${{ github.event_name == 'repository_dispatch' }}
analyze:
name: Analyze
needs: configure
# Runner size impacts CodeQL analysis time. To learn more, please see:
# - https://gh.io/recommended-hardware-resources-for-running-codeql
# - https://gh.io/supported-runners-and-hardware-resources
Expand All @@ -74,7 +78,11 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: "${{ needs.configure.outputs.commit-ref }}"
repository: "${{ needs.configure.outputs.repo-name }}"
persist-credentials: false

- uses: actions/setup-go@v4
with:
Expand Down

0 comments on commit 984922a

Please sign in to comment.