We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c400d7 commit 2cb3af9Copy full SHA for 2cb3af9
.github/workflows/codeql.yml
@@ -46,7 +46,7 @@ jobs:
46
47
steps:
48
- name: Checkout repository
49
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
50
51
- name: set up jdk 17
52
uses: actions/setup-java@v3
@@ -55,7 +55,7 @@ jobs:
55
java-version: '17'
56
57
- name: checkout code
58
59
60
# Initializes the CodeQL tools for scanning.
61
- name: Initialize CodeQL
.github/workflows/main.yml
@@ -41,7 +41,7 @@ jobs:
41
# Steps represent a sequence of tasks that will be executed as part of the job
42
43
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
44
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
45
- uses: actions/setup-java@v3
with:
distribution: 'temurin'
0 commit comments