Skip to content

Commit 09c1604

Browse files
committed
Update references to org and version
- s/0.3.0/0.2.1/ - s/kraiouchkine/advanced-security/
1 parent 4d5cb8a commit 09c1604

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

.github/actions/install-qlt-local/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ runs:
6060
pip install -U pyinstaller
6161
6262
# run the packaging
63-
./scripts/build_codeql_bundle_dist.ps1 -Version 0.3.0 -WorkDirectory dist -DestinationDirectory ./src/CodeQLToolkit.Core/bin/Release/net6.0/publish/linux-x64/tools/
63+
./scripts/build_codeql_bundle_dist.ps1 -Version 0.2.1 -WorkDirectory dist -DestinationDirectory ./src/CodeQLToolkit.Core/bin/Release/net6.0/publish/linux-x64/tools/
6464
env:
6565
GH_TOKEN: ${{ github.token }}
6666

.github/workflows/internal-build-release-linux64.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
pip install -U pyinstaller
5151
5252
# run the packaging
53-
./scripts/build_codeql_bundle_dist.ps1 -Version 0.3.0 -WorkDirectory dist -DestinationDirectory ./src/CodeQLToolkit.Core/bin/Release/net6.0/publish/linux-x64/tools/
53+
./scripts/build_codeql_bundle_dist.ps1 -Version 0.2.1 -WorkDirectory dist -DestinationDirectory ./src/CodeQLToolkit.Core/bin/Release/net6.0/publish/linux-x64/tools/
5454
env:
5555
GH_TOKEN: ${{ github.token }}
5656

.github/workflows/internal-build-release-macos64.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
pip install -U pyinstaller
4949
5050
# run the packaging
51-
./scripts/build_codeql_bundle_dist.ps1 -Version 0.3.0 -WorkDirectory dist -DestinationDirectory ./src/CodeQLToolkit.Core/bin/Release/net6.0/publish/macos-arm64/tools/
51+
./scripts/build_codeql_bundle_dist.ps1 -Version 0.2.1 -WorkDirectory dist -DestinationDirectory ./src/CodeQLToolkit.Core/bin/Release/net6.0/publish/macos-arm64/tools/
5252
env:
5353
GH_TOKEN: ${{ github.token }}
5454

.github/workflows/internal-build-release-win64.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
pip install -U pyinstaller
4646
4747
# run the packaging
48-
.\scripts\build_codeql_bundle_dist.ps1 -Version 0.3.0 -WorkDirectory dist -DestinationDirectory .\src\CodeQLToolkit.Core\bin\Release\net6.0\publish\windows-x64\tools\
48+
.\scripts\build_codeql_bundle_dist.ps1 -Version 0.2.1 -WorkDirectory dist -DestinationDirectory .\src\CodeQLToolkit.Core\bin\Release\net6.0\publish\windows-x64\tools\
4949
env:
5050
GH_TOKEN: ${{ github.token }}
5151

developer_guide.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Note that we keep recent copies of tools (for local debugging purposes) in the `
1515
**CodeQL Bundle**
1616

1717
```
18-
./scripts/build_codeql_bundle_dist.ps1 -Version 0.3.0 -WorkDirectory dist -DestinationDirectory ./src/CodeQLToolkit.Core/bin/Debug/net6.0/tools
18+
./scripts/build_codeql_bundle_dist.ps1 -Version 0.2.1 -WorkDirectory dist -DestinationDirectory ./src/CodeQLToolkit.Core/bin/Debug/net6.0/tools
1919
```
2020

2121

@@ -47,4 +47,4 @@ namespace CodeQLToolkit.Features.Test.Lifecycle.Targets.Actions
4747
}
4848
}
4949
}
50-
```
50+
```

scripts/build_codeql_bundle_dist.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ if (-not (Test-Path $DestinationDirectory)) {
2020
}
2121

2222
# download a copy of the release from GitHub
23-
gh release download "v$Version" --repo https://github.com/kraiouchkine/codeql-bundle -D $WorkDirectory -A zip
23+
gh release download "v$Version" --repo https://github.com/advanced-security/codeql-bundle -D $WorkDirectory -A zip
2424

2525
# extract the zip file
2626
Expand-Archive -Path "$WorkDirectory\codeql-bundle-$Version.zip" -DestinationPath $WorkDirectory

0 commit comments

Comments
 (0)