This is an automated email from the ASF dual-hosted git repository.

lhotari pushed a commit to branch branch-3.3
in repository https://gitbox.apache.org/repos/asf/pulsar.git

commit a6157806cffaf5fc553f18ec28a394cc381a50e0
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)
    
    (cherry picked from commit 3dc0adec208100f1cc95865a0ae51fbb4e9dd360)
---
 .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 ad017674ac6..f00140e6f9f 100644
--- a/.github/workflows/pulsar-ci.yaml
+++ b/.github/workflows/pulsar-ci.yaml
@@ -890,7 +890,7 @@ jobs:
         run: src/check-binary-license.sh 
./distribution/server/target/apache-pulsar-*-bin.tar.gz && 
src/check-binary-license.sh 
./distribution/shell/target/apache-pulsar-shell-*-bin.tar.gz
 
       - name: Run Trivy container scan
-        uses: aquasecurity/trivy-action@master
+        uses: aquasecurity/[email protected]
         if: ${{ github.repository == 'apache/pulsar' && github.event_name != 
'pull_request' }}
         with:
           image-ref: "apachepulsar/pulsar:latest"

Reply via email to