You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/codeql-analysis.yml
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
#
2
-
# Copyright (c) 2022 Oracle and/or its affiliates. All rights reserved.
2
+
# Copyright (c) 2022, 2024 Oracle and/or its affiliates. All rights reserved.
3
3
#
4
4
# This program and the accompanying materials are made available under the
5
5
# terms of the Eclipse Distribution License v. 1.0, which is available at
@@ -37,7 +37,7 @@ jobs:
37
37
38
38
steps:
39
39
- name: Checkout repository
40
-
uses: actions/checkout@v3
40
+
uses: actions/checkout@v4
41
41
42
42
- name: Set up JDK
43
43
uses: actions/setup-java@v2
@@ -54,11 +54,11 @@ jobs:
54
54
# If you wish to specify custom queries, you can do so here or in a config file.
55
55
# By default, queries listed here will override any specified in a config file.
56
56
# Prefix the list here with "+" to use these queries and those in the config file.
57
-
57
+
58
58
# Details on CodeQL's query packs refer to : https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning#using-queries-in-ql-packs
59
59
# queries: security-extended,security-and-quality
60
60
61
-
61
+
62
62
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
63
63
# If this step fails, then you should remove it and run the build manually (see below)
64
64
# - name: Autobuild
@@ -67,7 +67,7 @@ jobs:
67
67
# ℹ️ Command-line programs to run using the OS shell.
68
68
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
69
69
70
-
# If the Autobuild fails above, remove it and uncomment the following three lines.
70
+
# If the Autobuild fails above, remove it and uncomment the following three lines.
71
71
# modify them (or add more) to build your code if your project, please refer to the EXAMPLE below for guidance.
0 commit comments