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 @@ -29,15 +29,15 @@ jobs:
29
29
uses : actions/checkout@v3
30
30
31
31
- name : Initialize CodeQL
32
- uses : github/codeql-action/init@v2
32
+ uses : github/codeql-action/init@v3
33
33
with :
34
34
languages : ${{ matrix.language }}
35
35
queries : +security-and-quality
36
36
37
37
- name : Autobuild
38
- uses : github/codeql-action/autobuild@v2
38
+ uses : github/codeql-action/autobuild@v3
39
39
40
40
- name : Perform CodeQL Analysis
41
- uses : github/codeql-action/analyze@v2
41
+ uses : github/codeql-action/analyze@v3
42
42
with :
43
- category : " /language:${{ matrix.language }}"
43
+ category : " /language:${{ matrix.language }}"
You can’t perform that action at this time.
0 commit comments