Skip to content

Commit ad06d18

Browse files
authored
Merge pull request #25 from kellenmurphy/dependabot/github_actions/github/codeql-action-4.35.5
chore(deps): bump github/codeql-action from 3.35.5 to 4.35.5
2 parents 4a1da0c + eaae191 commit ad06d18

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ jobs:
2323

2424
- name: Initialize CodeQL
2525
# github/codeql-action v3.28.13
26-
uses: github/codeql-action/init@458d36d7d4f47d0dd16ca424c1d3cda0060f1360
26+
uses: github/codeql-action/init@9e0d7b8d25671d64c341c19c0152d693099fb5ba
2727
with:
2828
languages: javascript-typescript
2929
queries: security-extended
3030

3131
- name: Analyze
3232
# github/codeql-action v3.28.13
33-
uses: github/codeql-action/analyze@458d36d7d4f47d0dd16ca424c1d3cda0060f1360
33+
uses: github/codeql-action/analyze@9e0d7b8d25671d64c341c19c0152d693099fb5ba
3434
with:
3535
category: /language:javascript-typescript

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@ jobs:
3939
retention-days: 5
4040

4141
- name: Upload to code scanning
42-
uses: github/codeql-action/upload-sarif@bc0b696b4103f5fe60f15749af68a046868d511a
42+
uses: github/codeql-action/upload-sarif@458d36d7d4f47d0dd16ca424c1d3cda0060f1360
4343
with:
4444
sarif_file: results.sarif

0 commit comments

Comments
 (0)