Skip to content

Commit d99420c

Browse files
GHA: use official 2024.6.0 (#376)
* GHA: use official 2024.6.0 * Update Bandit Flags (#368) * Update Bandit Flags B320 was removed: PyCQA/bandit#1212 * Update Bandit Flags B320 and B410 were removed: PyCQA/bandit#1212 --------- Co-authored-by: Artur Paniukov <artur.paniukov@intel.com>
1 parent 09bea4a commit d99420c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
with:
4545
platform: 'centos7'
4646
commit_packages_to_provide: 'wheels'
47-
revision: '2024.6.0rc1'
47+
revision: '2024.6'
4848

4949
- name: Clone docker tag from OpenVINO repo
5050
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

.github/workflows/mac.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ env:
1717
PYTHON_VERSION: '3.11'
1818
MACOSX_DEPLOYMENT_TARGET: '11.0'
1919
OV_BRANCH: ${{ github.base_ref || github.event.merge_group.base_ref || github.ref }}
20-
OV_TARBALL: ''
20+
OV_TARBALL: 'https://storage.openvinotoolkit.org/repositories/openvino/packages/2024.6/macos/m_openvino_toolkit_macos_12_6_2024.6.0.17404.4c0f47d2335_x86_64.tgz'
2121

2222
permissions: read-all
2323

.github/workflows/windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
with:
4545
platform: 'windows'
4646
commit_packages_to_provide: 'wheels'
47-
revision: '2024.6.0rc1'
47+
revision: '2024.6'
4848

4949
openvino_tokenizers_cpack:
5050
name: OpenVINO tokenizers cpack (BUILD_FAST_TOKENIZERS=${{ matrix.build_fast_tokenizers }}, BUILD_TYPE=${{ matrix.build_type }})

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ select = ["C", "E", "F", "I", "W"]
7373
lines-after-imports = 2
7474

7575
[tool.bandit]
76-
tests = ["B301", "B302", "B303", "B304", "B305", "B306", "B308", "B310", "B311", "B312", "B313", "B314", "B315", "B316", "B317", "B318", "B319", "B320", "B321", "B323", "B324", "B401", "B402", "B403", "B404", "B405", "B406", "B407", "B408", "B409", "B410", "B411", "B412", "B413"]
76+
tests = ["B301", "B302", "B303", "B304", "B305", "B306", "B308", "B310", "B311", "B312", "B313", "B314", "B315", "B316", "B317", "B318", "B319", "B321", "B323", "B324", "B401", "B402", "B403", "B404", "B405", "B406", "B407", "B408", "B409", "B411", "B412", "B413"]
7777
skips = ["B101", "B102", "B103", "B104", "B105", "B106", "B107", "B108", "B110", "B112", "B201", "B501", "B502", "B503", "B504", "B505", "B506", "B507", "B601", "B602", "B603", "B604", "B605", "B606", "B607", "B608", "B609", "B610", "B611", "B701", "B702", "B703"]
7878
no_shell = ["os.execl", "os.execle", "os.execlp", "os.execlpe", "os.execv", "os.execve", "os.execvp", "os.execvpe", "os.spawnl", "os.spawnle", "os.spawnlp", "os.spawnlpe", "os.spawnv", "os.spawnve", "os.spawnvp", "os.spawnvpe", "os.startfile"]
7979
shell = ["os.system", "os.popen", "os.popen2", "os.popen3", "os.popen4", "popen2.popen2", "popen2.popen3", "popen2.popen4", "popen2.Popen3", "popen2.Popen4", "commands.getoutput", "commands.getstatusoutput"]

0 commit comments

Comments
 (0)