Skip to content

Commit 80da406

Browse files
committed
fix CI failures
1 parent 3d9d35f commit 80da406

3 files changed

Lines changed: 23 additions & 4 deletions

File tree

.github/workflows/check_action_tags.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
runs-on: ubuntu-latest
4343
steps:
4444

45-
- uses: actions/checkout@v6
45+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
4646

4747
- run: pip install ruyaml
4848

actions.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -623,9 +623,9 @@ matlab-actions/run-tests:
623623
tag: v3.0.0
624624
expires_at: 2026-07-05
625625
353aee49b0edf62278c118a51b484d90bf6da1b7:
626-
# The SHA 353aee49b0edf62278c118a51b484d90bf6da1b7 for this tag was added on Apr 12, 2026 via PR #695
627-
# The tag v3.1.0 has been moved on Apr 14, 2026 to 64426f612825c99055c2b4887c08c135ab01be0b/a6c82b97e58e6b95bf49fcc8f5ea82370dcccd12.
628-
#tag: v3.1.0
626+
# The SHA 353aee49b0edf62278c118a51b484d90bf6da1b7 for this tag was added on Apr 12, 2026 via PR #695
627+
# The tag v3.1.0 has been moved on Apr 14, 2026 to 64426f612825c99055c2b4887c08c135ab01be0b/a6c82b97e58e6b95bf49fcc8f5ea82370dcccd12.
628+
#tag: v3.1.0
629629
matlab-actions/setup-matlab:
630630
aa8bbc7b76daa63c5d456d1430cbd6cb5b626ab4:
631631
tag: v2.7.0

gateway/test_action_tags.py

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
#
2+
# Licensed to the Apache Software Foundation (ASF) under one
3+
# or more contributor license agreements. See the NOTICE file
4+
# distributed with this work for additional information
5+
# regarding copyright ownership. The ASF licenses this file
6+
# to you under the Apache License, Version 2.0 (the
7+
# "License"); you may not use this file except in compliance
8+
# with the License. You may obtain a copy of the License at
9+
#
10+
# http://www.apache.org/licenses/LICENSE-2.0
11+
#
12+
# Unless required by applicable law or agreed to in writing,
13+
# software distributed under the License is distributed on an
14+
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
15+
# KIND, either express or implied. See the License for the
16+
# specific language governing permissions and limitations
17+
# under the License.
18+
#
19+
120
import pytest
221
from action_tags import *
322

0 commit comments

Comments
 (0)