Skip to content

Commit 3caf4fc

Browse files
authored
Merge branch 'main' into remove-dependency-on-cmd
2 parents e759a51 + 35af636 commit 3caf4fc

File tree

10 files changed

+12
-12
lines changed

10 files changed

+12
-12
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232

3333
steps:
3434
- name: Checkout repository
35-
uses: actions/checkout@v6
35+
uses: actions/checkout@v6.0.1
3636
with:
3737
# We must fetch at least the immediate parents so that if this is
3838
# a pull request then we can checkout the head.

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818
steps:
1919
- name: Check out
20-
uses: actions/checkout@v6
20+
uses: actions/checkout@v6.0.1
2121
with:
2222
fetch-depth: 0 # Needed for setuptools_scm to work correctly
2323

.github/workflows/gemini-dispatch.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
id: "mint_identity_token"
7575
if: |-
7676
${{ vars.APP_ID }}
77-
uses: "actions/create-github-app-token@7e473efe3cb98aa54f8d4bac15400b15fad77d94" # ratchet:actions/create-github-app-token@v2
77+
uses: "actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf" # ratchet:actions/create-github-app-token@v2
7878
with:
7979
app-id: "${{ vars.APP_ID }}"
8080
private-key: "${{ secrets.APP_PRIVATE_KEY }}"
@@ -186,7 +186,7 @@ jobs:
186186
id: "mint_identity_token"
187187
if: |-
188188
${{ vars.APP_ID }}
189-
uses: "actions/create-github-app-token@7e473efe3cb98aa54f8d4bac15400b15fad77d94" # ratchet:actions/create-github-app-token@v2
189+
uses: "actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf" # ratchet:actions/create-github-app-token@v2
190190
with:
191191
app-id: "${{ vars.APP_ID }}"
192192
private-key: "${{ secrets.APP_PRIVATE_KEY }}"

.github/workflows/gemini-invoke.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
id: "mint_identity_token"
3232
if: |-
3333
${{ vars.APP_ID }}
34-
uses: "actions/create-github-app-token@7e473efe3cb98aa54f8d4bac15400b15fad77d94" # ratchet:actions/create-github-app-token@v2
34+
uses: "actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf" # ratchet:actions/create-github-app-token@v2
3535
with:
3636
app-id: "${{ vars.APP_ID }}"
3737
private-key: "${{ secrets.APP_PRIVATE_KEY }}"

.github/workflows/gemini-review.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
id: "mint_identity_token"
3333
if: |-
3434
${{ vars.APP_ID }}
35-
uses: "actions/create-github-app-token@7e473efe3cb98aa54f8d4bac15400b15fad77d94" # ratchet:actions/create-github-app-token@v2
35+
uses: "actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf" # ratchet:actions/create-github-app-token@v2
3636
with:
3737
app-id: "${{ vars.APP_ID }}"
3838
private-key: "${{ secrets.APP_PRIVATE_KEY }}"
@@ -41,7 +41,7 @@ jobs:
4141
permission-pull-requests: "write"
4242

4343
- name: "Checkout repository"
44-
uses: "actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd" # ratchet:actions/checkout@v5
44+
uses: "actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8" # ratchet:actions/checkout@v5
4545

4646
- name: "Run Gemini pull request review"
4747
uses: "google-github-actions/run-gemini-cli@v0" # ratchet:exclude

.github/workflows/gemini-scheduled-triage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ jobs:
240240
id: "mint_identity_token"
241241
if: |-
242242
${{ vars.APP_ID }}
243-
uses: "actions/create-github-app-token@7e473efe3cb98aa54f8d4bac15400b15fad77d94" # ratchet:actions/create-github-app-token@v2
243+
uses: "actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf" # ratchet:actions/create-github-app-token@v2
244244
with:
245245
app-id: "${{ vars.APP_ID }}"
246246
private-key: "${{ secrets.APP_PRIVATE_KEY }}"

.github/workflows/gemini-triage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ jobs:
142142
id: "mint_identity_token"
143143
if: |-
144144
${{ vars.APP_ID }}
145-
uses: "actions/create-github-app-token@7e473efe3cb98aa54f8d4bac15400b15fad77d94" # ratchet:actions/create-github-app-token@v2
145+
uses: "actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf" # ratchet:actions/create-github-app-token@v2
146146
with:
147147
app-id: "${{ vars.APP_ID }}"
148148
private-key: "${{ secrets.APP_PRIVATE_KEY }}"

.github/workflows/quality.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Check out
18-
uses: actions/checkout@v6
18+
uses: actions/checkout@v6.0.1
1919
with:
2020
fetch-depth: 0 # Needed for setuptools_scm to work correctly
2121

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
shell: bash
2222
steps:
2323
- name: Check out
24-
uses: actions/checkout@v6
24+
uses: actions/checkout@v6.0.1
2525
with:
2626
fetch-depth: 0 # Needed for setuptools_scm to work correctly
2727
- name: Install uv

.github/workflows/typecheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
shell: bash
2323
steps:
2424
- name: Check out
25-
uses: actions/checkout@v6
25+
uses: actions/checkout@v6.0.1
2626
with:
2727
fetch-depth: 0 # Needed for setuptools_scm to work correctly
2828

0 commit comments

Comments
 (0)