From a072fdfb1ceba231fa8e1036cb88eac42ad10db9 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Thu, 25 Apr 2024 17:10:59 -0400 Subject: [PATCH 1/2] Labeler: Update to v5 --- .github/workflows/labeler-triage.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/labeler-triage.yml b/.github/workflows/labeler-triage.yml index 99fdbc5..2de6b88 100644 --- a/.github/workflows/labeler-triage.yml +++ b/.github/workflows/labeler-triage.yml @@ -5,12 +5,12 @@ permissions: pull-requests: write on: -- pull_request_target + pull_request_target: jobs: triage: runs-on: ubuntu-latest steps: - - uses: actions/labeler@v4 + - uses: actions/labeler@v5 with: - repo-token: "${{ secrets.GITHUB_TOKEN }}" \ No newline at end of file + repo-token: "${{ secrets.GITHUB_TOKEN }}" From 23a568e80a38bbe4a73f1b49a344ea50b3a50351 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Thu, 25 Apr 2024 21:32:56 -0400 Subject: [PATCH 2/2] fix(openshift): comment out dangling dependency --- deployments/openshift.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/deployments/openshift.yml b/deployments/openshift.yml index 1c3fc43..d6785c2 100644 --- a/deployments/openshift.yml +++ b/deployments/openshift.yml @@ -67,11 +67,11 @@ jobs: # TODO: Make sure to add 'CRDA Scan' starter workflow from the 'Actions' tab. # For guide on adding new starter workflow visit https://docs.github.com/en/github-ae@latest/actions/using-workflows/using-starter-workflows - crda-scan: - uses: ./.github/workflows/crda.yml - secrets: - CRDA_KEY: ${{ secrets.CRDA_KEY }} - # SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }} # Either use SNYK_TOKEN or CRDA_KEY + #crda-scan: + # uses: ./.github/workflows/crda.yml + # secrets: + # CRDA_KEY: ${{ secrets.CRDA_KEY }} + # # SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }} # Either use SNYK_TOKEN or CRDA_KEY openshift-ci-cd: # 🖊️ Uncomment this if you are using CRDA scan step above