Skip to content

Commit

Permalink
Merge pull request #14 from bitpredator/main
Browse files Browse the repository at this point in the history
feat: aggiorna le dipendenze in maniera autonoma
  • Loading branch information
bitpredator committed Dec 18, 2023
2 parents ab75b4d + 02de2c1 commit 791a8ce
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/dependency-review.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Dependency Review
on: [pull_request]

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true

permissions:
contents: read

jobs:
dependency-review:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 #v4
- name: Dependency Review
uses: actions/dependency-review-action@01bc87099ba56df1e897b6874784491ea6309bc4 # v2

0 comments on commit 791a8ce

Please sign in to comment.