Skip to content

Commit e90c322

Browse files
ci(deps): Bump github/codeql-action from 4.35.1 to 4.35.2 (#1174)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 841f168 commit e90c322

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/codacy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
- name: Upload Trivy SARIF to GitHub Code Scanning
6262
# Must match checkout/Trivy conditions - only run if both checkout and Trivy scan happened
6363
if: (github.event_name != 'pull_request' || github.event.pull_request.changed_files <= 150) && (github.event_name != 'pull_request' || github.event.pull_request.head.repo.fork != true)
64-
uses: github/codeql-action/upload-sarif@c10b8064de6f491fea524254123dbe5e09572f13 # v3
64+
uses: github/codeql-action/upload-sarif@95e58e9a2cdfd71adc6e0353d5c52f41a045d225 # v3
6565
with:
6666
sarif_file: trivy-results.sarif
6767
category: trivy-fs

.github/workflows/sonarcloud.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
run: dotnet restore src/AiDotNet.csproj
7272

7373
- name: Initialize CodeQL
74-
uses: github/codeql-action/init@c10b8064de6f491fea524254123dbe5e09572f13 # v4
74+
uses: github/codeql-action/init@95e58e9a2cdfd71adc6e0353d5c52f41a045d225 # v4
7575
with:
7676
languages: csharp
7777
config-file: ./.github/codeql/codeql-config.yml
@@ -84,14 +84,14 @@ jobs:
8484

8585
- name: Perform CodeQL Analysis (no SARIF upload for huge PRs)
8686
if: github.event_name == 'pull_request' && github.event.pull_request.changed_files > 250
87-
uses: github/codeql-action/analyze@c10b8064de6f491fea524254123dbe5e09572f13 # v4
87+
uses: github/codeql-action/analyze@95e58e9a2cdfd71adc6e0353d5c52f41a045d225 # v4
8888
with:
8989
category: "/language:csharp"
9090
upload: never
9191

9292
- name: Perform CodeQL Analysis
9393
if: github.event_name != 'pull_request' || github.event.pull_request.changed_files <= 250
94-
uses: github/codeql-action/analyze@c10b8064de6f491fea524254123dbe5e09572f13 # v4
94+
uses: github/codeql-action/analyze@95e58e9a2cdfd71adc6e0353d5c52f41a045d225 # v4
9595
with:
9696
category: "/language:csharp"
9797
upload: always

0 commit comments

Comments
 (0)