File tree 4 files changed +14
-12
lines changed
.github/actions/setup-swift
4 files changed +14
-12
lines changed Original file line number Diff line number Diff line change 24
24
VERSION="5.7.0"
25
25
elif [ $VERSION = "5.8" ]; then
26
26
VERSION="5.8.0"
27
- # setup-swift does not yet support v5.8.1 Remove this when it does.
28
- elif [ $VERSION = "5.8.1" ]; then
29
- VERSION="5.8.0"
27
+ elif [ $VERSION = "5.9" ]; then
28
+ VERSION="5.9.0"
29
+ # setup-swift does not yet support v5.9.1 Remove this when it does.
30
+ elif [ $VERSION = "5.9.1" ]; then
31
+ VERSION="5.9.0"
30
32
fi
31
33
fi
32
34
echo "version=$VERSION" | tee -a $GITHUB_OUTPUT
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ See the [releases page](https://github.com/github/codeql-action/releases) for th
4
4
5
5
## [ UNRELEASED]
6
6
7
- No user facing changes.
7
+ - Update default CodeQL bundle version to 2.15.2. [ # 1978 ] ( https://github.com/github/codeql-action/pull/1978 )
8
8
9
9
## 2.22.5 - 27 Oct 2023
10
10
Original file line number Diff line number Diff line change 1
1
{
2
- "bundleVersion" : " codeql-bundle-v2.15.1 " ,
3
- "cliVersion" : " 2.15.1 " ,
4
- "priorBundleVersion" : " codeql-bundle-v2.15.0 " ,
5
- "priorCliVersion" : " 2.15.0 "
2
+ "bundleVersion" : " codeql-bundle-v2.15.2 " ,
3
+ "cliVersion" : " 2.15.2 " ,
4
+ "priorBundleVersion" : " codeql-bundle-v2.15.1 " ,
5
+ "priorCliVersion" : " 2.15.1 "
6
6
}
Original file line number Diff line number Diff line change 1
1
{
2
- "bundleVersion" : " codeql-bundle-v2.15.1 " ,
3
- "cliVersion" : " 2.15.1 " ,
4
- "priorBundleVersion" : " codeql-bundle-v2.15.0 " ,
5
- "priorCliVersion" : " 2.15.0 "
2
+ "bundleVersion" : " codeql-bundle-v2.15.2 " ,
3
+ "cliVersion" : " 2.15.2 " ,
4
+ "priorBundleVersion" : " codeql-bundle-v2.15.1 " ,
5
+ "priorCliVersion" : " 2.15.1 "
6
6
}
You can’t perform that action at this time.
0 commit comments