Skip to content

Commit c29d020

Browse files
authored
Merge pull request #1289 from mas-cli/dependabot/github_actions/github/codeql-action/init-4.37.4
⬆️(deps): Bump github/codeql-action/init from 4.37.3 to 4.37.4
2 parents 84b0af7 + 7e0d54d commit c29d020

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
@@ -44,7 +44,7 @@ jobs:
4444
run: Scripts/setup_workflow_repo
4545

4646
- name: 🔩 Initialize CodeQL
47-
uses: github/codeql-action/init@e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81 # v4.37.3
47+
uses: github/codeql-action/init@f205ea1c3313d32999d8d6a48b4f6530d4437b38 # v4.37.4
4848
with:
4949
languages: ${{matrix.language}}
5050
build-mode: ${{matrix.build-mode}}
@@ -60,6 +60,6 @@ jobs:
6060
Scripts/build codeql -c release
6161
6262
- name: 🔍 Perform CodeQL analysis
63-
uses: github/codeql-action/analyze@e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81 # v4.37.3
63+
uses: github/codeql-action/analyze@f205ea1c3313d32999d8d6a48b4f6530d4437b38 # v4.37.4
6464
with:
6565
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@e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81 # v4.37.3
53+
uses: github/codeql-action/upload-sarif@f205ea1c3313d32999d8d6a48b4f6530d4437b38 # v4.37.4
5454
with:
5555
sarif_file: results.sarif

0 commit comments

Comments
 (0)