Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ jobs:
persist-credentials: false

- name: Initialize CodeQL
uses: github/codeql-action/init@0d579ffd059c29b07949a3cce3983f0780820c98
uses: github/codeql-action/init@38697555549f1db7851b81482ff19f1fa5c4fedc
with:
languages: ${{ matrix.language }}
config-file: ./.github/codeql/codeql-config.yml

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@0d579ffd059c29b07949a3cce3983f0780820c98
uses: github/codeql-action/analyze@38697555549f1db7851b81482ff19f1fa5c4fedc
with:
category: /language:${{ matrix.language }}
2 changes: 1 addition & 1 deletion .github/workflows/poutine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
mv results.cleaned.sarif results.sarif

- name: Upload poutine SARIF
uses: github/codeql-action/upload-sarif@0d579ffd059c29b07949a3cce3983f0780820c98
uses: github/codeql-action/upload-sarif@38697555549f1db7851b81482ff19f1fa5c4fedc
with:
sarif_file: results.sarif
category: /tool:poutine
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/qa-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ jobs:
path: dist/test-results/${{ matrix.os }}

- name: Publish unit test results
uses: dorny/test-reporter@3d76b34a4535afbd0600d347b09a6ee5deb3ed7f
uses: dorny/test-reporter@a43b3a5f7366b97d083190328d2c652e1a8b6aa2
with:
name: Unit Tests (${{ matrix.os }})
path: dist/test-results/${{ matrix.os }}/junit.xml
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sbom.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
run: mkdir -p dist/security/sbom

- name: Generate SPDX SBOM and submit dependency snapshot
uses: anchore/sbom-action@57aae528053a48a3f6235f2d9461b05fbcb7366d
uses: anchore/sbom-action@e22c389904149dbc22b58101806040fa8d37a610
with:
file: package-lock.json
format: spdx-json
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scorecards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
retention-days: 14

- name: Upload Scorecards SARIF
uses: github/codeql-action/upload-sarif@0d579ffd059c29b07949a3cce3983f0780820c98
uses: github/codeql-action/upload-sarif@38697555549f1db7851b81482ff19f1fa5c4fedc
with:
sarif_file: scorecards.sarif
category: /tool:ossf-scorecards
2 changes: 1 addition & 1 deletion .github/workflows/semgrep.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:

- name: Upload Semgrep SARIF
if: always() && (github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository)
uses: github/codeql-action/upload-sarif@0d579ffd059c29b07949a3cce3983f0780820c98
uses: github/codeql-action/upload-sarif@38697555549f1db7851b81482ff19f1fa5c4fedc
with:
sarif_file: semgrep.sarif
category: /tool:semgrep
Expand Down
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ coverage
.github
.husky
.claude
.agent-runner
Loading
Loading