There was an error while loading. Please reload this page.
2 parents ae21659 + 9ee9126 commit a7bc6e0Copy full SHA for a7bc6e0
3 files changed
.github/workflows/app-tests.yml
@@ -48,7 +48,7 @@ jobs:
48
run: exit 1
49
50
- name: Checkout repository
51
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
52
53
- name: Set up Python
54
uses: actions/setup-python@v6
.github/workflows/codeql.yml
steps:
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
.github/workflows/docker-image.yml
@@ -26,7 +26,7 @@ jobs:
26
27
28
29
30
with:
31
fetch-depth: 0 # This ensures all tags are fetched for git describe
32
0 commit comments