Skip to content

Commit 41b7e1d

Browse files
Merge branch 'main' into chore/scanner-rm-orphan-index-js
2 parents 297fa36 + 38b8c3a commit 41b7e1d

12 files changed

Lines changed: 3876 additions & 365 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
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 }}"

.github/workflows/dogfood-gate.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
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'
@@ -86,7 +86,7 @@ jobs:
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'

.github/workflows/hypatia-scan.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
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+
});

0 commit comments

Comments
 (0)