Skip to content

Commit 6a3306a

Browse files
committed
Merge branch 'main' into codex/limit-time-axis-labels
2 parents d313b3d + 0fbf96c commit 6a3306a

20 files changed

Lines changed: 2472 additions & 1007 deletions

.bun-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.3.9
1+
1.3.11

.github/workflows/add-to-task-list.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
steps:
1616
- name: Generate a token
1717
id: generate_token
18-
uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1
18+
uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0
1919
with:
2020
app-id: ${{ secrets.PROJECT_AUTOMATION_APP_ID }}
2121
private-key: ${{ secrets.PROJECT_AUTOMATION_PRIVATE_KEY }}

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
# - name: Setup runtime (example)
6565
# uses: actions/setup-example@v1
6666

67-
uses: github/codeql-action/init@9e907b5e64f6b83e7804b09294d44122997950d6 # v4.32.3
67+
uses: github/codeql-action/init@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35.1
6868
with:
6969
languages: ${{ matrix.language }}
7070
build-mode: ${{ matrix.build-mode }}
@@ -92,6 +92,6 @@ jobs:
9292
echo ' make release'
9393
exit 1
9494
- name: Perform CodeQL Analysis
95-
uses: github/codeql-action/analyze@9e907b5e64f6b83e7804b09294d44122997950d6 # v4.32.3
95+
uses: github/codeql-action/analyze@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35.1
9696
with:
9797
category: "/language:${{matrix.language}}"

.github/workflows/format-json-yml.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
ref: ${{ github.event.pull_request.head.sha || github.sha }}
2424
persist-credentials: false
2525
- uses: ./
26-
- uses: dev-hato/actions-format-json-yml@b77f69e2402f84dafed16e7c3954dbc812592ce3 # v0.0.99
26+
- uses: dev-hato/actions-format-json-yml@e26bb75bab9841682281db76bb3f11b9f29a29f0 # v0.0.100
2727
with:
2828
github-token: ${{ secrets.GITHUB_TOKEN }}
2929
concurrency:

.github/workflows/format.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
ref: ${{ github.event.pull_request.head.sha || github.sha }}
2626
persist-credentials: false
2727
- uses: ./
28-
- uses: oven-sh/setup-bun@3d267786b128fe76c2f16a390aa2448b815359f3 # v2.1.2
28+
- uses: oven-sh/setup-bun@0c5077e51419868618aeaa5fe8019c62421857d6 # v2.2.0
2929
if: github.event_name != 'pull_request' || github.event.action != 'closed'
3030
with:
3131
bun-version-file: .bun-version
@@ -36,7 +36,7 @@ jobs:
3636
bun install
3737
- run: bun run build
3838
if: github.event_name != 'pull_request' || github.event.action != 'closed'
39-
- uses: dev-hato/actions-diff-pr-management@b446497d139ed3eadc62ec1dd90dd27960ad1a0c # v2.2.4
39+
- uses: dev-hato/actions-diff-pr-management@5cd3792bc98beed11cda90898bc81af6bfa199af # v2.2.5
4040
with:
4141
github-token: ${{ secrets.GITHUB_TOKEN }}
4242
branch-name-prefix: fix-format

.github/workflows/osv-scanner.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ permissions: {}
2323
jobs:
2424
scan-scheduled:
2525
if: ${{ github.event_name == 'push' || github.event_name == 'schedule' }}
26-
uses: "google/osv-scanner-action/.github/workflows/osv-scanner-reusable.yml@c5996e0193a3df57d695c1b8a1dec2a4c62e8730" # v2.3.3
26+
uses: "google/osv-scanner-action/.github/workflows/osv-scanner-reusable.yml@c51854704019a247608d928f370c98740469d4b5" # v2.3.5
2727
permissions:
2828
actions: read
2929
# Require writing security events to upload SARIF file to security tab
@@ -38,7 +38,7 @@ jobs:
3838
./
3939
scan-pr:
4040
if: ${{ github.event_name == 'pull_request' || github.event_name == 'merge_group' }}
41-
uses: "google/osv-scanner-action/.github/workflows/osv-scanner-reusable.yml@c5996e0193a3df57d695c1b8a1dec2a4c62e8730" # v2.3.3
41+
uses: "google/osv-scanner-action/.github/workflows/osv-scanner-reusable.yml@c51854704019a247608d928f370c98740469d4b5" # v2.3.5
4242
permissions:
4343
actions: read
4444
# Require writing security events to upload SARIF file to security tab

.github/workflows/super-linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
fetch-depth: 0
4949
persist-credentials: false
5050
- uses: ./
51-
- uses: oven-sh/setup-bun@3d267786b128fe76c2f16a390aa2448b815359f3 # v2.1.2
51+
- uses: oven-sh/setup-bun@0c5077e51419868618aeaa5fe8019c62421857d6 # v2.2.0
5252
with:
5353
bun-version-file: .bun-version
5454
- run: bash "${GITHUB_WORKSPACE}/scripts/super_linter/build/set_path.sh"

.github/workflows/update-gitleaks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
ref: ${{ github.event.pull_request.head.sha || github.sha }}
2424
persist-credentials: false
2525
- uses: ./
26-
- uses: dev-hato/actions-update-gitleaks@9faaf4ab4fa2404d76ffb93e3908c2eb91effc76 # v0.0.104
26+
- uses: dev-hato/actions-update-gitleaks@88939b8383c8ce6cea159177e89c7233d88d6f55 # v0.0.105
2727
with:
2828
github-token: ${{ secrets.GITHUB_TOKEN }}
2929
concurrency:

.node-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
24.13.1
1+
24.14.1

0 commit comments

Comments
 (0)