Skip to content

Commit 3244d80

Browse files
Update GitHub Actions
Signed-off-by: oep-renovate[bot] <212772560+oep-renovate[bot]@users.noreply.github.com>
1 parent 4d9a2b8 commit 3244d80

15 files changed

+70
-70
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
run_workflow: ${{ steps.run_workflow.outputs.run }}
3131
steps:
3232
- name: Checkout repository
33-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
33+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
3434
with:
3535
persist-credentials: false
3636

@@ -62,17 +62,17 @@ jobs:
6262
contents: read # to checkout code
6363
steps:
6464
- name: Checkout repository
65-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
65+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
6666
with:
6767
persist-credentials: false
6868

6969
- name: Set up Python
70-
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
70+
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
7171
with:
7272
python-version: "3.13"
7373

7474
- name: Install uv
75-
uses: astral-sh/setup-uv@3259c6206f993105e3a61b142c2d97bf4b9ef83d # v7.1.0
75+
uses: astral-sh/setup-uv@1e862dfacbd1d6d858c55d9b792c756523627244 # v7.1.4
7676
with:
7777
version: "0.9.7"
7878
enable-cache: false

.github/workflows/build.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
run_workflow: ${{ steps.run_workflow.outputs.run }}
3232
steps:
3333
- name: Checkout repository
34-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
34+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
3535
with:
3636
persist-credentials: false
3737

@@ -67,17 +67,17 @@ jobs:
6767
contents: read
6868
steps:
6969
- name: Checkout repository
70-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
70+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
7171
with:
7272
persist-credentials: false
7373

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

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

@@ -86,7 +86,7 @@ jobs:
8686

8787
- name: Extract metadata (tags, labels) for Docker
8888
id: meta
89-
uses: docker/metadata-action@c1e51972afc2121e065aed6d45c65596fe445f3f # v5.8.0
89+
uses: docker/metadata-action@c299e40c65443455700f0fdfc63efafe5b349051 # v5.10.0
9090
with:
9191
tags: |
9292
type=sha
@@ -219,7 +219,7 @@ jobs:
219219
continue-on-error: true
220220
steps:
221221
- name: Download all image size artifacts
222-
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
222+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
223223
with:
224224
pattern: image-sizes-*
225225
merge-multiple: true

.github/workflows/codeql.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
run_rust: "${{ steps.prepare_outputs.outputs.run_rust }}"
2727
steps:
2828
- name: Checkout repository
29-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
29+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
3030
with:
3131
persist-credentials: false
3232

@@ -106,21 +106,21 @@ jobs:
106106

107107
steps:
108108
- name: Checkout repository
109-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
109+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
110110
with:
111111
persist-credentials: false
112112

113113
# Initializes the CodeQL tools for scanning.
114114
- name: Initialize CodeQL
115-
uses: github/codeql-action/init@f443b600d91635bebf5b0d9ebc620189c0d6fba5 # v4.30.8
115+
uses: github/codeql-action/init@fdbfb4d2750291e159f0156def62b853c2798ca2 # v4.31.5
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@f443b600d91635bebf5b0d9ebc620189c0d6fba5 # v4.30.8
123+
uses: github/codeql-action/analyze@fdbfb4d2750291e159f0156def62b853c2798ca2 # v4.31.5
124124
if: ${{ matrix.run == 'true' }}
125125
with:
126126
category: "/language:${{matrix.language}}"

.github/workflows/dependency-review.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ jobs:
99
runs-on: ubuntu-24.04
1010
steps:
1111
- name: "Checkout Repository"
12-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
12+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
1313
with:
1414
persist-credentials: false
1515
- name: "Dependency Review"
16-
uses: actions/dependency-review-action@40c09b7dc99638e5ddb0bfd91c1673effc064d8a # v4.8.1
16+
uses: actions/dependency-review-action@3c4e3dcb1aa7874d2c16be7d79418e9b7efd6261 # v4.8.2

.github/workflows/docs.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@ jobs:
1515
contents: write # needed to commit docs
1616
steps:
1717
- name: Runner cleanup
18-
uses: open-edge-platform/geti-ci/actions/cleanup-runner@60c5b06ac4b2c056f3567e84aa7fa06930cdc4e4
18+
uses: open-edge-platform/geti-ci/actions/cleanup-runner@829f7148f9f70bd4ffbb367f7374d78c32aef2a2
1919
with:
2020
type: "initial"
2121
- name: Checkout repository
22-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
22+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
2323
with:
2424
persist-credentials: false
2525
- name: Set up Python
26-
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
26+
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
2727
with:
2828
python-version: "3.12"
2929
- name: Install dependencies

.github/workflows/docs_stable.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,16 @@ jobs:
1313
contents: write # needed to commit docs
1414
steps:
1515
- name: Runner cleanup
16-
uses: open-edge-platform/geti-ci/actions/cleanup-runner@60c5b06ac4b2c056f3567e84aa7fa06930cdc4e4
16+
uses: open-edge-platform/geti-ci/actions/cleanup-runner@829f7148f9f70bd4ffbb367f7374d78c32aef2a2
1717
with:
1818
type: "initial"
1919
- name: Checkout repository
20-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
20+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
2121
with:
2222
fetch-depth: 0 # otherwise, you will failed to push refs to dest repo
2323
persist-credentials: false
2424
- name: Set up Python
25-
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
25+
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
2626
with:
2727
python-version: "3.12"
2828
- name: Install dependencies

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

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
run_workflow: ${{ steps.run_workflow.outputs.run }}
3232
steps:
3333
- name: Checkout repository
34-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
34+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
3535
with:
3636
persist-credentials: false
3737

@@ -63,17 +63,17 @@ jobs:
6363
contents: read
6464
steps:
6565
- name: Checkout repository
66-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
66+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
6767
with:
6868
persist-credentials: false
6969

7070
- name: Set up Python
71-
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
71+
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
7272
with:
7373
python-version: "3.13"
7474

7575
- name: Install uv
76-
uses: astral-sh/setup-uv@3259c6206f993105e3a61b142c2d97bf4b9ef83d # v7.1.0
76+
uses: astral-sh/setup-uv@1e862dfacbd1d6d858c55d9b792c756523627244 # v7.1.4
7777
with:
7878
version: "0.9.7"
7979
enable-cache: false
@@ -116,17 +116,17 @@ jobs:
116116
name: unit-tests-with-Python${{ matrix.python-version }}
117117
steps:
118118
- name: Checkout repository
119-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
119+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
120120
with:
121121
persist-credentials: false
122122

123123
- name: Set up Python
124-
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
124+
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
125125
with:
126126
python-version: "3.13"
127127

128128
- name: Install uv
129-
uses: astral-sh/setup-uv@3259c6206f993105e3a61b142c2d97bf4b9ef83d # v7.1.0
129+
uses: astral-sh/setup-uv@1e862dfacbd1d6d858c55d9b792c756523627244 # v7.1.4
130130
with:
131131
version: "0.9.7"
132132
enable-cache: false
@@ -170,17 +170,17 @@ jobs:
170170
name: integration-tests-${{ matrix.task }}-py${{ matrix.python-version }}
171171
steps:
172172
- name: Checkout repository
173-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
173+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
174174
with:
175175
persist-credentials: false
176176

177177
- name: Set up Python
178-
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
178+
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
179179
with:
180180
python-version: ${{ matrix.python-version }}
181181

182182
- name: Install uv
183-
uses: astral-sh/setup-uv@3259c6206f993105e3a61b142c2d97bf4b9ef83d # v7.1.0
183+
uses: astral-sh/setup-uv@1e862dfacbd1d6d858c55d9b792c756523627244 # v7.1.4
184184
with:
185185
version: "0.9.7"
186186
enable-cache: false

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ jobs:
1919
contents: read
2020
steps:
2121
- name: Checkout code
22-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
22+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
2323
with:
2424
persist-credentials: false
2525
- name: Run Zizmor scan
26-
uses: open-edge-platform/geti-ci/actions/zizmor@60c5b06ac4b2c056f3567e84aa7fa06930cdc4e4
26+
uses: open-edge-platform/geti-ci/actions/zizmor@829f7148f9f70bd4ffbb367f7374d78c32aef2a2
2727
with:
2828
scan-scope: "changed"
2929
severity-level: "MEDIUM"
@@ -36,11 +36,11 @@ jobs:
3636
contents: read
3737
steps:
3838
- name: Checkout code
39-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
39+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
4040
with:
4141
persist-credentials: false
4242
- name: Run Bandit scan
43-
uses: open-edge-platform/geti-ci/actions/bandit@60c5b06ac4b2c056f3567e84aa7fa06930cdc4e4
43+
uses: open-edge-platform/geti-ci/actions/bandit@829f7148f9f70bd4ffbb367f7374d78c32aef2a2
4444
with:
4545
scan-scope: "changed"
4646
severity-level: "LOW"

.github/workflows/pr_comment_trigger.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
run: echo "$(git branch)"
8080

8181
- name: Install Python
82-
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6
82+
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6
8383
with:
8484
python-version: "3.12"
8585

.github/workflows/publish.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,24 +13,24 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: Checkout
16-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
16+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
1717
with:
1818
persist-credentials: false
1919
- name: Set up Python 3.12
20-
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
20+
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
2121
with:
2222
python-version: "3.12"
2323
- name: Install build tools
2424
run: python -m pip install build
2525
- name: Build sdist
2626
run: python -m build --sdist library/
27-
- uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
27+
- uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.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@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
33+
- uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.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@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
48+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
4949
with:
5050
path: library/dist
5151
pattern: artifact-*
@@ -59,7 +59,7 @@ jobs:
5959
regex: '^refs/tags/[0-9]+\.[0-9]+\.[0-9]+(\.[0-9]+rc[0-9]+|rc[0-9]+)?$'
6060
- name: Upload package distributions to github
6161
if: ${{ steps.check-tag.outputs.match != '' }}
62-
uses: svenstaro/upload-release-action@81c65b7cd4de9b2570615ce3aad67a41de5b1a13 # v2
62+
uses: svenstaro/upload-release-action@6b7fa9f267e90b50a19fef07b3596790bb941741 # v2
6363
with:
6464
repo_token: ${{ secrets.GITHUB_TOKEN }}
6565
file: library/dist/*

0 commit comments

Comments
 (0)