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

Update changed-files github action to v18.7 #18632

Merged
merged 8 commits into from
Apr 24, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/review-release-notes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
fetch-depth: 2
- name: Get changed files
id: changed-files
uses: tj-actions/changed-files@v2.0.0
uses: tj-actions/changed-files@v18.7
with:
separator: ';'
- name: Setup Python
Expand Down
2 changes: 1 addition & 1 deletion Tests/secrets_white_list.json
Original file line number Diff line number Diff line change
Expand Up @@ -1898,7 +1898,7 @@
"384:mzawcK1gOUqJMpMhE5yOaF0O9TwFExCZkUf6H+PknKV+rXkrsH/CxEdubVAjMPW4:AiMVWcK9AhrDNEf"
],
"emails": [
"changed-files@v2.0.0",
"changed-files@v18.7",
"dbot@demisto.works",
"37b6d02m-63e0-495e-kk92-7c21511adc7a@SB2APC01FT091.outlook.com",
"user@u-MacBook-Pro-2.local",
Expand Down
2 changes: 1 addition & 1 deletion Utils/github_workflow_scripts/run_docs_review.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def parse_changed_files_names() -> argparse.Namespace:
parser.add_argument('-c', '--changed_files',
help="The files that are passed to docs review (passed as one string).")
parser.add_argument('-d', '--delimiter', help="the delimiter that separates the changed files names (determined in"
" the call to tj-actions/changed-files@v2.0.0 in "
" the call to tj-actions/changed-files in "
"review_release_notes script).")
args = parser.parse_args()

Expand Down