We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea19b01 commit ff69049Copy full SHA for ff69049
.github/workflows/generate_postman_collection.yml
@@ -24,7 +24,7 @@ jobs:
24
- run: npm install
25
- name: Changed Files
26
id: changed-files
27
- uses: tj-actions/changed-files@v35
+ uses: step-security/changed-files@v45
28
- run: node ./scripts/postman/run-postman-collection.js ${{ steps.changed-files.outputs.all_changed_and_modified_files }}
29
- name: List all changed files
30
run: |
0 commit comments