File tree Expand file tree Collapse file tree
tools/stale/packages/core Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9999 continue-on-error : true
100100
101101 - name : Upload build artifacts
102- uses : actions/upload-artifact@65c79d7f54e76e4e3c7a8f34db0f4ac8b515c478 # v4.6.0
102+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.0
103103 with :
104104 name : build-artifacts
105105 path : |
@@ -243,4 +243,4 @@ jobs:
243243 echo "Security: ${{ needs.security.result }}"
244244 echo "Docker: ${{ needs.docker.result }}"
245245 echo "Accessibility: ${{ needs.a11y.result }}"
246- echo "Deno Tests: ${{ needs.deno-test.result }}"
246+ echo "Deno Tests: ${{ needs.deno-test.result }}"
Original file line number Diff line number Diff line change 3838
3939 - name : Validate A2ML manifests
4040 if : steps.detect.outputs.count > 0
41- uses : hyperpolymath/a2ml-validate-action@main
41+ uses : hyperpolymath/a2ml-validate-action@b2f28c39491c0d1ff131b8fb9e197bfea79e411e # main
4242 with :
4343 path : ' .'
4444 strict : ' false'
8686
8787 - name : Validate K9 contracts
8888 if : steps.detect.outputs.k9_count > 0
89- uses : hyperpolymath/k9-validate-action@main
89+ uses : hyperpolymath/k9-validate-action@f985acb62d1ed46a4b3434dc6cb148dad95cf62d # main
9090 with :
9191 path : ' .'
9292 strict : ' false'
Original file line number Diff line number Diff line change 7979 echo "- Medium: $MEDIUM" >> $GITHUB_STEP_SUMMARY
8080
8181 - name : Upload findings artifact
82- uses : actions/upload-artifact@65c79d7f54e76e4e3c7a8f34db0f4ac8b515c478 # v4
82+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
8383 with :
8484 name : hypatia-findings
8585 path : hypatia-findings.json
@@ -180,4 +180,4 @@ jobs:
180180 repo: context.repo.repo,
181181 issue_number: context.issue.number,
182182 body: comment
183- });
183+ });
You can’t perform that action at this time.
0 commit comments