Skip to content

Commit 8b94ee9

Browse files
authored
1146 removed vulnerable github action tj-actions/changed-files (#1148)
Signed-off-by: Sebastian Schuster <[email protected]>
1 parent 6878755 commit 8b94ee9

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

.github/workflows/test.yml

-14
Original file line numberDiff line numberDiff line change
@@ -34,20 +34,6 @@ jobs:
3434
make vet
3535
make fmtcheck
3636
37-
# we only want to run tests if any code changes (not for README or docs changes)
38-
- name: Check Changed Files
39-
id: files
40-
uses: tj-actions/changed-files@v45
41-
with:
42-
files: |
43-
.github
44-
go.mod
45-
go.sum
46-
main.go
47-
keycloak
48-
provider
49-
scripts
50-
5137
outputs:
5238
code-files-changed: steps.files.outputs.any_changed
5339

0 commit comments

Comments
 (0)