@@ -19,18 +19,21 @@ jobs:
19
19
id-token : write # Necessário para solicitar o JWT (JSON Web Token)
20
20
21
21
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
26
26
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