Skip to content

Commit 625f8cc

Browse files
authored
Merge pull request #1246 from mas-cli/dependabot/github_actions/github/codeql-action-4.35.4
⬆️(deps): Bump github/codeql-action from 4.35.3 to 4.35.4
2 parents 3550962 + ead21a2 commit 625f8cc

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@e46ed2cbd01164d986452f91f178727624ae40d7 # v4.35.3
44+
uses: github/codeql-action/init@68bde559dea0fdcac2102bfdf6230c5f70eb485e # v4.35.4
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@e46ed2cbd01164d986452f91f178727624ae40d7 # v4.35.3
58+
uses: github/codeql-action/analyze@68bde559dea0fdcac2102bfdf6230c5f70eb485e # v4.35.4
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@e46ed2cbd01164d986452f91f178727624ae40d7 # v4.35.3
53+
uses: github/codeql-action/upload-sarif@68bde559dea0fdcac2102bfdf6230c5f70eb485e # v4.35.4
5454
with:
5555
sarif_file: results.sarif

0 commit comments

Comments
 (0)