Skip to content

Commit 386ae10

Browse files
Bump github/codeql-action from 3 to 4 (#85)
* Bump github/codeql-action from 3 to 4 Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3 to 4. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@v3...v4) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * Update dependabot.yml --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Christian Oliff <christianoliff@pm.me>
1 parent 7352c4f commit 386ae10

File tree

2 files changed

+15
-3
lines changed

2 files changed

+15
-3
lines changed

.github/dependabot.yml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,19 @@ updates:
55
schedule:
66
interval: monthly
77
versioning-strategy: increase
8+
groups:
9+
all-dependencies:
10+
patterns:
11+
- "*"
12+
update-types:
13+
- "patch"
14+
815
- package-ecosystem: github-actions
916
directory: '/'
1017
schedule:
11-
interval: weekly
18+
interval: monthly
19+
groups:
20+
github-actions:
21+
patterns:
22+
- "*"
23+
open-pull-requests-limit: 2

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ jobs:
2525
uses: actions/checkout@v3
2626

2727
- name: Initialize CodeQL
28-
uses: github/codeql-action/init@v3
28+
uses: github/codeql-action/init@v4
2929
with:
3030
languages: ${{ matrix.language }}
3131

3232
- name: Perform CodeQL Analysis
33-
uses: github/codeql-action/analyze@v3
33+
uses: github/codeql-action/analyze@v4

0 commit comments

Comments
 (0)