Skip to content

Commit

Permalink
Update digestabot.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos Tadeu Panato Junior <ctadeu@gmail.com>
  • Loading branch information
cpanato authored Nov 7, 2024
1 parent c473e0f commit 5f7bc23
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/digestabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: chainguard-dev/digestabot@v1.0.2
- uses: chainguard-dev/digestabot@cee67ce333549107c469dbe7656afda5a1e1f287 # v1.2.1
with:
token: ${{ secrets.GITHUB_TOKEN }}
signoff: true # optional
author: ${{ github.actor }} <${{ github.actor_id }}+${{ github.actor }}@users.noreply.github.com> # optional
committer: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> # optional
labels-for-pr: automated pr, kind/cleanup, release-note-none # optional
branch-for-pr: update-digests # optional
signoff: 'true'
author: ${{ githb.actor }} <${{ github.actor_id }}+${{ github.actor }}@users.noreply.github.com>
committer: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
labels-for-pr: automated pr, kind/cleanup, release-note-none
branch-for-pr: update-digests
title-for-pr: Update images digests # optional
description-for-pr: Update images digests # optional
commit-message: Update images digests # optional
description-for-pr: Update images digests
commit-message: Update images digests

0 comments on commit 5f7bc23

Please sign in to comment.