Skip to content

Commit c6f130b

Browse files
authored
Merge branch 'main' into chore/update-private-endpoint-example
2 parents d68254e + 42eb9b2 commit c6f130b

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
runs-on: ubuntu-latest
105105
permissions: {}
106106
steps:
107-
- uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a
107+
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34
108108
with:
109109
go-version: ^1.16.0
110110
- uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
revert
3636
style
3737
requireScope: false
38-
- uses: marocchino/sticky-pull-request-comment@331f8f5b4215f0445d3c07b4967662a32a2d3e31
38+
- uses: marocchino/sticky-pull-request-comment@52423e01640425a022ef5fd42c6fb5f633a02728
3939
# When the previous steps fails, the workflow would stop. By adding this
4040
# condition you can continue the execution with the populated error message.
4141
if: always() && (steps.lint_pr_title.outputs.error_message != null)
@@ -53,7 +53,7 @@ jobs:
5353
```
5454
# Delete a previous comment when the issue has been resolved
5555
- if: ${{ steps.lint_pr_title.outputs.error_message == null }}
56-
uses: marocchino/sticky-pull-request-comment@331f8f5b4215f0445d3c07b4967662a32a2d3e31
56+
uses: marocchino/sticky-pull-request-comment@52423e01640425a022ef5fd42c6fb5f633a02728
5757
with:
5858
header: pr-title-lint-error
5959
delete: true

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ jobs:
254254
- uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af
255255
with:
256256
node-version: 18.x
257-
- uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a
257+
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34
258258
with:
259259
go-version: ^1.16.0
260260
- name: Download build artifacts

.github/workflows/stale.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
stale:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/stale@28ca1036281a5e5922ead5184a1bbf96e5fc984e
12+
- uses: actions/stale@5bef64f19d7facfb25b37b414482c7164d639639
1313
id: stale
1414
with:
1515
stale-issue-message: 'This issue has gone 30 days without any activity and meets the project’s definition of "stale". This will be auto-closed if there is no new activity over the next 30 days. If the issue is still relevant and active, you can simply comment with a "bump" to keep it open, or add the label "not_stale". Thanks for keeping our repository healthy!'

0 commit comments

Comments
 (0)