Skip to content

Commit 679812a

Browse files
committed
Merge remote-tracking branch 'origin/latest' into upgrade/udx-worker-0.42.0
# Conflicts: # .rabbit/context.yaml # Dockerfile
2 parents f9df0b9 + 274fbff commit 679812a

7 files changed

Lines changed: 459 additions & 13 deletions

File tree

.github/workflows/codeql-analysis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
steps:
1616
- name: Checkout repository
17-
uses: actions/checkout@v6
17+
uses: actions/checkout@v7
1818

1919
- name: Install ShellCheck
2020
run: sudo apt-get install -y shellcheck
@@ -29,7 +29,7 @@ jobs:
2929

3030
steps:
3131
- name: Checkout repository
32-
uses: actions/checkout@v6
32+
uses: actions/checkout@v7
3333

3434
- name: Install hadolint
3535
run: |
@@ -48,7 +48,7 @@ jobs:
4848

4949
steps:
5050
- name: Checkout repository
51-
uses: actions/checkout@v6
51+
uses: actions/checkout@v7
5252

5353
- name: Install yamllint
5454
run: |

0 commit comments

Comments
 (0)