How to hide grid action button from "sw-entity-listing" listing in shopware 6?

use :showActions=“false”
  
eg:     v-if=“customerSearchKeywords”
    :items=“customerSearchKeywords”
    :repository=“repository”
    :showSelection=“false”
    :columns=“columns”
    :sortBy=“sortBy”
    :sortDirection=“sortDirection”
    :isLoading=“isLoading”
    :showActions=“false”
    @column-sort=“onSortColumn”>