Skip to content

Commit a788035

Browse files
Bump github/codeql-action from 4.35.1 to 4.35.2
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4.35.1 to 4.35.2. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@c10b806...95e58e9) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 4.35.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent cf2b94e commit a788035

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
3333

3434
- name: Initialize CodeQL
35-
uses: github/codeql-action/init@c10b8064de6f491fea524254123dbe5e09572f13
35+
uses: github/codeql-action/init@95e58e9a2cdfd71adc6e0353d5c52f41a045d225
3636
with:
3737
languages: ${{ matrix.language }}
3838

@@ -49,4 +49,4 @@ jobs:
4949
run: npm run build
5050

5151
- name: Perform CodeQL analysis
52-
uses: github/codeql-action/analyze@c10b8064de6f491fea524254123dbe5e09572f13
52+
uses: github/codeql-action/analyze@95e58e9a2cdfd71adc6e0353d5c52f41a045d225

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,6 @@ jobs:
7373
# Upload the results to GitHub's code scanning dashboard (optional).
7474
# Commenting out will disable upload of results to your repo's Code Scanning dashboard
7575
- name: "Upload to code-scanning"
76-
uses: github/codeql-action/upload-sarif@c10b8064de6f491fea524254123dbe5e09572f13 # v4
76+
uses: github/codeql-action/upload-sarif@95e58e9a2cdfd71adc6e0353d5c52f41a045d225 # v4
7777
with:
7878
sarif_file: results.sarif

0 commit comments

Comments
 (0)