Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/github_actions/google-github-acti…
Browse files Browse the repository at this point in the history
…ons/release-please-action-3.7.13
  • Loading branch information
rjaegers authored Nov 7, 2023
2 parents 0c622dc + e3da496 commit ad12368
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,11 @@ jobs:
with:
image: ${{ env.REGISTRY }}/${{ github.repository }}@${{ steps.build-and-push.outputs.digest }}
dependency-snapshot: true
- uses: actions/dependency-review-action@6c5ccdad469c9f8a2996bfecaec55a631a347034 # v3.1.0
- uses: actions/dependency-review-action@9f45b2463b475767b61721ccfef113fef513e6aa # v3.1.1
if: ${{ github.event_name == 'pull_request' }}
with:
comment-summary-in-pr: always
comment-summary-in-pr: on-failure
fail-on-severity: critical
- name: Sign the image with GitHub OIDC token
if: ${{ github.event_name != 'merge_group' }}
# This step uses the GitHub OIDC identity token to provision an ephemeral certificate
Expand Down

0 comments on commit ad12368

Please sign in to comment.