Skip to content

Commit 4aec63e

Browse files
Bump github/codeql-action from 3.27.6 to 3.27.9 (#520)
1 parent 013ce38 commit 4aec63e

File tree

3 files changed

+4
-11
lines changed

3 files changed

+4
-11
lines changed

.github/dependabot.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,6 @@
11
version: 2
22
updates:
3-
- package-ecosystem: nuget
4-
directory: "/Audio"
5-
schedule:
6-
interval: weekly
7-
commit-message:
8-
prefix: "[nuget] "
9-
103
- package-ecosystem: github-actions
114
directory: /
125
schedule:
13-
interval: weekly
6+
interval: monthly

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
- uses: ilammy/msvc-dev-cmd@0b201ec74fa43914dc39ae48a89fd1d8cb592756 # v1.13.0
5454

5555
- name: Initialize CodeQL
56-
uses: github/codeql-action/init@aa578102511db1f4524ed59b8cc2bae4f6e88195 # v3.27.6
56+
uses: github/codeql-action/init@df409f7d9260372bd5f19e5b04e83cb3c43714ae # v3.27.9
5757
with:
5858
languages: ${{ matrix.language }}
5959
build-mode: manual
@@ -74,6 +74,6 @@ jobs:
7474
run: msbuild MakeSpriteFont.csproj /p:Configuration=Debug /p:Platform=AnyCPU
7575

7676
- name: Perform CodeQL Analysis
77-
uses: github/codeql-action/analyze@aa578102511db1f4524ed59b8cc2bae4f6e88195 # v3.27.6
77+
uses: github/codeql-action/analyze@df409f7d9260372bd5f19e5b04e83cb3c43714ae # v3.27.9
7878
with:
7979
category: "/language:${{ matrix.language }}"

.github/workflows/msvc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,6 @@ jobs:
6464

6565
# Upload SARIF file to GitHub Code Scanning Alerts
6666
- name: Upload SARIF to GitHub
67-
uses: github/codeql-action/upload-sarif@aa578102511db1f4524ed59b8cc2bae4f6e88195 # v3.27.6
67+
uses: github/codeql-action/upload-sarif@df409f7d9260372bd5f19e5b04e83cb3c43714ae # v3.27.9
6868
with:
6969
sarif_file: ${{ steps.run-analysis.outputs.sarif }}

0 commit comments

Comments
 (0)