Merge pull request #15011 from MukulKolpe/specify_branch_release-3.4

fix: specify the branch name of release-3.4 in the workflow
This commit is contained in:
Benjamin Wang 2022-12-17 18:09:47 +08:00 committed by GitHub
commit 9d37e7626a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,6 +20,8 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v3.1.0
with:
ref: release-3.4
- name: Run Trivy vulnerability scanner
uses: aquasecurity/trivy-action@9ab158e8597f3b310480b9a69402b419bc03dbd5 # master
with: