There was an error while loading. Please reload this page.
1 parent 559a962 commit 81a7898Copy full SHA for 81a7898
.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