Skip to content

Commit 4833ccf

Browse files
authored
Merge branch 'gha-dependabot-updates' into dependabot/github_actions/github-actions-dependency-53131118c5
2 parents aa206b6 + 5647078 commit 4833ccf

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/resources/coverity-requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
# This file is licensed under Apache 2.0 License.
44

55
pip == 26.0.1
6-
setuptools >= 78.1.1
7-
wheel == 0.46.3
8-
pybind11 == 3.0.3
6+
setuptools == 82.0.1
7+
wheel == 0.47.0
8+
pybind11 == 3.0.4

.github/resources/requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
pip == 26.0.1
66
pytest == 9.0.3
77
numpy == 2.2.6
8-
selenium == 4.41.0
8+
selenium == 4.43.0
99
selenium-wire == 5.1.0
1010
blinker == 1.9.0
1111
pyvirtualdisplay == 3.0
1212
opencv-python == 4.13.0.92
13-
setuptools >= 78.1.1
13+
setuptools >= 82.0.1
1414
xmltodict == 1.0.4
15-
PyYAML >=6.0.1,<7.0
15+
PyYAML == 6.0.3
1616
pylint [spelling] == 4.0.5
1717
flake8 == 7.3.0

.github/workflows/zizmor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
with:
4848
persist-credentials: false
4949
- name: "Run Zizmor scan"
50-
uses: open-edge-platform/geti-ci/actions/zizmor@0bed754fc7db24b5f9f15e7ead2eb4acdb0c7263
50+
uses: open-edge-platform/geti-ci/actions/zizmor@0bed754fc7db24b5f9f15e7ead2eb4acdb0c7263 # v0.1.2
5151
with:
5252
scan-scope: ${{ contains(fromJSON('["pull_request","merge_group"]'), github.event_name) && 'changed' || 'all' }}
5353
severity-level: ${{ contains(fromJSON('["pull_request","merge_group"]'), github.event_name) && 'HIGH' || 'LOW' }}

0 commit comments

Comments
 (0)