File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 3838 steps :
3939 - name : Detect all failed Cloud Build checks
4040 id : detect_failures
41- uses : actions/github-script@v7
41+ uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8
4242 with :
4343 github-token : ${{ secrets.GITHUB_TOKEN }}
4444 script : |
9494 echo "build_id=$build_id" >> $GITHUB_OUTPUT
9595 echo "project_id=$project_id" >> $GITHUB_OUTPUT
9696 - name : Authenticate to Google Cloud
97- uses : google-github-actions/auth@v2
97+ uses : google-github-actions/auth@7c6bc770dae815cd3e89ee6cdf493a5fab2cc093 # v3
9898 with :
9999 credentials_json : ${{ env.GCLOUD_SERVICE_KEY }}
100100 - name : Fetch Cloud Build logs
@@ -117,7 +117,7 @@ jobs:
117117 fi
118118 echo "log_file_name=${LOG_FILE}" >> $GITHUB_OUTPUT
119119 - name : Upload Logs as Artifact
120- uses : actions/upload-artifact@v4
120+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5
121121 with :
122122 name : logs-${{ matrix.name }}-${{ steps.parse_build_info.outputs.build_id }}
123123 path : ${{ steps.fetch_cloud_build_logs.outputs.log_file_name }}
@@ -129,7 +129,7 @@ jobs:
129129 if : always()
130130 steps :
131131 - name : Compose and post PR comment with artifact links
132- uses : actions/github-script@v7
132+ uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8
133133 env :
134134 PR_NUMBER : ${{ needs.detect-build-failure.outputs.pr_number }}
135135 with :
You can’t perform that action at this time.
0 commit comments