Skip to content

Commit 3e92b3e

Browse files
committed
Responding to sev2 escalation. Implementing SecOps guidance to address Potential for Supply Chain Tampering through Upstream Resource Tampering. The root cause is a vulnerability in the upstream repository tj-actions. Mitigating the risk by using the reusable action via a SHA reference so that the action consumed is immutable.
1 parent 6ba04bc commit 3e92b3e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/metadata-validation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
- name: Get changed files
2222
id: get_changed
23-
uses: tj-actions/changed-files@v44
23+
uses: tj-actions/changed-files@e9772d140489982e0e3704fea5ee93d536f1e275
2424
with:
2525
files: "*-test-samples/**"
2626
separator: ","

.github/workflows/python-app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
- name: Get changed files using defaults
2424
id: get_changed
25-
uses: tj-actions/changed-files@v44
25+
uses: tj-actions/changed-files@e9772d140489982e0e3704fea5ee93d536f1e275
2626
with:
2727
separator: ","
2828

0 commit comments

Comments
 (0)