Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump actions/dependency-review-action from 4.1.3 to 4.3.2 #5205

Merged
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/test-fork-prs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ jobs:
ref: ${{ needs.setup.outputs.commit_id }}
repository: ${{ github.repository }}
- name: 'Dependency Review'
uses: actions/dependency-review-action@9129d7d40b8c12c1ed0f60400d00c92d437adcce # v4.1.3 https://github.com/actions/dependency-review-action/commit/9129d7d40b8c12c1ed0f60400d00c92d437adcce
uses: actions/dependency-review-action@0c155c5e8556a497adf53f2c18edabf945ed8e70
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note, I'm removing the comments to make these automated bumps more manageable.

reesscot marked this conversation as resolved.
Show resolved Hide resolved
with:
base-ref: ${{ needs.setup.outputs.base_sha }}
head-ref: ${{ needs.setup.outputs.commit_id }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-internal-prs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
- name: 'Checkout Repository'
uses: actions/checkout@cd7d8d697e10461458bc61a30d094dc601a8b017 # v4.1.3 https://github.com/actions/checkout/commit/cd7d8d697e10461458bc61a30d094dc601a8b017
- name: 'Dependency Review'
uses: actions/dependency-review-action@9129d7d40b8c12c1ed0f60400d00c92d437adcce # v4.1.3 https://github.com/actions/dependency-review-action/commit/9129d7d40b8c12c1ed0f60400d00c92d437adcce
uses: actions/dependency-review-action@0c155c5e8556a497adf53f2c18edabf945ed8e70
reesscot marked this conversation as resolved.
Show resolved Hide resolved
with:
config-file: '.github/dependency-review/config.yml'

Expand Down