Skip to content

Commit 5cd43bc

Browse files
authored
Merge branch 'main' into mckn/function-extension-api-docs
2 parents 499c854 + 1f71935 commit 5cd43bc

8 files changed

Lines changed: 627 additions & 202 deletions

File tree

.github/workflows/deploy-to-developer-portal-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
bucket: 'staging-developer-portal'
5555

5656
- name: 'Set up Cloud SDK'
57-
uses: google-github-actions/setup-gcloud@cb1e50a9932213ecece00a606661ae9ca44f3397 # v2.2.0
57+
uses: google-github-actions/setup-gcloud@26f734c2779b00b7dda794207734c511110a4368 # v3.0.0
5858

5959
- name: 'Deploy to Developer Portal Bucket'
6060
run: |

.github/workflows/deploy-to-developer-portal-prod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
bucket: 'grafana-developer-portal'
5555

5656
- name: 'Set up Cloud SDK'
57-
uses: google-github-actions/setup-gcloud@cb1e50a9932213ecece00a606661ae9ca44f3397 # v2.2.0
57+
uses: google-github-actions/setup-gcloud@26f734c2779b00b7dda794207734c511110a4368 # v3.0.0
5858

5959
- name: 'Deploy to Developer Portal Bucket'
6060
run: |

.github/workflows/stale-branches.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-x64
1414
steps:
1515
- name: Stale Branches
16-
uses: crs-k/stale-branches@de68d9358068be991f64ad9058487e2484925d9a # v8.2.1
16+
uses: crs-k/stale-branches@865501af01284d43aef267d4b9aab0f9f1734b12 # v8.2.2
1717
with:
1818
#dry-run: false
1919
pr-check: true

0 commit comments

Comments
 (0)