Skip to content

Commit f08ae2a

Browse files
authored
chore: clear blocked dependency and workflow update backlog (#249)
1 parent 29ba71a commit f08ae2a

9 files changed

Lines changed: 362 additions & 417 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@ jobs:
3131
persist-credentials: false
3232

3333
- name: Initialize CodeQL
34-
uses: github/codeql-action/init@0d579ffd059c29b07949a3cce3983f0780820c98
34+
uses: github/codeql-action/init@38697555549f1db7851b81482ff19f1fa5c4fedc
3535
with:
3636
languages: ${{ matrix.language }}
3737
config-file: ./.github/codeql/codeql-config.yml
3838

3939
- name: Perform CodeQL Analysis
40-
uses: github/codeql-action/analyze@0d579ffd059c29b07949a3cce3983f0780820c98
40+
uses: github/codeql-action/analyze@38697555549f1db7851b81482ff19f1fa5c4fedc
4141
with:
4242
category: /language:${{ matrix.language }}

.github/workflows/poutine.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
mv results.cleaned.sarif results.sarif
3939
4040
- name: Upload poutine SARIF
41-
uses: github/codeql-action/upload-sarif@0d579ffd059c29b07949a3cce3983f0780820c98
41+
uses: github/codeql-action/upload-sarif@38697555549f1db7851b81482ff19f1fa5c4fedc
4242
with:
4343
sarif_file: results.sarif
4444
category: /tool:poutine

.github/workflows/qa-matrix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ jobs:
374374
path: dist/test-results/${{ matrix.os }}
375375

376376
- name: Publish unit test results
377-
uses: dorny/test-reporter@3d76b34a4535afbd0600d347b09a6ee5deb3ed7f
377+
uses: dorny/test-reporter@a43b3a5f7366b97d083190328d2c652e1a8b6aa2
378378
with:
379379
name: Unit Tests (${{ matrix.os }})
380380
path: dist/test-results/${{ matrix.os }}/junit.xml

.github/workflows/sbom.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
run: mkdir -p dist/security/sbom
6262

6363
- name: Generate SPDX SBOM and submit dependency snapshot
64-
uses: anchore/sbom-action@57aae528053a48a3f6235f2d9461b05fbcb7366d
64+
uses: anchore/sbom-action@e22c389904149dbc22b58101806040fa8d37a610
6565
with:
6666
file: package-lock.json
6767
format: spdx-json

.github/workflows/scorecards.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
retention-days: 14
4242

4343
- name: Upload Scorecards SARIF
44-
uses: github/codeql-action/upload-sarif@0d579ffd059c29b07949a3cce3983f0780820c98
44+
uses: github/codeql-action/upload-sarif@38697555549f1db7851b81482ff19f1fa5c4fedc
4545
with:
4646
sarif_file: scorecards.sarif
4747
category: /tool:ossf-scorecards

.github/workflows/semgrep.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
7070
- name: Upload Semgrep SARIF
7171
if: always() && (github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository)
72-
uses: github/codeql-action/upload-sarif@0d579ffd059c29b07949a3cce3983f0780820c98
72+
uses: github/codeql-action/upload-sarif@38697555549f1db7851b81482ff19f1fa5c4fedc
7373
with:
7474
sarif_file: semgrep.sarif
7575
category: /tool:semgrep

.prettierignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ coverage
66
.github
77
.husky
88
.claude
9+
.agent-runner

0 commit comments

Comments
 (0)