Skip to content

Commit

Permalink
codeql sa
Browse files Browse the repository at this point in the history
  • Loading branch information
test1337ahp committed Mar 17, 2022
1 parent 44d5b58 commit e09516d
Show file tree
Hide file tree
Showing 8 changed files with 1 addition and 181 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/SA-codeql.yml
Original file line number Diff line number Diff line change
@@ -1,21 +1,9 @@
# For most projects, this workflow file will not need changing; you simply need
# to commit it to your repository.
#
# You may wish to alter this file to override the set of languages analyzed,
# or to provide custom queries or build logic.
#
# ******** NOTE ********
# We have attempted to detect the languages in your repository. Please check
# the `language` matrix defined below to confirm you have the correct set of
# supported CodeQL languages.
#
name: CodeQL Security Scan

on:
push:
branches: [ master ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ master ]
# schedule:
# - cron: '15 17 * * 1'
Expand Down
36 changes: 0 additions & 36 deletions .github/workflows/SA-phpstan.yml

This file was deleted.

57 changes: 0 additions & 57 deletions .github/workflows/SA-psalm.yml

This file was deleted.

29 changes: 0 additions & 29 deletions .github/workflows/SA-semgrep.yml

This file was deleted.

9 changes: 0 additions & 9 deletions dotenv.php

This file was deleted.

14 changes: 0 additions & 14 deletions phpstan.neon

This file was deleted.

23 changes: 0 additions & 23 deletions psalm.xml

This file was deleted.

2 changes: 1 addition & 1 deletion public/js/plugins/chartjs/Chart.bundle.js
Original file line number Diff line number Diff line change
Expand Up @@ -2431,7 +2431,7 @@ module.exports = {

// LOCALES

var MONTHS_IN_FORMAT = /D[oD]?(\[[^\[\]]*\]|\s+)+MMMM?/;
var MONTHS_IN_FORMAT = /D[oD]?(\[[^\[\]]*\]|\s)+MMMM?/;
var defaultLocaleMonths = 'January_February_March_April_May_June_July_August_September_October_November_December'.split('_');
function localeMonths (m, format) {
return isArray(this._months) ? this._months[m.month()] :
Expand Down

0 comments on commit e09516d

Please sign in to comment.