diff --git a/.github/workflows/compile-and-test-firmware.yml b/.github/workflows/compile-and-test-firmware.yml index 82ef672..83c3663 100644 --- a/.github/workflows/compile-and-test-firmware.yml +++ b/.github/workflows/compile-and-test-firmware.yml @@ -53,7 +53,7 @@ jobs: behave --junit --junit-directory ./test-results -f pretty variants/SimpleProtocol/tests - name: Test Report - uses: dorny/test-reporter@3d76b34a4535afbd0600d347b09a6ee5deb3ed7f # v1 + uses: dorny/test-reporter@a43b3a5f7366b97d083190328d2c652e1a8b6aa2 # v1 if: (success() || failure()) && github.event_name != 'pull_request' && github.actor != 'dependabot[bot]' # run this step even if previous step failed with: name: Tests Report