Merge pull request #5760 from jbampton/fix-type-use-array

CodeQL: fix type use array
This commit is contained in:
Yukihiro "Matz" Matsumoto
2022-07-31 08:01:59 +09:00
committed by GitHub
+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