diff --git a/.github/workflows/release-build.yml b/.github/workflows/release-build.yml index ba9543b163..988da94260 100644 --- a/.github/workflows/release-build.yml +++ b/.github/workflows/release-build.yml @@ -27,7 +27,7 @@ jobs: # (TODO): Produce workspace/package specific SBOM. Current limitation: https://github.com/anchore/syft/issues/2574 # (TODO): needs check (block) further steps if SCA fails - id: sca-project - uses: Kong/public-shared-actions/security-actions/sca@28d20a1f492927f35b00b317acd78f669c45f88b # v2.7.3 + uses: Kong/public-shared-actions/security-actions/sca@a18abf762d6e2444bcbfd20de70451ea1e3bc1b1 # v4.1.1 with: dir: . upload-sbom-release-assets: false @@ -221,7 +221,7 @@ jobs: - name: Scan inso docker artifacts id: sbom_action if: runner.os == 'Linux' && runner.arch == 'X64' - uses: Kong/public-shared-actions/security-actions/scan-docker-image@28d20a1f492927f35b00b317acd78f669c45f88b # v2.7.3 + uses: Kong/public-shared-actions/security-actions/scan-docker-image@a18abf762d6e2444bcbfd20de70451ea1e3bc1b1 # v4.1.1 with: asset_prefix: image-inso-${{ runner.os }}-${{ runner.arch }} image: ./packages/${{ env.INSO_PACKAGE_NAME }}/artifacts/${{ env.INSO_DOCKER_TAR }} diff --git a/.github/workflows/sast.yml b/.github/workflows/sast.yml index 6b9f39d682..dcbd430429 100644 --- a/.github/workflows/sast.yml +++ b/.github/workflows/sast.yml @@ -25,4 +25,4 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: Kong/public-shared-actions/security-actions/semgrep@11e80bb231ae182696a52f7ec7b0b9fae53303bf # 4.0.0 + - uses: Kong/public-shared-actions/security-actions/semgrep@a18abf762d6e2444bcbfd20de70451ea1e3bc1b1 # 4.0.1