Skip to content

Commit 911248e

Browse files
committed
[internal] Update GitHub Actions workflow files
1 parent 80a5cc8 commit 911248e

19 files changed

+55
-191
lines changed

.config/mise.lock

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

.github/workflows/build_provider.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
dotnet: false
4848
large-packages: false
4949
- name: Checkout Repo
50-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
50+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
5151
with:
5252
submodules: true
5353
persist-credentials: false
@@ -68,10 +68,8 @@ jobs:
6868
- name: Setup mise
6969
uses: jdx/mise-action@v3
7070
with:
71-
# Latest working version. See https://github.com/jdx/mise/discussions/6781
72-
version: 2025.10.16
71+
version: 2025.11.6
7372
github_token: ${{ secrets.GITHUB_TOKEN }}
74-
cache_key: "mise-{{platform}}-{{file_hash}}"
7573
# only saving the cache in the prerequisites job
7674
cache_save: false
7775
# Based on https://github.com/actions/cache/blob/main/examples.md#go---modules

.github/workflows/build_sdk.yml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
swap-storage: false
4646
dotnet: false
4747
- name: Checkout Repo
48-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
48+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
4949
with:
5050
submodules: true
5151
persist-credentials: false
@@ -67,15 +67,13 @@ jobs:
6767
- name: Setup mise
6868
uses: jdx/mise-action@v3
6969
with:
70-
# Latest working version. See https://github.com/jdx/mise/discussions/6781
71-
version: 2025.10.16
70+
version: 2025.11.6
7271
github_token: ${{ secrets.GITHUB_TOKEN }}
73-
cache_key: "mise-{{platform}}-{{file_hash}}"
7472
# only saving the cache in the prerequisites job
7573
cache_save: false
7674
- name: Setup Go Cache
7775
if: matrix.language == 'go' || contains(matrix.language, 'go')
78-
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6
76+
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6
7977
with:
8078
cache-dependency-path: |
8179
provider/*.sum
@@ -108,10 +106,6 @@ jobs:
108106
sdk/nodejs/package.json
109107
sdk/python/pyproject.toml
110108
sdk/java/build.gradle
111-
**/mise.lock
112-
**/.config/mise.lock
113-
**/mise.*.lock
114-
**/.config/mise.*.lock
115109
- name: Commit ${{ matrix.language }} SDK changes for Renovate
116110
# If the worktree is dirty and this is a Renovate PR to bump
117111
# dependencies, commit the updated SDK and push it back to the PR. The

.github/workflows/command-dispatch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
id-token: write # For ESC secrets.
1818
steps:
1919
- name: Checkout Repo
20-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
20+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
2121
with:
2222
submodules: true
2323
persist-credentials: false

.github/workflows/community-moderation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
runs-on: ubuntu-latest
77
steps:
88
- name: Checkout Repo
9-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
9+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
1010
with:
1111
submodules: true
1212
persist-credentials: false

.github/workflows/copilot-setup-steps.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,8 @@ jobs:
3535
- name: Setup mise
3636
uses: jdx/mise-action@v3
3737
with:
38-
# Latest working version. See https://github.com/jdx/mise/discussions/6781
39-
version: 2025.10.16
38+
version: 2025.11.6
4039
github_token: ${{ secrets.GITHUB_TOKEN }}
41-
cache_key: "mise-{{platform}}-{{file_hash}}"
4240
# only saving the cache in the prerequisites job
4341
cache_save: false
4442

.github/workflows/license.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,14 @@ jobs:
2020
runs-on: ubuntu-latest
2121
steps:
2222
- name: Checkout Repo
23-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
23+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
2424
with:
2525
persist-credentials: false
2626
- name: Setup mise
2727
uses: jdx/mise-action@v3
2828
with:
29-
# Latest working version. See https://github.com/jdx/mise/discussions/6781
30-
version: 2025.10.16
29+
version: 2025.11.6
3130
github_token: ${{ secrets.GITHUB_TOKEN }}
32-
cache_key: "mise-{{platform}}-{{file_hash}}"
3331
# only saving the cache in the prerequisites job
3432
cache_save: false
3533
- run: make prepare_local_workspace

.github/workflows/lint.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,14 @@ jobs:
2020
runs-on: ubuntu-latest
2121
steps:
2222
- name: Checkout Repo
23-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
23+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
2424
with:
2525
submodules: true
2626
persist-credentials: false
2727
- name: Setup mise
2828
uses: jdx/mise-action@v3
2929
with:
30-
# Latest working version. See https://github.com/jdx/mise/discussions/6781
31-
version: 2025.10.16
30+
version: 2025.11.6
3231
github_token: ${{ secrets.GITHUB_TOKEN }}
3332
cache_save: false # A different job handles caching our tools.
3433
- name: disarm go:embed directives to enable lint

.github/workflows/main-post-build.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
tool-cache: false
3333
swap-storage: false
3434
- name: Checkout Repo
35-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
35+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
3636
with:
3737
submodules: true
3838
persist-credentials: false
@@ -54,14 +54,12 @@ jobs:
5454
- name: Setup mise
5555
uses: jdx/mise-action@v3
5656
with:
57-
# Latest working version. See https://github.com/jdx/mise/discussions/6781
58-
version: 2025.10.16
57+
version: 2025.11.6
5958
github_token: ${{ secrets.GITHUB_TOKEN }}
60-
cache_key: "mise-{{platform}}-{{file_hash}}"
6159
# only saving the cache in the prerequisites job
6260
cache_save: false
6361
- name: Setup Go Cache
64-
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6
62+
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6
6563
with:
6664
cache-dependency-path: |
6765
provider/*.sum

.github/workflows/master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
id-token: write # For ESC secrets.
8787
steps:
8888
- name: Checkout Repo
89-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
89+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
9090
with:
9191
persist-credentials: false
9292
- env:

0 commit comments

Comments
 (0)