Skip to content

Commit 63b5829

Browse files
committed
Prepare for 5.2.14 release
Signed-off-by: Prabhu Subramanian <prabhu@appthreat.com>
1 parent f59bc21 commit 63b5829

File tree

5 files changed

+14
-5
lines changed

5 files changed

+14
-5
lines changed

.github/workflows/alpine.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,19 @@ jobs:
2222
with:
2323
repository: owasp-dep-scan/dep-scan
2424
path: dep-scan
25+
ref: 'v5.2.14'
2526
- name: Checkout cdxgen
2627
uses: actions/checkout@v4
2728
with:
2829
repository: CycloneDX/cdxgen
2930
path: cdxgen
31+
ref: 'v10.2.6'
3032
- name: Checkout cdxgen
3133
uses: actions/checkout@v4
3234
with:
3335
repository: CycloneDX/cdxgen-plugins-bin
3436
path: cdxgen-plugins-bin
37+
ref: 'v1.5.8'
3538
- name: Install go
3639
run: |
3740
wget https://go.dev/dl/go1.19.3.linux-amd64.tar.gz

.github/workflows/ubuntu.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,16 +23,19 @@ jobs:
2323
with:
2424
repository: owasp-dep-scan/dep-scan
2525
path: dep-scan
26+
ref: 'v5.2.14'
2627
- name: Checkout cdxgen
2728
uses: actions/checkout@v4
2829
with:
2930
repository: CycloneDX/cdxgen
3031
path: cdxgen
32+
ref: 'v10.2.6'
3133
- name: Checkout cdxgen
3234
uses: actions/checkout@v4
3335
with:
3436
repository: CycloneDX/cdxgen-plugins-bin
3537
path: cdxgen-plugins-bin
38+
ref: 'v1.5.8'
3639
- uses: actions/setup-python@v5
3740
with:
3841
python-version: '3.11'

.github/workflows/win.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,19 @@ jobs:
1717
with:
1818
repository: owasp-dep-scan/dep-scan
1919
path: dep-scan
20+
ref: 'v5.2.14'
2021
- name: Checkout cdxgen
2122
uses: actions/checkout@v4
2223
with:
2324
repository: CycloneDX/cdxgen
2425
path: cdxgen
26+
ref: 'v10.2.6'
2527
- name: Checkout cdxgen
2628
uses: actions/checkout@v4
2729
with:
2830
repository: CycloneDX/cdxgen-plugins-bin
2931
path: cdxgen-plugins-bin
32+
ref: 'v1.5.8'
3033
- uses: actions/setup-python@v5
3134
with:
3235
python-version: '3.11'

Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
<key>CFBundleName</key>
1010
<string>depscan</string>
1111
<key>CFBundleVersion</key>
12-
<string>5.2.12</string>
12+
<string>5.2.14</string>
1313
</dict>
1414
</plist>

file_version_info.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ VSVersionInfo(
77
ffi=FixedFileInfo(
88
# filevers and prodvers should be always a tuple with four items: (1, 2, 3, 4)
99
# Set not needed items to zero 0. Must always contain 4 elements.
10-
filevers=(5,2,12,0),
11-
prodvers=(5,2,12,0),
10+
filevers=(5,2,14,0),
11+
prodvers=(5,2,14,0),
1212
# Contains a bitmask that specifies the valid bits 'flags'r
1313
mask=0x3f,
1414
# Contains a bitmask that specifies the Boolean attributes of the file.
@@ -32,12 +32,12 @@ VSVersionInfo(
3232
u'040904B0',
3333
[StringStruct(u'CompanyName', u'OWASP Foundation'),
3434
StringStruct(u'FileDescription', u'depscan - The Dependency Scanner'),
35-
StringStruct(u'FileVersion', u'5.2.12.0'),
35+
StringStruct(u'FileVersion', u'5.2.14.0'),
3636
StringStruct(u'InternalName', u'depscan'),
3737
StringStruct(u'LegalCopyright', u'© OWASP Foundation. All rights reserved.'),
3838
StringStruct(u'OriginalFilename', u'depscan.exe'),
3939
StringStruct(u'ProductName', u'depscan'),
40-
StringStruct(u'ProductVersion', u'5.2.12.0')])
40+
StringStruct(u'ProductVersion', u'5.2.14.0')])
4141
]),
4242
VarFileInfo([VarStruct(u'Translation', [1033, 1200])])
4343
]

0 commit comments

Comments
 (0)