Bump actions/dependency-review-action from 4.4.0 to 4.5.0 #64
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: Verify Files modified | |
on: | |
pull_request_target: | |
types: [opened, edited] | |
permissions: | |
contents: read | |
jobs: | |
verify: | |
permissions: | |
pull-requests: write # for actions-cool/verify-files-modify to update status of PRs | |
runs-on: ubuntu-latest | |
steps: | |
- name: Harden Runner | |
uses: step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2 | |
with: | |
egress-policy: audit | |
- name: verify-less | |
uses: actions-cool/verify-files-modify@080c71272de20d858edaca58eac6dea270cf890e # main | |
with: | |
forbid-paths: 'CODE/SysInternal_Suite/, EXTRA/' | |
assignees: 'DefinetlyNotAI' | |
comment: | | |
🚨 Hi @${{ github.event.pull_request.user.login }}. Thanks for your contribution, some of the file's in this pull request is currently locked from contribution, changes will not be accepted for the time being. To ignore this message please reopen the PR without editing any files! 🚨 | |
close: true | |
set-failed: true |