@@ -19,11 +19,11 @@ jobs:
1919 pull-requests : write
2020 timeout-minutes : 30
2121 steps :
22- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
22+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 .0.1
2323 with :
2424 fetch-depth : 0 # Fetch full history for git diff
2525
26- - uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0 .0
26+ - uses : actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1 .0
2727 with :
2828 python-version : " 3.12"
2929 cache : " pip"
@@ -103,7 +103,7 @@ jobs:
103103
104104 - name : Upload validation reports
105105 if : always()
106- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
106+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
107107 with :
108108 name : validation-reports
109109 path : |
@@ -115,7 +115,7 @@ jobs:
115115
116116 - name : Find Comment
117117 if : github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == github.repository && always()
118- uses : peter-evans/find-comment@3eae4d37986fb5a8592848f6a574fdf654e61f9e # v3.1 .0
118+ uses : peter-evans/find-comment@b30e6a3c0ed37e7c023ccd3f1db5c6c0b0c23aad # v4.0 .0
119119 id : fc
120120 with :
121121 issue-number : ${{ github.event.pull_request.number }}
@@ -124,7 +124,7 @@ jobs:
124124
125125 - name : Comment PR with report
126126 if : github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == github.repository && always()
127- uses : peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # v4 .0.0
127+ uses : peter-evans/create-or-update-comment@e8674b075228eee787fea43ef493e45ece1004c9 # v5 .0.0
128128 with :
129129 comment-id : ${{ steps.fc.outputs.comment-id }}
130130 issue-number : ${{ github.event.pull_request.number }}
0 commit comments