Skip to content

Commit e69e0f4

Browse files
authored
Merge pull request #102 from cloakyard/dependabot/github_actions/github/codeql-action-4.36.2
chore(deps): bump github/codeql-action from 4.35.4 to 4.36.2
2 parents 93c56b1 + 2514802 commit e69e0f4

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,15 @@ jobs:
2727
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
2828

2929
- name: Initialize CodeQL
30-
uses: github/codeql-action/init@68bde559dea0fdcac2102bfdf6230c5f70eb485e # v4
30+
uses: github/codeql-action/init@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4
3131
with:
3232
languages: javascript-typescript
3333
queries: security-and-quality
3434

3535
- name: Autobuild
36-
uses: github/codeql-action/autobuild@68bde559dea0fdcac2102bfdf6230c5f70eb485e # v4
36+
uses: github/codeql-action/autobuild@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4
3737

3838
- name: Perform CodeQL Analysis
39-
uses: github/codeql-action/analyze@68bde559dea0fdcac2102bfdf6230c5f70eb485e # v4
39+
uses: github/codeql-action/analyze@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4
4040
with:
4141
category: codeql-javascript

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
publish_results: true
3535

3636
- name: Upload SARIF results
37-
uses: github/codeql-action/upload-sarif@68bde559dea0fdcac2102bfdf6230c5f70eb485e # v4
37+
uses: github/codeql-action/upload-sarif@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4
3838
with:
3939
sarif_file: scorecard-results.sarif
4040
category: scorecard

0 commit comments

Comments
 (0)