Skip to content

Commit 43bc61c

Browse files
authored
Merge pull request #62 from RightCapitalHQ/renovate/github-codeql-action-3.x
chore(deps): update github/codeql-action action to v3
2 parents 1b1f1c0 + fab48c2 commit 43bc61c

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

.github/workflows/codeql.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ jobs:
1515
- name: ⤵️ Check out code from GitHub
1616
uses: actions/checkout@v4
1717
- name: 🏗 Initialize CodeQL
18-
uses: github/codeql-action/init@v2
18+
uses: github/codeql-action/init@v3
1919
- name: 🚀 Perform CodeQL Analysis
20-
uses: github/codeql-action/analyze@v2
20+
uses: github/codeql-action/analyze@v3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "patch",
3+
"comment": "chore(deps): update github/codeql-action action to v3",
4+
"packageName": "@rightcapital/phpdoc-parser",
5+
"email": "email not defined",
6+
"dependentChangeType": "patch"
7+
}

0 commit comments

Comments
 (0)