Skip to content

Commit

Permalink
Add common workflows and files
Browse files Browse the repository at this point in the history
  • Loading branch information
lucacome committed Jul 3, 2024
1 parent 81488b3 commit 7981b65
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dependency-review.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "Dependency Review"
name: Dependency Review
on:
pull_request:
branches:
Expand All @@ -18,10 +18,10 @@ jobs:
contents: read # for actions/checkout
pull-requests: write # for actions/dependency-review-action to post comments
steps:
- name: "Checkout Repository"
- name: Checkout Repository
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7

- name: "Dependency Review"
- name: Dependency Review
uses: actions/dependency-review-action@72eb03d02c7872a771aacd928f3123ac62ad6d3a # v4.3.3
with:
config-file: "nginxinc/k8s-common/dependency-review-config.yml@main"

0 comments on commit 7981b65

Please sign in to comment.