File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -39,11 +39,11 @@ jobs:
39
39
40
40
steps :
41
41
- name : Checkout repository
42
- uses : actions/checkout@v2
42
+ uses : actions/checkout@v3
43
43
44
44
# Initializes the CodeQL tools for scanning.
45
45
- name : Initialize CodeQL
46
- uses : github/codeql-action/init@v1
46
+ uses : github/codeql-action/init@v2
47
47
with :
48
48
languages : ${{ matrix.language }}
49
49
# If you wish to specify custom queries, you can do so here or in a config file.
54
54
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
55
55
# If this step fails, then you should remove it and run the build manually (see below)
56
56
- name : Autobuild
57
- uses : github/codeql-action/autobuild@v1
57
+ uses : github/codeql-action/autobuild@v2
58
58
59
59
# ℹ️ Command-line programs to run using the OS shell.
60
60
# 📚 https://git.io/JvXDl
68
68
# make release
69
69
70
70
- name : Perform CodeQL Analysis
71
- uses : github/codeql-action/analyze@v1
71
+ uses : github/codeql-action/analyze@v2
Original file line number Diff line number Diff line change 18
18
19
19
steps :
20
20
- name : Clone repository
21
- uses : actions/checkout@v2
21
+ uses : actions/checkout@v3
22
22
with :
23
23
submodules : true
24
24
- name : Cache installers
62
62
63
63
steps :
64
64
- name : Clone repository
65
- uses : actions/checkout@v2
65
+ uses : actions/checkout@v3
66
66
with :
67
67
submodules : true
68
68
- name : Setup .NET
Original file line number Diff line number Diff line change 1
- ## Changes Between and 6.3.1
1
+ ## Changes Between 6.3.0 and 6.3.1
2
2
3
3
GitHub milestone: [ ` 6.3.1 ` ] ( https://github.com/rabbitmq/rabbitmq-dotnet-client/milestone/57?closed=1 )
4
4
Diff: [ link] ( https://github.com/rabbitmq/rabbitmq-dotnet-client/compare/v6.3.0...v6.3.1 )
Original file line number Diff line number Diff line change 1
1
{
2
- "erlang" : " 24.3.3 " ,
3
- "rabbitmq" : " 3.9.14 "
2
+ "erlang" : " 25.0 " ,
3
+ "rabbitmq" : " 3.10.5 "
4
4
}
You can’t perform that action at this time.
0 commit comments