Skip to content

Commit 3cdbfa5

Browse files
committed
consolidate update PRs
1 parent 54be386 commit 3cdbfa5

File tree

8 files changed

+37
-138
lines changed

8 files changed

+37
-138
lines changed

.github/workflows/dependency-deprecation-reminder.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Checkout
1414
uses: actions/checkout@v3
1515
with:
16-
ref: develop
16+
ref: master
1717

1818
- name: Get deprecations
1919
id: deprecations

.github/workflows/release-reminder.yml

Lines changed: 0 additions & 101 deletions
This file was deleted.

.github/workflows/synchronize-labels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Synchronize Labels
33
on:
44
push:
55
branches:
6-
- develop
6+
- master
77
paths:
88
- .github/labels.yml
99
workflow_dispatch: {}

.github/workflows/test-pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Test Pull Request
33
on:
44
pull_request:
55
branches:
6-
- develop
6+
- master
77

88
jobs:
99
unit:

.github/workflows/update-github-config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
uses: actions/checkout@v4
1616
with:
1717
token: ${{ secrets.CF_BOT_GITHUB_TOKEN }}
18-
ref: develop
18+
ref: master
1919

2020
- name: Checkout github-config
2121
uses: actions/checkout@v4
@@ -61,4 +61,4 @@ jobs:
6161
token: ${{ secrets.CF_BOT_GITHUB_TOKEN }}
6262
title: "Updates github-config"
6363
branch: automation/github-config/update
64-
base: develop
64+
base: master

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717
## Pull Requests
1818

1919
1. Fork the project
20-
1. Submit a pull request to the `develop` branch
20+
1. Submit a pull request to the `master` branch
2121

2222
Please include integration tests (in `cf_spec/integration`) and corresponding fixtures (in `cf_spec/fixtures`) where necessary to cover any functionality that is introduced.

PULL_REQUEST_TEMPLATE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ Thanks for contributing to the buildpack. To speed up the process of reviewing y
66

77
* [ ] I have viewed signed and have submitted the Contributor License Agreement
88

9-
* [ ] I have made this pull request to the `develop` branch
9+
* [ ] I have made this pull request to the `master` branch
1010

1111
* [ ] I have added an integration test

manifest.yml

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -50,59 +50,59 @@ dependencies:
5050
source: https://registry.npmjs.org/bower/-/bower-1.8.14.tgz
5151
source_sha256: 00df3dcc6e8b3a4dd7668934a20e60e6fc0c4269790192179388c928553a3f7e
5252
- name: dotnet-aspnetcore
53-
version: 8.0.14
54-
uri: https://buildpacks.cloudfoundry.org/dependencies/dotnet-aspnetcore/dotnet-aspnetcore_8.0.14_linux_x64_any-stack_c251b9de.tar.xz
55-
sha256: c251b9de2aa51440a13b5dcb2be31df7c0d78fe1c08cf2f842a9a3117b7393de
53+
version: 8.0.15
54+
uri: https://buildpacks.cloudfoundry.org/dependencies/dotnet-aspnetcore/dotnet-aspnetcore_8.0.15_linux_x64_any-stack_7862cd9c.tar.xz
55+
sha256: 7862cd9cd791f0b3f639ed4da5a226a256f8c664b5ab051a500fe279261107b4
5656
cf_stacks:
5757
- cflinuxfs4
5858
- cflinuxfs3
59-
source: https://download.visualstudio.microsoft.com/download/pr/b901af61-a4e5-41db-9402-f6a035bf3ffc/af3e800d44ced22133fd88f8b7bc4ac0/aspnetcore-runtime-8.0.14-linux-x64.tar.gz
60-
source_sha256: beb58baaf8aeab23a7a77caa25547f7d5adb9a1d397d5a84e81860a069966039
59+
source: https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/8.0.15/aspnetcore-runtime-8.0.15-linux-x64.tar.gz
60+
source_sha256: 88bd3e4c7cc6d34bad9d5640d8eef4dd7c6d4293240d328751bdcf8b967b8f6b
6161
- name: dotnet-aspnetcore
62-
version: 9.0.3
63-
uri: https://buildpacks.cloudfoundry.org/dependencies/dotnet-aspnetcore/dotnet-aspnetcore_9.0.3_linux_x64_any-stack_ddadf26c.tar.xz
64-
sha256: ddadf26ce30489f90f67346b68d56fb5a6cb5490463eab61738a2f11bdb17e1b
62+
version: 9.0.4
63+
uri: https://buildpacks.cloudfoundry.org/dependencies/dotnet-aspnetcore/dotnet-aspnetcore_9.0.4_linux_x64_any-stack_58866ce6.tar.xz
64+
sha256: 58866ce6d2c53d61889390d93fcbae58b752208bdce6b019311a87bcff02e6f5
6565
cf_stacks:
6666
- cflinuxfs4
6767
- cflinuxfs3
68-
source: https://download.visualstudio.microsoft.com/download/pr/30d54f5c-f3c6-4ee3-bdef-75e7cb0a40c2/cdb0ba537467777ff193f8f3cae6fc76/aspnetcore-runtime-9.0.3-linux-x64.tar.gz
69-
source_sha256: 30e012cfc3aeac11a9213a7615e5b547db2f26e2e3b5463b6808aea9e4da51e1
68+
source: https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/9.0.4/aspnetcore-runtime-9.0.4-linux-x64.tar.gz
69+
source_sha256: 2ef497b573802039932b6c6075e1abcdc85c9b766a6eb0d4cda14e22130982d2
7070
- name: dotnet-runtime
71-
version: 8.0.14
72-
uri: https://buildpacks.cloudfoundry.org/dependencies/dotnet-runtime/dotnet-runtime_8.0.14_linux_x64_any-stack_c9edb09d.tar.xz
73-
sha256: c9edb09d15854208dcf95c63e457d7d86bb9e1a70d17411a87cae11f01dc9514
71+
version: 8.0.15
72+
uri: https://buildpacks.cloudfoundry.org/dependencies/dotnet-runtime/dotnet-runtime_8.0.15_linux_x64_any-stack_cb0a94df.tar.xz
73+
sha256: cb0a94dffeacff3a601c99b6bb9d374bd6174d4eea2abf6fc9c20b061bce6857
7474
cf_stacks:
7575
- cflinuxfs4
7676
- cflinuxfs3
77-
source: https://download.visualstudio.microsoft.com/download/pr/a52595b3-f025-4bcd-a3fe-b6091e276d76/4c0d27fd34b79bf7c21ba401b84c76e4/dotnet-runtime-8.0.14-linux-x64.tar.gz
78-
source_sha256: 763c525bf6cb3db0f7bc4701682492eb759759fa36117c780abb84e696ca71ff
77+
source: https://builds.dotnet.microsoft.com/dotnet/Runtime/8.0.15/dotnet-runtime-8.0.15-linux-x64.tar.gz
78+
source_sha256: c705fdedc7e1f01ef9531e63732cdf710710a0e626c6a85ec828e80811068072
7979
- name: dotnet-runtime
80-
version: 9.0.3
81-
uri: https://buildpacks.cloudfoundry.org/dependencies/dotnet-runtime/dotnet-runtime_9.0.3_linux_x64_any-stack_7dd185da.tar.xz
82-
sha256: 7dd185da2126fe73634998c0ec857b38ccf3e07c73f8ed01c09098534932e89c
80+
version: 9.0.4
81+
uri: https://buildpacks.cloudfoundry.org/dependencies/dotnet-runtime/dotnet-runtime_9.0.4_linux_x64_any-stack_bfb5185a.tar.xz
82+
sha256: bfb5185a7ba4149f03d8bf5d6681e27dc2a2058a7d510f76542b03494b720ece
8383
cf_stacks:
8484
- cflinuxfs4
8585
- cflinuxfs3
86-
source: https://download.visualstudio.microsoft.com/download/pr/a58fcc04-99ee-4dea-aa5d-d6d22c4040dc/4433f4e97ad4658bd76f52acc1cb9c21/dotnet-runtime-9.0.3-linux-x64.tar.gz
87-
source_sha256: a1510b88985083e5014165a440823e40e8bf3a72089a468e08385d8ed27f1867
86+
source: https://builds.dotnet.microsoft.com/dotnet/Runtime/9.0.4/dotnet-runtime-9.0.4-linux-x64.tar.gz
87+
source_sha256: 9ad9909313b5214bbd0776a313b82fa482447721c3db56b7086c487fc238f462
8888
- name: dotnet-sdk
89-
version: 8.0.407
90-
uri: https://buildpacks.cloudfoundry.org/dependencies/dotnet-sdk/dotnet-sdk_8.0.407_linux_x64_any-stack_52074c30.tar.xz
91-
sha256: 52074c304260aeb7194376480d71d05023329ea9480ef8251e64800669da4fc7
89+
version: 8.0.408
90+
uri: https://buildpacks.cloudfoundry.org/dependencies/dotnet-sdk/dotnet-sdk_8.0.408_linux_x64_any-stack_ac8be275.tar.xz
91+
sha256: ac8be27590ab05f5c76046735bb55efb8a518836ef3e2b0f7f805a10edf26764
9292
cf_stacks:
9393
- cflinuxfs4
9494
- cflinuxfs3
95-
source: https://download.visualstudio.microsoft.com/download/pr/9d07577e-f7bc-4d60-838d-f79c50b5c11a/459ef339396783db369e0432d6dc3d7e/dotnet-sdk-8.0.407-linux-x64.tar.gz
96-
source_sha256: 99122db4459e0e6a7d55db2c738cfd1422a5357b9da2c050f0250eb33e939c7f
95+
source: https://builds.dotnet.microsoft.com/dotnet/Sdk/8.0.408/dotnet-sdk-8.0.408-linux-x64.tar.gz
96+
source_sha256: 2f8dcfb5b7e3dcf220c42d39ecc1b0333617aceeceb148862a9232207113e39b
9797
- name: dotnet-sdk
98-
version: 9.0.202
99-
uri: https://buildpacks.cloudfoundry.org/dependencies/dotnet-sdk/dotnet-sdk_9.0.202_linux_x64_any-stack_d278ea24.tar.xz
100-
sha256: d278ea24ec09a5ae652ff033b584bcb8faa32578f5f2f38ffaf46ca90fe6f430
98+
version: 9.0.203
99+
uri: https://buildpacks.cloudfoundry.org/dependencies/dotnet-sdk/dotnet-sdk_9.0.203_linux_x64_any-stack_a0904232.tar.xz
100+
sha256: a0904232da10bfe29a8efc008721b8b85aa013d865c522e18e2a68b6a0b618e7
101101
cf_stacks:
102102
- cflinuxfs4
103103
- cflinuxfs3
104-
source: https://download.visualstudio.microsoft.com/download/pr/c2220b38-c512-4447-b564-a18048d14327/965cdfe500a937c2d28bc9d2db45cd1f/dotnet-sdk-9.0.202-linux-x64.tar.gz
105-
source_sha256: 0c7bc01debcad57a61fe15bf3c7e6baff1bbbd4f10e4f1284b95866dfff5b444
104+
source: https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.203/dotnet-sdk-9.0.203-linux-x64.tar.gz
105+
source_sha256: c7e99b0060a274f31a29ec5e159c7133478bb30dca0366e1c5617976e6de23a3
106106
- name: libgdiplus
107107
version: '6.1'
108108
uri: https://buildpacks.cloudfoundry.org/dependencies/libgdiplus/libgdiplus_6.1_linux_noarch_cflinuxfs3_bb66aa5a.tgz

0 commit comments

Comments
 (0)