From 8eae3e741de75093b44689218b0dbfee13302d09 Mon Sep 17 00:00:00 2001 From: Kai Hudalla Date: Thu, 22 Aug 2024 14:02:57 +0200 Subject: [PATCH] Use released version of OFT Action --- .github/actions/run-oft/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/run-oft/action.yaml b/.github/actions/run-oft/action.yaml index aa2b2d4..fb01aea 100644 --- a/.github/actions/run-oft/action.yaml +++ b/.github/actions/run-oft/action.yaml @@ -43,7 +43,7 @@ runs: - name: Run OpenFastTrace id: run-oft - uses: itsallcode/openfasttrace-github-action@cb57d294325ed95629dcf10870b1dacd39cd3941 + uses: itsallcode/openfasttrace-github-action@v0 with: file-patterns: ${{ inputs.file-patterns }} report-filename: ${{ env.TRACING_REPORT_FILE_NAME }}