File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3737
3838 - name : Analyze with AI
3939 id : ai-triage
40- uses : actions/ai-inference@17ff458cb182449bbb2e43701fcd98f6af8f6570 # v2
40+ uses : actions/ai-inference@a7805884c80886efc241e94a5351df715968a0ad # v2
4141 env :
4242 AVAILABLE_LABELS : ${{ steps.get-labels.outputs.result }}
4343 ITEM_TITLE : ${{ github.event_name == 'pull_request_target' && github.event.pull_request.title || github.event.issue.title }}
@@ -266,7 +266,7 @@ jobs:
266266
267267 - name : Analyze with AI
268268 id : ai-triage
269- uses : actions/ai-inference@17ff458cb182449bbb2e43701fcd98f6af8f6570 # v2
269+ uses : actions/ai-inference@a7805884c80886efc241e94a5351df715968a0ad # v2
270270 env :
271271 AVAILABLE_LABELS : ${{ steps.get-labels.outputs.result }}
272272 ITEM_TITLE : ${{ fromJSON(steps.get-item.outputs.result).title }}
You can’t perform that action at this time.
0 commit comments