We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0e2469 commit 0f65fe1Copy full SHA for 0f65fe1
.github/workflows/test.yaml
@@ -42,7 +42,7 @@ jobs:
42
43
- name: Determine if Dockerfiles changed
44
id: changed-files
45
- uses: tj-actions/changed-files@v17
+ uses: tj-actions/changed-files@baaf598b46c2d9eb97eb995c9f69d1967349155d # v34
46
47
- name: Dockerfile has changed, rebuild for tests
48
if: ${{ github.event.inputs.build-docker-locally == 'true' }} || contains(steps.changed-files.outputs.all_changed_files, 'Dockerfile') || contains(steps.changed-files.outputs.all_changed_files, 'docker')
0 commit comments