Skip to content

Commit b457a0e

Browse files
chore(deps): pin dependencies (#98)
Co-authored-by: msclock-bot[bot] <163820484+msclock-bot[bot]@users.noreply.github.com>
1 parent e971a91 commit b457a0e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ports.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
vcpkg format-manifest --all $(find cmake/vcpkg/ports/ -name "vcpkg.json")
3838
3939
- name: Commit format vcpkg.json
40-
uses: stefanzweifel/git-auto-commit-action@v5
40+
uses: stefanzweifel/git-auto-commit-action@8621497c8c39c72f3e2a999a26b4ca1b5058a842 # v5
4141
if: success()
4242
with:
4343
commit_message: 'ci: format vcpkg configuration'
@@ -69,7 +69,7 @@ jobs:
6969
7070
- name: Detect hash changes against local
7171
id: filter-hash
72-
uses: dorny/paths-filter@v3
72+
uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3
7373
with:
7474
list-files: shell
7575
base: HEAD
@@ -79,7 +79,7 @@ jobs:
7979
8080
- name: Commit port hash
8181
if: steps.filter-hash.outputs.ports == 'true'
82-
uses: stefanzweifel/git-auto-commit-action@v5
82+
uses: stefanzweifel/git-auto-commit-action@8621497c8c39c72f3e2a999a26b4ca1b5058a842 # v5
8383
with:
8484
file_pattern: cmake/vcpkg/ports/*
8585
commit_message: 'ci: update port hash'

0 commit comments

Comments
 (0)