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 931558b commit f417cbfCopy full SHA for f417cbf
.github/workflows/changed-files-vulnerability-without-hr.yml
@@ -14,14 +14,19 @@ jobs:
14
runs-on: ubuntu-latest
15
name: Test changed-files
16
steps:
17
- - uses: actions/checkout@v4
+ - name: Harden the runner (Audit all outbound calls)
18
+ uses: step-security/harden-runner@v2
19
+ with:
20
+ egress-policy: audit
21
+
22
+ - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
23
with:
24
fetch-depth: 0
25
26
# Example 1
27
- name: Get changed files
28
id: changed-files
- uses: tj-actions/changed-files@v40
29
+ uses: tj-actions/changed-files@56284d80811fb5963a972b438f2870f175e5b7c8 # v40.2.3
30
31
- name: List all changed files
32
run: |
0 commit comments