@@ -3,10 +3,10 @@ name: "Code Scanning - Action"
3
3
on :
4
4
push :
5
5
branches :
6
- - " {{ odoo_version }} "
6
+ - " 17.0 "
7
7
pull_request :
8
8
branches :
9
- - " {{ odoo_version }} "
9
+ - " 17.0 "
10
10
schedule :
11
11
# ┌───────────── minute (0 - 59)
12
12
# │ ┌───────────── hour (0 - 23)
@@ -38,11 +38,11 @@ jobs:
38
38
39
39
steps :
40
40
- name : Checkout repository
41
- uses : actions/checkout@v3
41
+ uses : actions/checkout@v4
42
42
43
43
# Initializes the CodeQL tools for scanning.
44
44
- name : Initialize CodeQL
45
- uses : github/codeql-action/init@v2
45
+ uses : github/codeql-action/init@v3
46
46
with :
47
47
languages : ${{ matrix.language }}
48
48
# Override language selection by uncommenting this and choosing your languages
52
52
# Autobuild attempts to build any compiled languages (C/C++, C#, Go, or Java).
53
53
# If this step fails, then you should remove it and run the build manually (see below).
54
54
- name : Autobuild
55
- uses : github/codeql-action/autobuild@v2
55
+ uses : github/codeql-action/autobuild@v3
56
56
57
57
# ℹ️ Command-line programs to run using the OS shell.
58
58
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
66
66
# make release
67
67
68
68
- name : Perform CodeQL Analysis
69
- uses : github/codeql-action/analyze@v2
69
+ uses : github/codeql-action/analyze@v3
70
70
71
71
- name : TruffleHog OSS
72
72
if : env.BRANCH_NAME != github.event.repository.default_branch
0 commit comments