Bump SonarSource/sonarcloud-github-action from 9f9bba2c7aaf7a55eac26abbac906c3021d211b2 to 982992a35a56c6bebd7c76c65e5c3e4c18e634c8 #37
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: 'Dependency Review' | |
on: [pull_request] | |
# Declare default permissions as read only. | |
permissions: read-all | |
jobs: | |
dependency-review: | |
runs-on: ubuntu-latest | |
permissions: | |
contents: read | |
pull-requests: write | |
steps: | |
- name: 'Checkout Repository' | |
uses: actions/checkout@163217dfcd28294438ea1c1c149cfaf66eec283e # v4.2.1 | |
- name: 'Dependency Review' | |
uses: actions/dependency-review-action@4081bf99e2866ebe428fc0477b69eb4fcda7220a # v4.4.0 | |
with: | |
fail-on-severity: high | |
comment-summary-in-pr: true |