Skip to content

Commit 0c174c8

Browse files
Bump github/codeql-action from 4.35.4 to 4.35.5 (project-chip#72080)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4.35.4 to 4.35.5. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@68bde55...9e0d7b8) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 4.35.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6af3c64 commit 0c174c8

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
platform: linux
7373
- name: Initialize CodeQL
7474
if: ${{ inputs.run-codeql }}
75-
uses: github/codeql-action/init@68bde559dea0fdcac2102bfdf6230c5f70eb485e # v4
75+
uses: github/codeql-action/init@9e0d7b8d25671d64c341c19c0152d693099fb5ba # v4
7676
with:
7777
languages: "cpp"
7878
queries: security-extended, security-and-quality
@@ -191,7 +191,7 @@ jobs:
191191
# deactivate until a better workaround is found
192192
# - name: Initialize CodeQL
193193
# if: ${{ inputs.run-codeql }}
194-
# uses: github/codeql-action/init@68bde559dea0fdcac2102bfdf6230c5f70eb485e # v4
194+
# uses: github/codeql-action/init@9e0d7b8d25671d64c341c19c0152d693099fb5ba # v4
195195
# with:
196196
# languages: "cpp"
197197
- name: Setup and Build Simulated Device
@@ -451,7 +451,7 @@ jobs:
451451
# Build on Darwin + CodeQL often takes 6 hours (which is more than the maximum allowed by GitHub Runners), Deactivate it until we can investigate this
452452
# - name: Initialize CodeQL
453453
# if: ${{ inputs.run-codeql }}
454-
# uses: github/codeql-action/init@68bde559dea0fdcac2102bfdf6230c5f70eb485e # v4
454+
# uses: github/codeql-action/init@9e0d7b8d25671d64c341c19c0152d693099fb5ba # v4
455455
# with:
456456
# languages: "cpp"
457457

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,6 @@ jobs:
7272
# Upload the results to GitHub's code scanning dashboard (optional).
7373
# Commenting out will disable upload of results to your repo's Code Scanning dashboard
7474
- name: "Upload to code-scanning"
75-
uses: github/codeql-action/upload-sarif@68bde559dea0fdcac2102bfdf6230c5f70eb485e # v4.35.4
75+
uses: github/codeql-action/upload-sarif@9e0d7b8d25671d64c341c19c0152d693099fb5ba # v4.35.5
7676
with:
7777
sarif_file: results.sarif

0 commit comments

Comments
 (0)