File tree Expand file tree Collapse file tree 2 files changed +18
-3
lines changed
Expand file tree Collapse file tree 2 files changed +18
-3
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 : " monthly"
12+ groups :
13+ gh-actions-packages :
14+ patterns :
15+ - " *"
Original file line number Diff line number Diff line change @@ -22,10 +22,10 @@ jobs:
2222 language : [ 'cpp' ]
2323 steps :
2424 - name : Checkout repository
25- uses : actions/checkout@v2
25+ uses : actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2.7.0
2626
2727 - name : Initialize CodeQL
28- uses : github/codeql-action/init@v2
28+ uses : github/codeql-action/init@b8d3b6e8af63cde30bdc382c0bc28114f4346c88 # v2.28.1
2929 with :
3030 languages : ${{ matrix.language }}
3131
3535 bin/cmake-build
3636
3737 - name : Perform CodeQL Analysis
38- uses : github/codeql-action/analyze@v2
38+ uses : github/codeql-action/analyze@b8d3b6e8af63cde30bdc382c0bc28114f4346c88 # v2.28.1
You can’t perform that action at this time.
0 commit comments