diff --git a/.github/workflows/unit-test.yml b/.github/workflows/unit-test.yml index 53c7078..9a75391 100644 --- a/.github/workflows/unit-test.yml +++ b/.github/workflows/unit-test.yml @@ -1,6 +1,7 @@ name: Build and run tests on: + workflow_dispatch: push: branches: [ main ] pull_request: @@ -19,9 +20,9 @@ jobs: # try to nail them down, but it would turn into a game of whack-a-mole. egress-policy: audit disable-telemetry: true - - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v3 + - uses: actions/checkout@v4 # v3 - name: set up JDK 11 - uses: actions/setup-java@860f60056505705214d223b91ed7a30f173f6142 # v3 + uses: actions/setup-java@v4 # v3 with: java-version: '11' distribution: 'temurin'