From: Matthew Watkins Date: Thu, 27 Feb 2025 17:28:52 +0000 (+0000) Subject: Chore: Bump security scan action versions" X-Git-Tag: 1.0.3~9 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=4fc66f84a3b30eec77700567dac05b2d62ce1837;p=policy%2Fopa-pdp.git Chore: Bump security scan action versions" Issue-ID: CIMAN-33 Change-Id: I9e6eb1188ea726ccc594725b580242b9df391680 Signed-off-by: Matthew Watkins --- diff --git a/.github/workflows/security-audits.yaml b/.github/workflows/security-audits.yaml index 5573e5c..77c7534 100644 --- a/.github/workflows/security-audits.yaml +++ b/.github/workflows/security-audits.yaml @@ -29,7 +29,7 @@ jobs: sonatype-lifecycle: name: "Sonatype Lifecycle" # yamllint disable-line rule:line-length - uses: lfit/releng-reusable-workflows/.github/workflows/reuse-sonatype-lifecycle.yaml@c418a28fa6ec695a726365dc236aad0fd0aa7e49 # v0.2.6 + uses: lfit/releng-reusable-workflows/.github/workflows/reuse-sonatype-lifecycle.yaml@83e3ea0dcbfb1e8c707b0284ae7e7c376b0e27d4 # v0.2.7 secrets: NEXUS_IQ_PASSWORD: ${{ secrets.NEXUS_IQ_PASSWORD }} @@ -37,7 +37,7 @@ jobs: sonarqube-cloud: name: "SonarQube Cloud" # yamllint disable-line rule:line-length - uses: lfit/releng-reusable-workflows/.github/workflows/reuse-sonarqube-cloud.yaml@c418a28fa6ec695a726365dc236aad0fd0aa7e49 # v0.2.6 + uses: lfit/releng-reusable-workflows/.github/workflows/reuse-sonarqube-cloud.yaml@83e3ea0dcbfb1e8c707b0284ae7e7c376b0e27d4 # v0.2.7 permissions: # Needed to upload the results to code-scanning dashboard. security-events: write