Skip to content

Commit

Permalink
Merge branch 'main' into snyk-fix-467f2c3d55c4e94b72315b36a3104d0f
Browse files Browse the repository at this point in the history
  • Loading branch information
OKEAMAH authored Oct 6, 2024
2 parents 3e82732 + 90bcf0f commit 2b8f3b1
Show file tree
Hide file tree
Showing 49 changed files with 39,213 additions and 101,662 deletions.
39 changes: 39 additions & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
name: CodeQL SAST
on:
push:
branches:
- main
pull_request:
schedule:
- cron: "23 9 * * 3"
workflow_dispatch:

jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
security-events: write

strategy:
fail-fast: false
matrix:
language: ["typescript"]

steps:
- name: Checkout repository
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 #v4.2.0

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@5618c9fc1e675841ca52c1c6b1304f5255a905a0 #v2.19.0
with:
languages: ${{ matrix.language }}

- name: Autobuild
uses: github/codeql-action/autobuild@5618c9fc1e675841ca52c1c6b1304f5255a905a0 #v2.19.0

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@5618c9fc1e675841ca52c1c6b1304f5255a905a0 #v2.19.0
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"dependencies": {
"bignumber.js": "^9.0.1",
"forta-agent": "^0.0.32",
"forta-agent-tools": "^1.0.31"
"forta-agent-tools": "^2.2.2"
},
"devDependencies": {
"@types/jest": "^27.0.1",
Expand Down
7,292 changes: 1,530 additions & 5,762 deletions Curve-finance-suite/Claim-Many/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Curve-finance-suite/Claim-Many/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"dependencies": {
"bignumber.js": "^9.0.1",
"forta-agent": "^0.0.32",
"forta-agent-tools": "^1.0.31"
"forta-agent-tools": "^2.2.2"
},
"devDependencies": {
"@types/jest": "^27.0.1",
Expand Down
2 changes: 1 addition & 1 deletion Curve-finance-suite/Create-lockevent/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"dependencies": {
"bignumber.js": "^9.0.1",
"forta-agent": "^0.0.32",
"forta-agent-tools": "^1.0.31"
"forta-agent-tools": "^2.2.2"
},
"devDependencies": {
"@types/jest": "^27.0.1",
Expand Down
Loading

0 comments on commit 2b8f3b1

Please sign in to comment.