Skip to content

Commit a401bc9

Browse files
Update digestabot.yml
1 parent 7742951 commit a401bc9

File tree

1 file changed

+17
-14
lines changed

1 file changed

+17
-14
lines changed

Diff for: .github/workflows/digestabot.yml

+17-14
Original file line numberDiff line numberDiff line change
@@ -19,18 +19,21 @@ jobs:
1919
id-token: write # Necessário para solicitar o JWT (JSON Web Token)
2020

2121
steps:
22-
- name: Harden the runner (Audit all outbound calls)
23-
uses: step-security/harden-runner@c6295a65d1254861815972266d5933fd6e532bdf # v2.11.1
24-
with:
25-
egress-policy: audit
22+
- name: Harden the runner (Audit all outbound calls)
23+
uses: step-security/harden-runner@c6295a65d1254861815972266d5933fd6e532bdf # v2.11.1
24+
with:
25+
egress-policy: audit
2626

27-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
28-
- uses: chainguard-dev/digestabot@43222237fd8a07dc41a06ca13e931c95ce2cedac # v1.2.2
29-
with:
30-
token: ${{ secrets.USER_TOKEN }}
31-
signoff: true
32-
author: "Natália Granato <[email protected]>"
33-
committer: "Natália Granato <[email protected]>"
34-
labels-for-pr: automated pr, kind/cleanup, release-note-none
35-
branch-for-pr: update-digests
36-
title-for-pr: Update images digests
27+
- name: Checkout repository
28+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
29+
30+
- name: Update image digests
31+
uses: chainguard-dev/digestabot@43222237fd8a07dc41a06ca13e931c95ce2cedac # v1.2.2
32+
with:
33+
token: ${{ secrets.USER_TOKEN }}
34+
signoff: true
35+
author: "Natália Granato <[email protected]>"
36+
committer: "Natália Granato <[email protected]>"
37+
labels-for-pr: "automated pr, kind/cleanup, release-note-none"
38+
branch-for-pr: "update-digests"
39+
title-for-pr: "Update images digests"

0 commit comments

Comments
 (0)