Skip to content

[Actions] Fix errors due to an update of GitHub hosted runners #839

[Actions] Fix errors due to an update of GitHub hosted runners

[Actions] Fix errors due to an update of GitHub hosted runners #839

Workflow file for this run

name: Mend workflow
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-22.04
steps:
# It will checkout the latest code
- uses: actions/checkout@v4
- name: Run Whitesource/Mend scan
run: |
java -version
curl -LJO https://github.com/whitesource/unified-agent-distribution/releases/latest/download/wss-unified-agent.jar
java -jar wss-unified-agent.jar -apiKey ${{ secrets.MEND_API_KEY }} -product Thunder -project thunder-github-action-test