CodeQL: fix type use array

This commit is contained in:
John Bampton
2022-07-29 14:44:02 +10:00
parent 387f383eeb
commit 5cae37abe5
+3 -4
View File
@@ -1,17 +1,16 @@
name: "Code scanning - action"
name: Code scanning - action
on:
push:
branches-ignore: "dependabot/**"
branches-ignore:
- dependabot/**
pull_request:
schedule:
- cron: '0 19 * * 4'
jobs:
CodeQL-Build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3