Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into solana
Browse files Browse the repository at this point in the history
  • Loading branch information
eloylp committed Apr 1, 2024
2 parents 0f911a3 + 5419c6a commit 9c2b6cb
Show file tree
Hide file tree
Showing 140 changed files with 4,558 additions and 3,199 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/basic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: 1.73.0
toolchain: 1.75.0
override: true

- name: Install protoc
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: 1.73.0
toolchain: 1.75.0
target: wasm32-unknown-unknown
override: true

Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: 1.73.0
toolchain: 1.75.0
override: true
components: rustfmt, clippy

Expand Down Expand Up @@ -123,7 +123,7 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: clippy
args: -- -D warnings -A deprecated
args: --all-targets -- -D warnings -A deprecated

- name: Check Diff
# fails if any changes not committed
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codecov.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: 1.73.0
toolchain: 1.75.0
override: true

- name: Install protoc
Expand Down
16 changes: 16 additions & 0 deletions .github/workflows/dependabot-vulns-to-slack.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Send vulnerabilities found by Dependabot to Slack

on:
schedule:
- cron: '0 0 * * 0'


jobs:
Notify-Vulnerabilites:
runs-on: ubuntu-latest
steps:
- name: Notify Vulnerabilities
uses: kunalnagarco/[email protected]
with:
token: ${{ secrets.SLACK_PERSONAL_ACCESS_TOKEN }}
slack_webhook: ${{ secrets.SLACK_CORE_WEBHOOK }}
Loading

0 comments on commit 9c2b6cb

Please sign in to comment.