From 4037e18d97f4e8b89556c642f623451b4b97f82e Mon Sep 17 00:00:00 2001 From: Ryan Foster Date: Tue, 8 Aug 2023 21:08:29 -0400 Subject: [PATCH] CI: Pin third-party actions to specific commits Recommended practice is to pin third-party actions to specific commits. --- .github/actions/qt-xml-validator/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/qt-xml-validator/action.yaml b/.github/actions/qt-xml-validator/action.yaml index 1e0da1120..75607cd25 100644 --- a/.github/actions/qt-xml-validator/action.yaml +++ b/.github/actions/qt-xml-validator/action.yaml @@ -33,7 +33,7 @@ runs: echo ::endgroup:: - name: Register Annotations 📝 - uses: korelstar/xmllint-problem-matcher@v1 + uses: korelstar/xmllint-problem-matcher@22352420d1d3e8f18d311d76284c4f5f71982222 - name: Validate XML 💯 shell: bash