Skip to content

Commit 38c9a7c

Browse files
authored
Merge branch 'main' into jakehwll/requestlogsrow-cached-tokens
2 parents 55b606e + 871ed12 commit 38c9a7c

File tree

185 files changed

+8301
-3895
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

185 files changed

+8301
-3895
lines changed

.github/workflows/ci.yaml

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
egress-policy: audit
4141

4242
- name: Checkout
43-
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
43+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
4444
with:
4545
fetch-depth: 1
4646
persist-credentials: false
@@ -124,7 +124,7 @@ jobs:
124124
# runs-on: ${{ github.repository_owner == 'coder' && 'depot-ubuntu-22.04-8' || 'ubuntu-latest' }}
125125
# steps:
126126
# - name: Checkout
127-
# uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
127+
# uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
128128
# with:
129129
# fetch-depth: 1
130130
# # See: https://github.com/stefanzweifel/git-auto-commit-action?tab=readme-ov-file#commits-made-by-this-action-do-not-trigger-new-workflow-runs
@@ -162,7 +162,7 @@ jobs:
162162
egress-policy: audit
163163

164164
- name: Checkout
165-
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
165+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
166166
with:
167167
fetch-depth: 1
168168
persist-credentials: false
@@ -240,7 +240,7 @@ jobs:
240240
egress-policy: audit
241241

242242
- name: Checkout
243-
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
243+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
244244
with:
245245
fetch-depth: 1
246246
persist-credentials: false
@@ -297,7 +297,7 @@ jobs:
297297
egress-policy: audit
298298

299299
- name: Checkout
300-
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
300+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
301301
with:
302302
fetch-depth: 1
303303
persist-credentials: false
@@ -370,7 +370,7 @@ jobs:
370370
uses: coder/setup-ramdisk-action@e1100847ab2d7bcd9d14bcda8f2d1b0f07b36f1b # v0.1.0
371371

372372
- name: Checkout
373-
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
373+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
374374
with:
375375
fetch-depth: 1
376376
persist-credentials: false
@@ -539,7 +539,7 @@ jobs:
539539
egress-policy: audit
540540

541541
- name: Checkout
542-
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
542+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
543543
with:
544544
fetch-depth: 1
545545
persist-credentials: false
@@ -601,7 +601,7 @@ jobs:
601601
egress-policy: audit
602602

603603
- name: Checkout
604-
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
604+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
605605
with:
606606
fetch-depth: 1
607607
persist-credentials: false
@@ -673,7 +673,7 @@ jobs:
673673
egress-policy: audit
674674

675675
- name: Checkout
676-
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
676+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
677677
with:
678678
fetch-depth: 1
679679
persist-credentials: false
@@ -700,7 +700,7 @@ jobs:
700700
egress-policy: audit
701701

702702
- name: Checkout
703-
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
703+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
704704
with:
705705
fetch-depth: 1
706706
persist-credentials: false
@@ -733,7 +733,7 @@ jobs:
733733
egress-policy: audit
734734

735735
- name: Checkout
736-
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
736+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
737737
with:
738738
fetch-depth: 1
739739
persist-credentials: false
@@ -813,7 +813,7 @@ jobs:
813813
egress-policy: audit
814814

815815
- name: Checkout
816-
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
816+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
817817
with:
818818
# 👇 Ensures Chromatic can read your full git history
819819
fetch-depth: 0
@@ -894,7 +894,7 @@ jobs:
894894
egress-policy: audit
895895

896896
- name: Checkout
897-
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
897+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
898898
with:
899899
# 0 is required here for version.sh to work.
900900
fetch-depth: 0
@@ -998,7 +998,7 @@ jobs:
998998
steps:
999999
# Harden Runner doesn't work on macOS
10001000
- name: Checkout
1001-
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
1001+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
10021002
with:
10031003
fetch-depth: 0
10041004
persist-credentials: false
@@ -1085,7 +1085,7 @@ jobs:
10851085
egress-policy: audit
10861086

10871087
- name: Checkout
1088-
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
1088+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
10891089
with:
10901090
fetch-depth: 0
10911091
persist-credentials: false
@@ -1140,7 +1140,7 @@ jobs:
11401140
egress-policy: audit
11411141

11421142
- name: Checkout
1143-
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
1143+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
11441144
with:
11451145
fetch-depth: 0
11461146
persist-credentials: false
@@ -1181,7 +1181,7 @@ jobs:
11811181

11821182
# Necessary for signing Windows binaries.
11831183
- name: Setup Java
1184-
uses: actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165 # v5.0.0
1184+
uses: actions/setup-java@f2beeb24e141e01a676f977032f5a29d81c9e27e # v5.1.0
11851185
with:
11861186
distribution: "zulu"
11871187
java-version: "11.0"
@@ -1537,7 +1537,7 @@ jobs:
15371537
egress-policy: audit
15381538

15391539
- name: Checkout
1540-
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
1540+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
15411541
with:
15421542
fetch-depth: 1
15431543
persist-credentials: false

.github/workflows/classify-issue-severity.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ jobs:
215215
} >> "${GITHUB_OUTPUT}"
216216
217217
- name: Checkout create-task-action
218-
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
218+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
219219
with:
220220
fetch-depth: 1
221221
path: ./.github/actions/create-task-action

0 commit comments

Comments
 (0)