Skip to content

Commit c0a1252

Browse files
committed
Merge branch '2.14' of github.com:FasterXML/jackson-databind into 2.14
2 parents f1e1ff7 + 2c9672a commit c0a1252

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

.github/dependabot.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "github-actions"
4+
directory: "/"
5+
schedule:
6+
interval: "weekly"

.github/workflows/codeql-analysis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,12 @@ jobs:
4242

4343
# Initializes the CodeQL tools for scanning.
4444
- name: Initialize CodeQL
45-
uses: github/codeql-action/init@v1
45+
uses: github/codeql-action/init@v2
4646
with:
4747
languages: ${{ matrix.language }}
4848

4949
- name: Autobuild
50-
uses: github/codeql-action/autobuild@v1
50+
uses: github/codeql-action/autobuild@v2
5151

5252
- name: Perform CodeQL Analysis
53-
uses: github/codeql-action/analyze@v1
53+
uses: github/codeql-action/analyze@v2

0 commit comments

Comments
 (0)