Skip to content

Commit

Permalink
misc: replace Snyk with GitHub Dependabot (#1059)
Browse files Browse the repository at this point in the history
  • Loading branch information
lauzadis authored Apr 2, 2024
1 parent 120d582 commit 1663a0d
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 52 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Dependabot Dependency Submission

on:
push:
branches: [ main ]

permissions:
contents: write

jobs:
dependency-submission:
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/checkout@v4
- name: Generate and submit dependency graph
uses: gradle/actions/dependency-submission@v3
39 changes: 0 additions & 39 deletions .github/workflows/snyk-scan.yml

This file was deleted.

13 changes: 0 additions & 13 deletions .snyk

This file was deleted.

0 comments on commit 1663a0d

Please sign in to comment.