File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 37
37
vcpkg format-manifest --all $(find cmake/vcpkg/ports/ -name "vcpkg.json")
38
38
39
39
- name : Commit format vcpkg.json
40
- uses : stefanzweifel/git-auto-commit-action@v5
40
+ uses : stefanzweifel/git-auto-commit-action@8621497c8c39c72f3e2a999a26b4ca1b5058a842 # v5
41
41
if : success()
42
42
with :
43
43
commit_message : ' ci: format vcpkg configuration'
69
69
70
70
- name : Detect hash changes against local
71
71
id : filter-hash
72
- uses : dorny/paths-filter@v3
72
+ uses : dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3
73
73
with :
74
74
list-files : shell
75
75
base : HEAD
79
79
80
80
- name : Commit port hash
81
81
if : steps.filter-hash.outputs.ports == 'true'
82
- uses : stefanzweifel/git-auto-commit-action@v5
82
+ uses : stefanzweifel/git-auto-commit-action@8621497c8c39c72f3e2a999a26b4ca1b5058a842 # v5
83
83
with :
84
84
file_pattern : cmake/vcpkg/ports/*
85
85
commit_message : ' ci: update port hash'
You can’t perform that action at this time.
0 commit comments