Skip to content

Commit a346758

Browse files
committed
Merge branch 'main' into async-opts
2 parents e14f82b + a4b66fb commit a346758

File tree

17 files changed

+56
-50
lines changed

17 files changed

+56
-50
lines changed

.config/dotnet-tools.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"rollForward": false
2525
},
2626
"dotnet-stryker": {
27-
"version": "4.5.1",
27+
"version": "4.7.0",
2828
"commands": [
2929
"dotnet-stryker"
3030
],
@@ -58,4 +58,4 @@
5858
"rollForward": false
5959
}
6060
}
61-
}
61+
}

.github/release.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
changelog:
2+
exclude:
3+
authors:
4+
- dependabot[bot]
5+
- github-actions[bot]
6+
- polly-updater-bot[bot]

.github/workflows/after-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
8383
git checkout -b $branchName
8484
git add .
85-
git commit -m "Update CHANGELOG`n`nUpdate CHANGELOG and samples for v${env:RELEASE_VERSION}."
85+
git commit -m "Update CHANGELOG`n`nUpdate CHANGELOG and samples for v${env:RELEASE_VERSION}." -s
8686
git push -u origin $branchName
8787
8888
"branch-name=${branchName}" >> ${env:GITHUB_OUTPUT}

.github/workflows/build.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
id: setup-dotnet
9090

9191
- name: Setup NuGet cache
92-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
92+
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
9393
with:
9494
path: ${{ env.NUGET_PACKAGES }}
9595
key: ${{ runner.os }}-nuget-${{ hashFiles('**/*.csproj', '**/*.props') }}
@@ -138,7 +138,7 @@ jobs:
138138
if-no-files-found: error
139139

140140
- name: Generate SBOM
141-
uses: anchore/sbom-action@cee1b8e05ae5b2593a75e197229729eabaa9f8ec # v0.20.2
141+
uses: anchore/sbom-action@7b36ad622f042cab6f59a75c2ac24ccb256e9b45 # v0.20.4
142142
if: runner.os == 'Windows'
143143
with:
144144
artifact-name: polly.spdx.json
@@ -165,7 +165,7 @@ jobs:
165165
steps:
166166

167167
- name: Download packages
168-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
168+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
169169
with:
170170
name: packages-windows
171171

@@ -209,13 +209,13 @@ jobs:
209209
steps:
210210

211211
- name: Download unsigned packages
212-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
212+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
213213
with:
214214
name: packages-windows
215215
path: packages
216216

217217
- name: Download signing configuration
218-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
218+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
219219
with:
220220
name: signing-config
221221
path: signing-config
@@ -279,12 +279,12 @@ jobs:
279279
steps:
280280

281281
- name: Download packages
282-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
282+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
283283
with:
284284
name: signed-packages
285285

286286
- name: Download SBOM
287-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
287+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
288288
with:
289289
name: polly.spdx.json
290290
path: ./artifacts
@@ -404,7 +404,7 @@ jobs:
404404
steps:
405405

406406
- name: Download signed packages
407-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
407+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
408408
with:
409409
name: signed-packages
410410

.github/workflows/code-ql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,13 @@ jobs:
3838
show-progress: false
3939

4040
- name: Initialize CodeQL
41-
uses: github/codeql-action/init@181d5eefc20863364f96762470ba6f862bdef56b # v3.29.2
41+
uses: github/codeql-action/init@a4e1a019f5e24960714ff6296aee04b736cbc3cf # v3.29.6
4242
with:
4343
build-mode: none
4444
languages: ${{ matrix.language }}
4545

4646
- name: Perform CodeQL Analysis
47-
uses: github/codeql-action/analyze@181d5eefc20863364f96762470ba6f862bdef56b # v3.29.2
47+
uses: github/codeql-action/analyze@a4e1a019f5e24960714ff6296aee04b736cbc3cf # v3.29.6
4848
with:
4949
category: '/language:${{ matrix.language }}'
5050

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
steps:
7979

8080
- name: Download documentation
81-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
81+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
8282
with:
8383
name: docs
8484
path: docs

.github/workflows/on-push-do-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
7474
git checkout -b $BranchName
7575
git add .
76-
git commit -m "Update the code-snippets in the documentation"
76+
git commit -m "Update the code-snippets in the documentation" -s
7777
git push -u origin $BranchName
7878
"updated-docs=true" >> ${env:GITHUB_OUTPUT}
7979

.github/workflows/ossf-scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,6 @@ jobs:
4242
retention-days: 5
4343

4444
- name: Upload to code-scanning
45-
uses: github/codeql-action/upload-sarif@181d5eefc20863364f96762470ba6f862bdef56b # v3.29.2
45+
uses: github/codeql-action/upload-sarif@a4e1a019f5e24960714ff6296aee04b736cbc3cf # v3.29.6
4646
with:
4747
sarif_file: results.sarif

.github/workflows/release.yml

Lines changed: 4 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -45,30 +45,14 @@ jobs:
4545
version = version.slice(1);
4646
}
4747
48-
const tag_name = version;
49-
const name = tag_name;
50-
51-
const { data: notes } = await github.rest.repos.generateReleaseNotes({
52-
owner,
53-
repo,
54-
tag_name,
55-
target_commitish: process.env.DEFAULT_BRANCH,
56-
});
57-
58-
const body = notes.body
59-
.split('\n')
60-
.filter((line) => !line.includes(' @dependabot '))
61-
.filter((line) => !line.includes(' @github-actions '))
62-
.filter((line) => !line.includes(' @polly-updater-bot '))
63-
.join('\n');
64-
6548
const { data: release } = await github.rest.repos.createRelease({
6649
owner,
6750
repo,
68-
tag_name,
69-
name,
70-
body,
51+
tag_name: version,
52+
target_commitish: process.env.DEFAULT_BRANCH,
53+
name: version,
7154
draft,
55+
generate_release_notes: true,
7256
});
7357
7458
core.notice(`Created release ${release.name}: ${release.html_url}`);

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44

55
<!-- next-release -->
66

7+
## 8.6.2
8+
9+
* Performance tweaks by [@martincostello](https://github.com/martincostello) in https://github.com/App-vNext/Polly/pull/2667
10+
* Update dependencies by [@martincostello](https://github.com/martincostello) in https://github.com/App-vNext/Polly/pull/2668
11+
* Update benchmark results by [@martincostello](https://github.com/martincostello) in https://github.com/App-vNext/Polly/pull/2669
12+
713
## 8.6.1
814

915
* Fix integer overflow in `BulkheadSemaphoreFactory` by [@ahusseini](https://github.com/ahusseini) in https://github.com/App-vNext/Polly/pull/2638

0 commit comments

Comments
 (0)