Skip to content

Commit 89f1a69

Browse files
authored
Merge branch 'main' into temporal_proxy_overview
2 parents 02a7493 + 92c69d2 commit 89f1a69

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/update-cli-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
go-version: '1.26'
6060

6161
- name: Checkout cloud-cli repo
62-
uses: actions/checkout@v7
62+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
6363
with:
6464
path: cloud-cli
6565
submodules: recursive

.github/workflows/update-custom-role-permissions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
private-key: ${{ secrets.TEMPORAL_CICD_PRIVATE_KEY }}
2323

2424
- name: Checkout docs repo
25-
uses: actions/checkout@v7
25+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
2626
with:
2727
persist-credentials: true
2828
token: ${{ steps.generate_token.outputs.token }}

.github/workflows/vale-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
name: Lint prose
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/checkout@v7
17+
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
1818

1919
- uses: vale-cli/vale-action@2.1.2
2020
with:

0 commit comments

Comments
 (0)