Skip to content

Commit

Permalink
Prepare for 5.2.1 release. Revert back to node lts due to bugs in nod…
Browse files Browse the repository at this point in the history
…e 21

Signed-off-by: Prabhu Subramanian <[email protected]>
  • Loading branch information
prabhu committed Jan 23, 2024
1 parent 4dfd7d3 commit 2ca133f
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ env:

jobs:
Depscan-Linux-Build:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
permissions:
contents: write
packages: write
Expand Down Expand Up @@ -39,10 +39,10 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: 21.x
node-version: 20.x
- uses: actions/setup-go@v3
with:
go-version: '^1.19.1'
go-version: '^1.19.8'
- uses: actions/cache@v3
with:
path: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
node-version: 21.x
- uses: actions/setup-go@v3
with:
go-version: '^1.19.1'
go-version: '^1.19.8'
- uses: actions/cache@v3
with:
path: |
Expand Down
2 changes: 1 addition & 1 deletion Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
<key>CFBundleName</key>
<string>depscan</string>
<key>CFBundleVersion</key>
<string>5.2.0</string>
<string>5.2.1</string>
</dict>
</plist>
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Repository containing the binaries for [depscan](https://github.com/owasp-dep-sc
Download the executable binary for your operating system from the [releases page](https://github.com/owasp-dep-scan/depscan-bin/releases). These binary bundle the following:

- dep-scan with Python 3.11
- cdxgen with Node.js 21
- cdxgen with Node.js 20
- cdxgen binary plugins

## Discord support
Expand Down
8 changes: 4 additions & 4 deletions file_version_info.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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,0,0),
prodvers=(5,2,0,0),
filevers=(5,2,1,0),
prodvers=(5,2,1,0),
# Contains a bitmask that specifies the valid bits 'flags'r
mask=0x3f,
# Contains a bitmask that specifies the Boolean attributes of the file.
Expand All @@ -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.0.0'),
StringStruct(u'FileVersion', u'5.2.1.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.0.0')])
StringStruct(u'ProductVersion', u'5.2.1.0')])
]),
VarFileInfo([VarStruct(u'Translation', [1033, 1200])])
]
Expand Down

0 comments on commit 2ca133f

Please sign in to comment.