From 7db3d0d27896d2664af2c6e1167e1e68c58490cd Mon Sep 17 00:00:00 2001 From: vcerenu Date: Fri, 21 Jul 2023 15:22:22 -0300 Subject: [PATCH] Bump branch for trivy scan --- .github/workflows/trivy-dashboard-4-4.yml | 2 +- .github/workflows/trivy-indexer-4-4.yml | 2 +- .github/workflows/trivy-manager-4-4.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/trivy-dashboard-4-4.yml b/.github/workflows/trivy-dashboard-4-4.yml index eb3f3b4f..863f4b03 100644 --- a/.github/workflows/trivy-dashboard-4-4.yml +++ b/.github/workflows/trivy-dashboard-4-4.yml @@ -31,7 +31,7 @@ jobs: steps: - name: Checkout code uses: actions/checkout@v3 - with: { ref: 4.4 } + with: { ref: v4.4.5 } - name: Installing dependencies run: | diff --git a/.github/workflows/trivy-indexer-4-4.yml b/.github/workflows/trivy-indexer-4-4.yml index d48d0d85..9baec82c 100644 --- a/.github/workflows/trivy-indexer-4-4.yml +++ b/.github/workflows/trivy-indexer-4-4.yml @@ -31,7 +31,7 @@ jobs: steps: - name: Checkout code uses: actions/checkout@v3 - with: { ref: 4.4 } + with: { ref: v4.4.5 } - name: Installing dependencies run: | diff --git a/.github/workflows/trivy-manager-4-4.yml b/.github/workflows/trivy-manager-4-4.yml index 8a886871..d8631089 100644 --- a/.github/workflows/trivy-manager-4-4.yml +++ b/.github/workflows/trivy-manager-4-4.yml @@ -31,7 +31,7 @@ jobs: steps: - name: Checkout code uses: actions/checkout@v3 - with: { ref: 4.4 } + with: { ref: v4.4.5 } - name: Installing dependencies run: |