Skip to content

Commit 1f65c72

Browse files
committed
ci: update codeQL
1 parent 3f2f467 commit 1f65c72

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

.github/dependabot.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55

66
version: 2
77
updates:
8+
- package-ecosystem: "github-actions"
9+
directory: "/.github"
10+
schedule:
11+
interval: "monthly"
812
- package-ecosystem: "npm" # See documentation for possible values
913
directory: "/" # Location of package manifests
1014
schedule:
@@ -15,4 +19,4 @@ updates:
1519
- "anyulled"
1620
ignore:
1721
- dependency-name: "*"
18-
update-types: ["version-update:semver-patch"]
22+
update-types: [ "version-update:semver-patch" ]

.github/workflows/codeql.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242

4343
# Initializes the CodeQL tools for scanning.
4444
- name: Initialize CodeQL
45-
uses: github/codeql-action/init@v2
45+
uses: github/codeql-action/init@v3
4646
with:
4747
languages: ${{ matrix.language }}
4848
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -56,7 +56,7 @@ jobs:
5656
# Autobuild attempts to build any compiled languages (C/C++, C#, Go, or Java).
5757
# If this step fails, then you should remove it and run the build manually (see below)
5858
- name: Autobuild
59-
uses: github/codeql-action/autobuild@v2
59+
uses: github/codeql-action/autobuild@v3
6060

6161
# ℹ️ Command-line programs to run using the OS shell.
6262
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
@@ -69,6 +69,6 @@ jobs:
6969
# ./location_of_script_within_repo/buildscript.sh
7070

7171
- name: Perform CodeQL Analysis
72-
uses: github/codeql-action/analyze@v2
72+
uses: github/codeql-action/analyze@v3
7373
with:
7474
category: "/language:${{matrix.language}}"

0 commit comments

Comments
 (0)