File tree 2 files changed +15
-4
lines changed
2 files changed +15
-4
lines changed Original file line number Diff line number Diff line change
1
+ # To get started with Dependabot version updates, you'll need to specify which
2
+ # package ecosystems to update and where the package manifests are located.
3
+ # Please see the documentation for all configuration options:
4
+ # https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
5
+
6
+ version : 2
7
+ updates :
8
+ - package-ecosystem : " github-actions"
9
+ directory : " /"
10
+ schedule :
11
+ interval : " weekly"
Original file line number Diff line number Diff line change @@ -32,15 +32,15 @@ jobs:
32
32
uses : actions/checkout@v3
33
33
34
34
- name : Initialize CodeQL
35
- uses : github/codeql-action/init@v2
35
+ uses : github/codeql-action/init@v3
36
36
with :
37
37
languages : ${{ matrix.language }}
38
38
queries : +security-and-quality
39
39
40
40
- name : Autobuild
41
- uses : github/codeql-action/autobuild@v2
41
+ uses : github/codeql-action/autobuild@v3
42
42
43
43
- name : Perform CodeQL Analysis
44
- uses : github/codeql-action/analyze@v2
44
+ uses : github/codeql-action/analyze@v3
45
45
with :
46
- category : " /language:${{ matrix.language }}"
46
+ category : " /language:${{ matrix.language }}"
You can’t perform that action at this time.
0 commit comments