Skip to content

Commit 6eac19d

Browse files
authored
Merge pull request #45 from kellenmurphy/dependabot/github_actions/github/codeql-action-4.36.0
chore(deps): bump github/codeql-action from 4.35.5 to 4.36.0
2 parents 2334d11 + 53dfbbd commit 6eac19d

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@9e0d7b8d25671d64c341c19c0152d693099fb5ba
26+
uses: github/codeql-action/init@7211b7c8077ea37d8641b6271f6a365a22a5fbfa
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@9e0d7b8d25671d64c341c19c0152d693099fb5ba
33+
uses: github/codeql-action/analyze@7211b7c8077ea37d8641b6271f6a365a22a5fbfa
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@9e0d7b8d25671d64c341c19c0152d693099fb5ba
42+
uses: github/codeql-action/upload-sarif@7211b7c8077ea37d8641b6271f6a365a22a5fbfa
4343
with:
4444
sarif_file: results.sarif

0 commit comments

Comments
 (0)