From 63b582905ed9413e1bebacfb7a3935199a8b771c Mon Sep 17 00:00:00 2001 From: Prabhu Subramanian Date: Fri, 29 Mar 2024 11:31:12 +0000 Subject: [PATCH] Prepare for 5.2.14 release Signed-off-by: Prabhu Subramanian --- .github/workflows/alpine.yml | 3 +++ .github/workflows/ubuntu.yml | 3 +++ .github/workflows/win.yml | 3 +++ Info.plist | 2 +- file_version_info.txt | 8 ++++---- 5 files changed, 14 insertions(+), 5 deletions(-) diff --git a/.github/workflows/alpine.yml b/.github/workflows/alpine.yml index f505e8d..b8fc7ec 100644 --- a/.github/workflows/alpine.yml +++ b/.github/workflows/alpine.yml @@ -22,16 +22,19 @@ jobs: with: repository: owasp-dep-scan/dep-scan path: dep-scan + ref: 'v5.2.14' - name: Checkout cdxgen uses: actions/checkout@v4 with: repository: CycloneDX/cdxgen path: cdxgen + ref: 'v10.2.6' - name: Checkout cdxgen uses: actions/checkout@v4 with: repository: CycloneDX/cdxgen-plugins-bin path: cdxgen-plugins-bin + ref: 'v1.5.8' - name: Install go run: | wget https://go.dev/dl/go1.19.3.linux-amd64.tar.gz diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index b6056e2..738a9bf 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -23,16 +23,19 @@ jobs: with: repository: owasp-dep-scan/dep-scan path: dep-scan + ref: 'v5.2.14' - name: Checkout cdxgen uses: actions/checkout@v4 with: repository: CycloneDX/cdxgen path: cdxgen + ref: 'v10.2.6' - name: Checkout cdxgen uses: actions/checkout@v4 with: repository: CycloneDX/cdxgen-plugins-bin path: cdxgen-plugins-bin + ref: 'v1.5.8' - uses: actions/setup-python@v5 with: python-version: '3.11' diff --git a/.github/workflows/win.yml b/.github/workflows/win.yml index 5c9c30e..b949ba4 100644 --- a/.github/workflows/win.yml +++ b/.github/workflows/win.yml @@ -17,16 +17,19 @@ jobs: with: repository: owasp-dep-scan/dep-scan path: dep-scan + ref: 'v5.2.14' - name: Checkout cdxgen uses: actions/checkout@v4 with: repository: CycloneDX/cdxgen path: cdxgen + ref: 'v10.2.6' - name: Checkout cdxgen uses: actions/checkout@v4 with: repository: CycloneDX/cdxgen-plugins-bin path: cdxgen-plugins-bin + ref: 'v1.5.8' - uses: actions/setup-python@v5 with: python-version: '3.11' diff --git a/Info.plist b/Info.plist index dd8d4e4..dc57ccf 100644 --- a/Info.plist +++ b/Info.plist @@ -9,6 +9,6 @@ CFBundleName depscan CFBundleVersion - 5.2.12 + 5.2.14 diff --git a/file_version_info.txt b/file_version_info.txt index 2df5167..c6a1673 100644 --- a/file_version_info.txt +++ b/file_version_info.txt @@ -7,8 +7,8 @@ VSVersionInfo( ffi=FixedFileInfo( # filevers and prodvers should be always a tuple with four items: (1, 2, 3, 4) # Set not needed items to zero 0. Must always contain 4 elements. - filevers=(5,2,12,0), - prodvers=(5,2,12,0), + filevers=(5,2,14,0), + prodvers=(5,2,14,0), # Contains a bitmask that specifies the valid bits 'flags'r mask=0x3f, # Contains a bitmask that specifies the Boolean attributes of the file. @@ -32,12 +32,12 @@ VSVersionInfo( u'040904B0', [StringStruct(u'CompanyName', u'OWASP Foundation'), StringStruct(u'FileDescription', u'depscan - The Dependency Scanner'), - StringStruct(u'FileVersion', u'5.2.12.0'), + StringStruct(u'FileVersion', u'5.2.14.0'), StringStruct(u'InternalName', u'depscan'), StringStruct(u'LegalCopyright', u'© OWASP Foundation. All rights reserved.'), StringStruct(u'OriginalFilename', u'depscan.exe'), StringStruct(u'ProductName', u'depscan'), - StringStruct(u'ProductVersion', u'5.2.12.0')]) + StringStruct(u'ProductVersion', u'5.2.14.0')]) ]), VarFileInfo([VarStruct(u'Translation', [1033, 1200])]) ]