This is an automated email from the ASF dual-hosted git repository.
zixuan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git
The following commit(s) were added to refs/heads/master by this push:
new 3dc0adec208 [fix][ci] Pin aquasecurity/[email protected] since
master is broken (#23431)
3dc0adec208 is described below
commit 3dc0adec208100f1cc95865a0ae51fbb4e9dd360
Author: Lari Hotari <[email protected]>
AuthorDate: Thu Oct 10 09:37:04 2024 +0300
[fix][ci] Pin aquasecurity/[email protected] since master is broken
(#23431)
---
.github/workflows/pulsar-ci.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/pulsar-ci.yaml b/.github/workflows/pulsar-ci.yaml
index 47a39bef9c9..bf44c51b6ad 100644
--- a/.github/workflows/pulsar-ci.yaml
+++ b/.github/workflows/pulsar-ci.yaml
@@ -894,7 +894,7 @@ jobs:
- name: Run Trivy container scan
id: trivy_scan
- uses: aquasecurity/trivy-action@master
+ uses: aquasecurity/[email protected]
if: ${{ github.repository == 'apache/pulsar' && github.event_name !=
'pull_request' }}
continue-on-error: true
with: