Skip to content

Commit 6318155

Browse files
Merge branch 'develop' of https://github.com/open-edge-platform/training_extensions into feature/datumaro
Signed-off-by: Albert van Houten <albert.van.houten@intel.com> # Conflicts: # library/uv.lock
2 parents e443fff + cbf83d5 commit 6318155

21 files changed

+1843
-1564
lines changed

.github/renovate.json5

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,10 @@
2222
schedule: ["* * * * 0"], // weekly
2323
},
2424

25-
extends: ["config:base", ":gitSignOff", "helpers:pinGitHubActionDigests"],
25+
extends: ["config:base", ":gitSignOff", "helpers:pinGitHubActionDigests", ":semanticCommits"],
2626
// https://docs.renovatebot.com/presets-default/#gitsignoff
2727
// https://docs.renovatebot.com/presets-helpers/#helperspingithubactiondigests
28+
// https://docs.renovatebot.com/semantic-commits/
2829

2930
// if necessary, add supported releases branches here
3031
// it is possible to enable/disable specific upgrades per branch with

.github/workflows/backend-lint-and-test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636

3737
- name: Get all paths that should trigger the workflow
3838
id: changed-files-yaml
39-
uses: tj-actions/changed-files@24d32ffd492484c1d75e0c0b894501ddb9d30d62 # v47.0.0
39+
uses: tj-actions/changed-files@e0021407031f5be11a464abee9a0776171c79891 # v47.0.1
4040
with:
4141
files_yaml: |
4242
test:
@@ -67,7 +67,7 @@ jobs:
6767
persist-credentials: false
6868

6969
- name: Install uv and set the Python version
70-
uses: astral-sh/setup-uv@ed21f2f24f8dd64503750218de024bcf64c7250a # v7.1.5
70+
uses: astral-sh/setup-uv@681c641aba71e4a1c380be3ab5e12ad51f415867 # v7.1.6
7171
with:
7272
version: "0.9.7"
7373
enable-cache: false

.github/workflows/build.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737

3838
- name: Get all paths that should trigger the workflow
3939
id: changed-files-yaml
40-
uses: tj-actions/changed-files@24d32ffd492484c1d75e0c0b894501ddb9d30d62 # v47.0.0
40+
uses: tj-actions/changed-files@e0021407031f5be11a464abee9a0776171c79891 # v47.0.1
4141
with:
4242
files_yaml: |
4343
test:
@@ -72,12 +72,12 @@ jobs:
7272
persist-credentials: false
7373

7474
- name: Initial cleanup
75-
uses: open-edge-platform/geti-ci/actions/cleanup-runner@afe1729816efe6eb87b6b3a5643ad8aa44fba5ee
75+
uses: open-edge-platform/geti-ci/actions/cleanup-runner@a79fb2f70857ef7d2b1b89fdb5632e03f40df0a1
7676
with:
7777
type: "initial"
7878

7979
- name: Pre-build cleanup
80-
uses: open-edge-platform/geti-ci/actions/cleanup-runner@afe1729816efe6eb87b6b3a5643ad8aa44fba5ee
80+
uses: open-edge-platform/geti-ci/actions/cleanup-runner@a79fb2f70857ef7d2b1b89fdb5632e03f40df0a1
8181
with:
8282
type: "pre-build"
8383

@@ -184,7 +184,7 @@ jobs:
184184

185185
- name: Upload image sizes
186186
if: github.event_name == 'pull_request'
187-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
187+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
188188
with:
189189
name: image-sizes-${{ matrix.device }}
190190
path: application/docker/image-sizes/${{ matrix.device }}.md
@@ -219,7 +219,7 @@ jobs:
219219
continue-on-error: true
220220
steps:
221221
- name: Download all image size artifacts
222-
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
222+
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
223223
with:
224224
pattern: image-sizes-*
225225
merge-multiple: true

.github/workflows/codeql.yaml

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

3333
- name: Get all paths that should trigger the workflow
3434
id: changed-files-yaml
35-
uses: tj-actions/changed-files@24d32ffd492484c1d75e0c0b894501ddb9d30d62 # v47.0.0
35+
uses: tj-actions/changed-files@e0021407031f5be11a464abee9a0776171c79891 # v47.0.1
3636
with:
3737
files_yaml: |
3838
python:
@@ -112,15 +112,15 @@ jobs:
112112

113113
# Initializes the CodeQL tools for scanning.
114114
- name: Initialize CodeQL
115-
uses: github/codeql-action/init@cf1bb45a277cb3c205638b2cd5c984db1c46a412 # v4.31.7
115+
uses: github/codeql-action/init@1b168cd39490f61582a9beae412bb7057a6b2c4e # v4.31.8
116116
if: ${{ matrix.run == 'true' }}
117117
with:
118118
languages: ${{ matrix.language }}
119119
build-mode: ${{ matrix.build-mode }}
120120
queries: security-extended
121121

122122
- name: Perform CodeQL Analysis
123-
uses: github/codeql-action/analyze@cf1bb45a277cb3c205638b2cd5c984db1c46a412 # v4.31.7
123+
uses: github/codeql-action/analyze@1b168cd39490f61582a9beae412bb7057a6b2c4e # v4.31.8
124124
if: ${{ matrix.run == 'true' }}
125125
with:
126126
category: "/language:${{matrix.language}}"

.github/workflows/docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
contents: write # needed to commit docs
1616
steps:
1717
- name: Runner cleanup
18-
uses: open-edge-platform/geti-ci/actions/cleanup-runner@afe1729816efe6eb87b6b3a5643ad8aa44fba5ee
18+
uses: open-edge-platform/geti-ci/actions/cleanup-runner@a79fb2f70857ef7d2b1b89fdb5632e03f40df0a1
1919
with:
2020
type: "initial"
2121
- name: Checkout repository

.github/workflows/docs_stable.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
contents: write # needed to commit docs
1414
steps:
1515
- name: Runner cleanup
16-
uses: open-edge-platform/geti-ci/actions/cleanup-runner@afe1729816efe6eb87b6b3a5643ad8aa44fba5ee
16+
uses: open-edge-platform/geti-ci/actions/cleanup-runner@a79fb2f70857ef7d2b1b89fdb5632e03f40df0a1
1717
with:
1818
type: "initial"
1919
- name: Checkout repository

.github/workflows/labeler.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ jobs:
1717
pull-requests: write
1818
runs-on: ubuntu-latest
1919
steps:
20-
- uses: actions/labeler@634933edcd8ababfe52f92936142cc22ac488b1b # v6.1.0
20+
- uses: actions/labeler@634933edcd8ababfe52f92936142cc22ac488b1b # v6.0.1

.github/workflows/lib-lint-and-test.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737

3838
- name: Get all paths that should trigger the workflow
3939
id: changed-files-yaml
40-
uses: tj-actions/changed-files@24d32ffd492484c1d75e0c0b894501ddb9d30d62 # v47.0.0
40+
uses: tj-actions/changed-files@e0021407031f5be11a464abee9a0776171c79891 # v47.0.1
4141
with:
4242
files_yaml: |
4343
test:
@@ -68,7 +68,7 @@ jobs:
6868
persist-credentials: false
6969

7070
- name: Install uv and set the Python version
71-
uses: astral-sh/setup-uv@ed21f2f24f8dd64503750218de024bcf64c7250a # v7.1.5
71+
uses: astral-sh/setup-uv@681c641aba71e4a1c380be3ab5e12ad51f415867 # v7.1.6
7272
with:
7373
version: "0.9.7"
7474
enable-cache: false
@@ -123,7 +123,7 @@ jobs:
123123
toolchain: stable
124124

125125
- name: Install uv and set the Python version
126-
uses: astral-sh/setup-uv@ed21f2f24f8dd64503750218de024bcf64c7250a # v7.1.5
126+
uses: astral-sh/setup-uv@681c641aba71e4a1c380be3ab5e12ad51f415867 # v7.1.6
127127
with:
128128
version: "0.9.7"
129129
enable-cache: false
@@ -150,7 +150,7 @@ jobs:
150150
run: uv run pytest tests/unit/backend/native/models --cov --cov-report=xml --cov-append --forked
151151

152152
- name: Upload coverage reports to Codecov
153-
uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5.5.1
153+
uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2
154154
with:
155155
directory: library
156156
flags: coverage_unit-tests_Python-${{ matrix.python-version }}
@@ -189,7 +189,7 @@ jobs:
189189
toolchain: stable
190190

191191
- name: Install uv and set the Python version
192-
uses: astral-sh/setup-uv@ed21f2f24f8dd64503750218de024bcf64c7250a # v7.1.5
192+
uses: astral-sh/setup-uv@681c641aba71e4a1c380be3ab5e12ad51f415867 # v7.1.6
193193
with:
194194
version: "0.9.7"
195195
enable-cache: false

.github/workflows/pr-security-scan.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
with:
2424
persist-credentials: false
2525
- name: Run Zizmor scan
26-
uses: open-edge-platform/geti-ci/actions/zizmor@afe1729816efe6eb87b6b3a5643ad8aa44fba5ee
26+
uses: open-edge-platform/geti-ci/actions/zizmor@a79fb2f70857ef7d2b1b89fdb5632e03f40df0a1
2727
with:
2828
scan-scope: "changed"
2929
severity-level: "MEDIUM"
@@ -40,7 +40,7 @@ jobs:
4040
with:
4141
persist-credentials: false
4242
- name: Run Bandit scan
43-
uses: open-edge-platform/geti-ci/actions/bandit@afe1729816efe6eb87b6b3a5643ad8aa44fba5ee
43+
uses: open-edge-platform/geti-ci/actions/bandit@a79fb2f70857ef7d2b1b89fdb5632e03f40df0a1
4444
with:
4545
scan-scope: "changed"
4646
severity-level: "LOW"

.github/workflows/publish.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@ jobs:
2424
run: python -m pip install build
2525
- name: Build sdist
2626
run: python -m build --sdist library/
27-
- uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
27+
- uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
2828
with:
2929
name: artifact-sdist
3030
path: library/dist/*.tar.gz
3131
- name: Build wheel
3232
run: python -m build --wheel library/
33-
- uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
33+
- uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
3434
with:
3535
name: artifact-wheel
3636
path: library/dist/*.whl
@@ -45,7 +45,7 @@ jobs:
4545
id-token: write # required by trusted publisher
4646
steps:
4747
- name: Download artifacts
48-
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
48+
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
4949
with:
5050
path: library/dist
5151
pattern: artifact-*

0 commit comments

Comments
 (0)