File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 46
46
47
47
# Initializes the CodeQL tools for scanning.
48
48
- name : Initialize CodeQL
49
- uses : github/codeql-action/init@v2
49
+ uses : github/codeql-action/init@v3
50
50
with :
51
51
languages : ${{ matrix.language }}
52
52
# If you wish to specify custom queries, you can do so here or in a config file.
55
55
# queries: ./path/to/local/query, your-org/your-repo/queries@main
56
56
57
57
- name : Autobuild
58
- uses : github/codeql-action/autobuild@v2
58
+ uses : github/codeql-action/autobuild@v3
59
59
60
60
- name : Perform CodeQL Analysis
61
- uses : github/codeql-action/analyze@v2
61
+ uses : github/codeql-action/analyze@v3
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
9
10
10
### Repository
11
11
12
+ - Update GitHub Actions ` github/codeql-action ` from v2 to v3
12
13
- Update ` astral-sh/ruff-pre-commit ` hook to v0.1.9
13
14
14
15
## [ v1.5.1] - 2023-12-15
You can’t perform that action at this time.
0 commit comments