Browse Source

CI: Pin third-party actions to specific commits

Recommended practice is to pin third-party actions to specific commits.
Ryan Foster 2 years ago
parent
commit
4037e18d97
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/actions/qt-xml-validator/action.yaml

+ 1 - 1
.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