diff --git a/.github/workflows/event.yml b/.github/workflows/event.yml index 1efb7a7e9..6a973b427 100644 --- a/.github/workflows/event.yml +++ b/.github/workflows/event.yml @@ -18,7 +18,7 @@ jobs: pull-requests: write # to read pull requests and write comments (azure/azure-sdk-actions) checks: read # to read check status (azure/azure-sdk-actions) name: Handle ${{ github.event_name }} ${{ github.event.action }} event - runs-on: ubuntu-latest + runs-on: ubuntu-latest # This image is intentionally set to "latest", and not to a specific version steps: - uses: azure/azure-sdk-actions@main with: