diff --git a/.github/workflows/frogbot-scan-pull-request.yml b/.github/workflows/frogbot-scan-pull-request.yml index 804f500..b3c8949 100644 --- a/.github/workflows/frogbot-scan-pull-request.yml +++ b/.github/workflows/frogbot-scan-pull-request.yml @@ -16,6 +16,11 @@ jobs: with: ref: ${{ github.event.pull_request.head.sha }} + - uses: jfrog-fastci/fastci@main # Use the FastCI optimization action + with: + github_token: ${{secrets.GITHUB_TOKEN}} + fastci_otel_token: ${{ secrets.FASTCI_TOKEN }} + # Install prerequisites - name: Set up Java uses: actions/setup-java@v3 @@ -39,4 +44,4 @@ jobs: # [Mandatory] # The GitHub token automatically generated for the job - JF_GIT_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + JF_GIT_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 90b77c1..a4937a0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -31,6 +31,12 @@ jobs: with: submodules: true ref: ${{ github.event.pull_request.head.sha }} + + - uses: jfrog-fastci/fastci@main # Use the FastCI optimization action + with: + github_token: ${{secrets.GITHUB_TOKEN}} + fastci_otel_token: ${{ secrets.FASTCI_TOKEN }} + - name: Unlabel 'safe to test' uses: actions-ecosystem/action-remove-labels@v1 if: ${{ github.event_name != 'push' }}