Skip to content

Commit fda312e

Browse files
committed
chore: mount GitHub Actions _temp path
Tools like SonarQube expect _temp to be present to gather information from the CI system. This is required since we now pass on all GitHub Action environment variables, so we are identified as a GitHub Action runner.
1 parent 5e98f80 commit fda312e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

action.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,9 @@ runs:
9696
docker run
9797
${{ steps.settings.outputs.default_environment_variables }}
9898
${{ steps.settings.outputs.extra_args }}
99-
--rm
99+
--rm
100100
--memory=${{ inputs.memory }}
101+
-v C:\actions-runner\_work\_temp:C:\actions-runner\_work\_temp
101102
-v ${{ steps.settings.outputs.workspace_path }}:${{ steps.settings.outputs.mapping_path }}
102103
-w ${{ steps.settings.outputs.work_path }}
103104
${{ inputs.image }}

0 commit comments

Comments
 (0)