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 e936e1b commit 04724d7Copy full SHA for 04724d7
.github/workflows/codeql.yml
@@ -27,7 +27,7 @@ jobs:
27
28
steps:
29
- name: Checkout repository
30
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
31
32
# Initializes the CodeQL tools for scanning.
33
- name: Initialize CodeQL
.github/workflows/contributor-build.yml
@@ -51,7 +51,7 @@ jobs:
51
# Running with HANA requires at least 8GB memory just for the database, which we don't have on GH Actions runners
52
# - rdbms: hana
53
54
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
55
with:
56
persist-credentials: false
57
- name: Reclaim Disk Space
0 commit comments