File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 19
19
mkdir -p /tmp/artifacts
20
20
{ echo "$REVIEW_BODY"; echo "$PULL_REQUEST_NUMBER"; echo "$COMMIT_ID"; } >> /tmp/artifacts/metadata.txt
21
21
cat /tmp/artifacts/metadata.txt
22
- - uses : actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
22
+ - uses : actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
23
23
with :
24
24
name : artifacts
25
25
path : /tmp/artifacts
Original file line number Diff line number Diff line change 18
18
aws-region : ${{ vars.READONLY_REGION }}
19
19
role-duration-seconds : 900
20
20
# Authenticate to public ECR to prevent rate limiting
21
- - uses : docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446 # v3.2 .0
21
+ - uses : docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3 .0
22
22
with :
23
23
registry : public.ecr.aws
24
24
logout : true
You can’t perform that action at this time.
0 commit comments