Skip to content

Commit 4605095

Browse files
ci: Pin GitHub Actions to specific commit SHAs (#77)
1 parent 4caf0d0 commit 4605095

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
7373
- name: Setup Dependencies Windows
7474
if: runner.os == 'Windows'
75-
uses: msys2/setup-msys2@v2
75+
uses: msys2/setup-msys2@fb197b72ce45fb24f17bf3f807a388985654d1f2 # v2.29.0
7676
with:
7777
msystem: ucrt64
7878
update: true
@@ -173,7 +173,7 @@ jobs:
173173
always() &&
174174
(steps.test.outcome == 'success' || steps.test.outcome == 'failure') &&
175175
startsWith(github.repository, 'LizardByte/')
176-
uses: codecov/test-results-action@v1
176+
uses: codecov/test-results-action@47f89e9acb64b76debcd5ea40642d25a4adced9f # v1.1.1
177177
with:
178178
disable_search: true
179179
fail_ci_if_error: true
@@ -189,7 +189,7 @@ jobs:
189189
always() &&
190190
steps.test_report.outcome == 'success' &&
191191
startsWith(github.repository, 'LizardByte/')
192-
uses: codecov/codecov-action@v5
192+
uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5.5.1
193193
with:
194194
disable_search: true
195195
fail_ci_if_error: true

0 commit comments

Comments
 (0)