### What happened? When running ``` - name: Initialize and Analyze IaC id: codeql_iac uses: advanced-security/codeql-extractor-iac@v0.5.0 ``` It says that the sarif was exported to: `/github/workspace/.codeql/results/iac-results.sarif` <img width="690" height="275" alt="Image" src="https://github.com/user-attachments/assets/15fe91c6-4214-45c2-aba3-337c0fe6609e" /> But actually is going to: `./.codeql/results/iac-results.sarif` <img width="435" height="121" alt="Image" src="https://github.com/user-attachments/assets/456ff506-ef38-4f4d-91b4-c137b7b8b4b7" /> ### Version 0.1.0 ### Relevant log output ```shell ```