Skip to content

Commit 16ee987

Browse files
authored
Merge pull request #1251 from mas-cli/dependabot/github_actions/github/codeql-action-4.35.5
2 parents 625f8cc + 4bd555e commit 16ee987

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/codeql.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
run: Scripts/setup_workflow_repo
4242

4343
- name: 🔩 Initialize CodeQL
44-
uses: github/codeql-action/init@68bde559dea0fdcac2102bfdf6230c5f70eb485e # v4.35.4
44+
uses: github/codeql-action/init@9e0d7b8d25671d64c341c19c0152d693099fb5ba # v4.35.5
4545
with:
4646
languages: ${{matrix.language}}
4747
build-mode: ${{matrix.build-mode}}
@@ -55,6 +55,6 @@ jobs:
5555
Scripts/build codeql -c release
5656
5757
- name: 🔍 Perform CodeQL analysis
58-
uses: github/codeql-action/analyze@68bde559dea0fdcac2102bfdf6230c5f70eb485e # v4.35.4
58+
uses: github/codeql-action/analyze@9e0d7b8d25671d64c341c19c0152d693099fb5ba # v4.35.5
5959
with:
6060
category: /language:${{matrix.language}}

.github/workflows/scorecard.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,6 @@ jobs:
5050
retention-days: 5
5151

5252
- name: Upload to code-scanning
53-
uses: github/codeql-action/upload-sarif@68bde559dea0fdcac2102bfdf6230c5f70eb485e # v4.35.4
53+
uses: github/codeql-action/upload-sarif@9e0d7b8d25671d64c341c19c0152d693099fb5ba # v4.35.5
5454
with:
5555
sarif_file: results.sarif

0 commit comments

Comments
 (0)