Skip to content

Downgrade trivy action to v0.23.0 in release package template #946

Downgrade trivy action to v0.23.0 in release package template

Downgrade trivy action to v0.23.0 in release package template #946

Workflow file for this run

name: Pull Request Build
on: pull_request
jobs:
ubuntu-build:
name: Build on Ubuntu
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v2
- name: Testing the Dashboard Generation
uses: ballerina-platform/ballerina-action@2201.9.0
with:
args:
test
env:
WORKING_DIR: ./dashboard
BALLERINA_BOT_TOKEN: ${{ secrets.GITHUB_TOKEN }}