Skip to content

Commit

Permalink
Testing
Browse files Browse the repository at this point in the history
Signed-off-by: Claudio André <[email protected]>
  • Loading branch information
claudioandre-br committed Nov 15, 2024
1 parent 886e499 commit 2882cd1
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions .github/workflows/dependency-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ permissions:

jobs:
dependency-review:
if: ${{ github.repository == 'openwall/john-packages' }}
# if: ${{ github.event.pull_request.head.repo.full_name == 'openwall/john-packages' }}
runs-on: ubuntu-latest
name: dependency-review

Expand All @@ -54,7 +54,13 @@ jobs:
api.securityscorecards.dev:443
github.com:443
- name: "Checkout Repository"
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: "Dependency Review"
uses: actions/dependency-review-action@4081bf99e2866ebe428fc0477b69eb4fcda7220a # v4.4.0
- name: Dump GitHub context
env:
GITHUB_CONTEXT: ${{ toJson(github) }}
run: |
echo ${{ github.event.pull_request.head.repo.full_name }}
# - name: "Checkout Repository"
# uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
# - name: "Dependency Review"
# uses: actions/dependency-review-action@4081bf99e2866ebe428fc0477b69eb4fcda7220a # v4.4.0

0 comments on commit 2882cd1

Please sign in to comment.