Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
14 changes: 14 additions & 0 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: pull_request

on:
pull_request:
branches:
- main

jobs:
checkout:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
test:
uses: ./.github/workflows/slither.yaml
23 changes: 23 additions & 0 deletions .github/workflows/slither.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: Slither Analysis

permissions:
contents: read
security-events: write

on: [workflow_call]
jobs:
analyze:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: crytic/slither-action@v0.3.0
id: slither
with:
sarif: results.sarif
fail-on: none
target: fee-collectors

- name: Upload SARIF file
uses: github/codeql-action/upload-sarif@v2
with:
sarif_file: ${{ steps.slither.outputs.sarif }}
4 changes: 2 additions & 2 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
[submodule "fee-collectors/lib/earlybird-evm-interfaces"]
path = fee-collectors/lib/earlybird-evm-interfaces
url = https://github.com/orb-labs/earlybird-evm-interfaces
[submodule "fee-collectors/lib/forge-std"]
path = fee-collectors/lib/forge-std
[submodule "fee-collectors/lib/fee-collectors/lib/forge-std"]
path = fee-collectors/lib/fee-collectors/lib/forge-std
url = https://github.com/foundry-rs/forge-std
Empty file added fee-collectors/.gitmodules
Empty file.
1 change: 0 additions & 1 deletion fee-collectors/lib/forge-std
Submodule forge-std deleted from 74cfb7