Skip to content

Commit 6a90911

Browse files
authored
Merge pull request #846 from pq-code-package/pin-dependency
Pin tj-actions/changed-files action
2 parents 0642fe7 + b248a29 commit 6a90911

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/hol_light.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
fetch-depth: 0
3535
- name: Get changed files
3636
id: changed-files
37-
uses: tj-actions/changed-files@v45
37+
uses: tj-actions/changed-files@dcc7a0cba800f454d79fff4b993e8c3555bcc0a8 # v45.0.7
3838
- uses: ./.github/actions/setup-shell
3939
if: |
4040
contains(steps.changed-files.outputs.all_changed_files,format('{0}.S',matrix.proof)) ||

0 commit comments

Comments
 (0)