Skip to content

Commit b322f0a

Browse files
authored
Merge branch 'main' into copilot/fix-1001-2
2 parents c8821c2 + 7ee8c6a commit b322f0a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Checkout repository
2020
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
2121
- name: Initialize CodeQL
22-
uses: github/codeql-action/init@192325c86100d080feab897ff886c34abd4c83a3
22+
uses: github/codeql-action/init@303c0aef88fc2fe5ff6d63d3b1596bfd83dfa1f9
2323
with:
2424
languages: ${{ matrix.language }}
2525
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -28,7 +28,7 @@ jobs:
2828
# Prefix the list here with "+" to use these queries and those in the config file.
2929
# Details on CodeQL's query packs refer to : https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning#using-queries-in-ql-packs
3030
# queries: security-extended,security-and-quality
31-
uses: github/codeql-action/autobuild@192325c86100d080feab897ff886c34abd4c83a3
31+
uses: github/codeql-action/autobuild@303c0aef88fc2fe5ff6d63d3b1596bfd83dfa1f9
3232

3333
- name: Perform CodeQL Analysis
34-
uses: github/codeql-action/analyze@192325c86100d080feab897ff886c34abd4c83a3
34+
uses: github/codeql-action/analyze@303c0aef88fc2fe5ff6d63d3b1596bfd83dfa1f9

Philips.CodeAnalysis.AnalyzerPerformance/Philips.CodeAnalysis.AnalyzerPerformance.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</PropertyGroup>
1111

1212
<ItemGroup>
13-
<PackageReference Include="MSBuild.StructuredLogger" Version="2.3.45" />
13+
<PackageReference Include="MSBuild.StructuredLogger" Version="2.3.59" />
1414
</ItemGroup>
1515

1616
<ItemGroup>

0 commit comments

Comments
 (0)