Skip to content

Commit

Permalink
ci: update security workflow (#148)
Browse files Browse the repository at this point in the history
  • Loading branch information
diegofigs authored Nov 29, 2024
1 parent 6149e03 commit 51ed7a1
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
---
name: "Contract Security Analysis"

on:
push:
branches:
Expand All @@ -8,9 +10,8 @@ on:
- cron: "30 15 * * *"
workflow_dispatch:

name: "Contract Security Analysis"
jobs:
contract_analysis:
name: "Shared"
uses: aurora-is-near/.github/.github/workflows/contract_analysis.yml@master
uses: aurora-is-near/.github/.github/workflows/security_analysis.yml@master
secrets: inherit

0 comments on commit 51ed7a1

Please sign in to comment.