Skip to content

Commit 94385ab

Browse files
committed
Prepare for 5.2.5 release
Signed-off-by: Prabhu Subramanian <[email protected]>
1 parent 89ca8d7 commit 94385ab

File tree

5 files changed

+12
-13
lines changed

5 files changed

+12
-13
lines changed

.github/workflows/alpine.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
wget https://go.dev/dl/go1.19.3.linux-amd64.tar.gz
3838
tar -xvf go1.19.3.linux-amd64.tar.gz
3939
mv go /usr/local/
40-
- uses: actions/cache@v3
40+
- uses: actions/cache@v4
4141
with:
4242
path: |
4343
~/.cache/go-build

.github/workflows/ubuntu.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ jobs:
2828
with:
2929
repository: CycloneDX/cdxgen
3030
path: cdxgen
31-
ref: 'v10.0.0'
3231
- name: Checkout cdxgen
3332
uses: actions/checkout@v4
3433
with:
@@ -38,13 +37,13 @@ jobs:
3837
with:
3938
python-version: '3.11'
4039
- name: Use Node.js
41-
uses: actions/setup-node@v3
40+
uses: actions/setup-node@v4
4241
with:
4342
node-version: 20.x
44-
- uses: actions/setup-go@v3
43+
- uses: actions/setup-go@v5
4544
with:
4645
go-version: '^1.19.8'
47-
- uses: actions/cache@v3
46+
- uses: actions/cache@v4
4847
with:
4948
path: |
5049
~/.cache/go-build

.github/workflows/win.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,13 @@ jobs:
3131
with:
3232
python-version: '3.11'
3333
- name: Use Node.js
34-
uses: actions/setup-node@v3
34+
uses: actions/setup-node@v4
3535
with:
3636
node-version: 20.x
37-
- uses: actions/setup-go@v3
37+
- uses: actions/setup-go@v5
3838
with:
3939
go-version: '^1.19.8'
40-
- uses: actions/cache@v3
40+
- uses: actions/cache@v4
4141
with:
4242
path: |
4343
~/.cache/go-build

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.4</string>
12+
<string>5.2.5</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,4,0),
11-
prodvers=(5,2,4,0),
10+
filevers=(5,2,5,0),
11+
prodvers=(5,2,5,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.4.0'),
35+
StringStruct(u'FileVersion', u'5.2.5.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.4.0')])
40+
StringStruct(u'ProductVersion', u'5.2.5.0')])
4141
]),
4242
VarFileInfo([VarStruct(u'Translation', [1033, 1200])])
4343
]

0 commit comments

Comments
 (0)