Skip to content

Commit

Permalink
Merge pull request #359 from aws-samples/hotfix/sev2-escalation
Browse files Browse the repository at this point in the history
Hotfix for upstream security vulnerability
  • Loading branch information
dancfox authored Dec 26, 2024
2 parents 6ba04bc + 3e92b3e commit 71a4582
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/metadata-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

- name: Get changed files
id: get_changed
uses: tj-actions/changed-files@v44
uses: tj-actions/changed-files@e9772d140489982e0e3704fea5ee93d536f1e275
with:
files: "*-test-samples/**"
separator: ","
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

- name: Get changed files using defaults
id: get_changed
uses: tj-actions/changed-files@v44
uses: tj-actions/changed-files@e9772d140489982e0e3704fea5ee93d536f1e275
with:
separator: ","

Expand Down

0 comments on commit 71a4582

Please sign in to comment.