Skip to content

Commit

Permalink
Merge branch 'renovate/github-codeql-action-3.x'
Browse files Browse the repository at this point in the history
  • Loading branch information
julien-noblet committed Mar 10, 2024
1 parent 5fa6677 commit 983f1e1
Show file tree
Hide file tree
Showing 88 changed files with 5,121 additions and 61,459 deletions.
3 changes: 1 addition & 2 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"presets": ["@babel/preset-env", "@babel/preset-react", "@babel/preset-flow"],
"presets": ["@babel/preset-env", "@babel/preset-react"],
"plugins": [
"@babel/plugin-transform-flow-strip-types",
"@babel/plugin-transform-runtime"
]
}
2 changes: 1 addition & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"ecmaVersion": 6,
"sourceType": "module"
},
"extends": ["prettier", "prettier/flowtype"],
"extends": ["prettier"],
"globals": {},
"plugins": ["prettier"],
"rules": {
Expand Down
11 changes: 0 additions & 11 deletions .flowconfig

This file was deleted.

6 changes: 3 additions & 3 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
uses: github/codeql-action/init@v3
with:
languages: ${{ matrix.language }}
# If you wish to specify custom queries, you can do so here or in a config file.
Expand All @@ -56,7 +56,7 @@ jobs:
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
# If this step fails, then you should remove it and run the build manually (see below)
- name: Autobuild
uses: github/codeql-action/autobuild@v2
uses: github/codeql-action/autobuild@v3

# ℹ️ Command-line programs to run using the OS shell.
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
Expand All @@ -69,4 +69,4 @@ jobs:
# ./location_of_script_within_repo/buildscript.sh

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2
uses: github/codeql-action/analyze@v3
59 changes: 0 additions & 59 deletions .travis.yml

This file was deleted.

97 changes: 0 additions & 97 deletions flow-typed/npm/@babel/cli_vx.x.x.js

This file was deleted.

Loading

0 comments on commit 983f1e1

Please sign in to comment.