Skip to content

Commit 55acdd1

Browse files
보안(deps): Bump the gh-actions-all group with 12 updates
Bumps the gh-actions-all group with 12 updates: | Package | From | To | | --- | --- | --- | | [actions/github-script](https://github.com/actions/github-script) | `7` | `9` | | [actions/checkout](https://github.com/actions/checkout) | `5` | `6` | | [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) | `5` | `7` | | [actions/cache](https://github.com/actions/cache) | `4` | `5` | | [actions/upload-artifact](https://github.com/actions/upload-artifact) | `4` | `7` | | [codecov/codecov-action](https://github.com/codecov/codecov-action) | `4` | `6` | | [github/codeql-action](https://github.com/github/codeql-action) | `3` | `4` | | [actions/setup-node](https://github.com/actions/setup-node) | `5` | `6` | | [actions/upload-pages-artifact](https://github.com/actions/upload-pages-artifact) | `4` | `5` | | [actions/attest-build-provenance](https://github.com/actions/attest-build-provenance) | `3` | `4` | | [actions/download-artifact](https://github.com/actions/download-artifact) | `5` | `8` | | [softprops/action-gh-release](https://github.com/softprops/action-gh-release) | `2` | `3` | Updates `actions/github-script` from 7 to 9 - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v7...v9) Updates `actions/checkout` from 5 to 6 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5...v6) Updates `astral-sh/setup-uv` from 5 to 7 - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](astral-sh/setup-uv@v5...v7) Updates `actions/cache` from 4 to 5 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4...v5) Updates `actions/upload-artifact` from 4 to 7 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v7) Updates `codecov/codecov-action` from 4 to 6 - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v4...v6) Updates `github/codeql-action` from 3 to 4 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@v3...v4) Updates `actions/setup-node` from 5 to 6 - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](actions/setup-node@v5...v6) Updates `actions/upload-pages-artifact` from 4 to 5 - [Release notes](https://github.com/actions/upload-pages-artifact/releases) - [Commits](actions/upload-pages-artifact@v4...v5) Updates `actions/attest-build-provenance` from 3 to 4 - [Release notes](https://github.com/actions/attest-build-provenance/releases) - [Changelog](https://github.com/actions/attest-build-provenance/blob/main/RELEASE.md) - [Commits](actions/attest-build-provenance@v3...v4) Updates `actions/download-artifact` from 5 to 8 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v5...v8) Updates `softprops/action-gh-release` from 2 to 3 - [Release notes](https://github.com/softprops/action-gh-release/releases) - [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md) - [Commits](softprops/action-gh-release@v2...v3) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: '9' dependency-type: direct:production update-type: version-update:semver-major dependency-group: gh-actions-all - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: gh-actions-all - dependency-name: astral-sh/setup-uv dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: gh-actions-all - dependency-name: actions/cache dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: gh-actions-all - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: gh-actions-all - dependency-name: codecov/codecov-action dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: gh-actions-all - dependency-name: github/codeql-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major dependency-group: gh-actions-all - dependency-name: actions/setup-node dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: gh-actions-all - dependency-name: actions/upload-pages-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: gh-actions-all - dependency-name: actions/attest-build-provenance dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major dependency-group: gh-actions-all - dependency-name: actions/download-artifact dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major dependency-group: gh-actions-all - dependency-name: softprops/action-gh-release dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major dependency-group: gh-actions-all ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4b721e0 commit 55acdd1

25 files changed

Lines changed: 72 additions & 72 deletions

.github/workflows/ai-policy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: Block auto-merge label on coreloop PR
17-
uses: actions/github-script@v7
17+
uses: actions/github-script@v9
1818
with:
1919
script: |
2020
const pr = context.payload.pull_request;

.github/workflows/buildKrxData.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@ jobs:
3838
timeout-minutes: 120
3939

4040
steps:
41-
- uses: actions/checkout@v5
41+
- uses: actions/checkout@v6
4242

4343
- name: Install uv
44-
uses: astral-sh/setup-uv@v5
44+
uses: astral-sh/setup-uv@v7
4545

4646
- name: Set up Python
4747
run: uv python install 3.12

.github/workflows/buildKrxIndexData.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@ jobs:
3636
timeout-minutes: 120
3737

3838
steps:
39-
- uses: actions/checkout@v5
39+
- uses: actions/checkout@v6
4040

4141
- name: Install uv
42-
uses: astral-sh/setup-uv@v5
42+
uses: astral-sh/setup-uv@v7
4343

4444
- name: Set up Python
4545
run: uv python install 3.12

.github/workflows/ci-fast.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
- gate: sections-parity-fast
5656
timeout: 10
5757
steps:
58-
- uses: actions/checkout@v5
58+
- uses: actions/checkout@v6
5959
with:
6060
fetch-depth: ${{ matrix.fetch-depth || 1 }}
6161
- uses: actions/setup-python@v6
@@ -67,7 +67,7 @@ jobs:
6767
uv.lock
6868
# T13-5 — pip wheel cache (의존 설치 시간 단축, 평균 30-60 percent)
6969
- name: Cache pip wheels
70-
uses: actions/cache@v4
70+
uses: actions/cache@v5
7171
with:
7272
path: ~/.cache/pip
7373
key: pip-wheels-${{ runner.os }}-py3.12-${{ hashFiles('pyproject.toml', 'uv.lock') }}
@@ -76,7 +76,7 @@ jobs:
7676
# T13-5 — HF dataset cache (smoke / test-fast gate 가 fixture 다운로드 시 hit)
7777
- name: Cache HuggingFace dataset
7878
if: ${{ matrix.gate == 'smoke' || matrix.gate == 'test-fast' || matrix.gate == 'schema-drift' }}
79-
uses: actions/cache@v4
79+
uses: actions/cache@v5
8080
with:
8181
path: ~/.cache/huggingface
8282
key: hf-${{ runner.os }}-${{ hashFiles('src/dartlab/core/data/version.json') }}-v1
@@ -86,7 +86,7 @@ jobs:
8686
run: python -X utf8 tests/run.py gate ${{ matrix.gate }}
8787
- name: Upload artifact
8888
if: ${{ always() && matrix.artifact_name }}
89-
uses: actions/upload-artifact@v5
89+
uses: actions/upload-artifact@v7
9090
with:
9191
name: ${{ matrix.artifact_name }}
9292
path: ${{ matrix.artifact_path }}

.github/workflows/ci-full.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
artifact_name: product-smoke-wheel-release
4343
artifact_path: product-smoke-wheel-release.json
4444
steps:
45-
- uses: actions/checkout@v5
45+
- uses: actions/checkout@v6
4646
- uses: actions/setup-python@v6
4747
with:
4848
python-version: ${{ matrix.python || '3.12' }}
@@ -53,14 +53,14 @@ jobs:
5353
${{ matrix.python && format('--python {0}', matrix.python) || '' }}
5454
- name: Upload coverage to Codecov
5555
if: ${{ matrix.gate == 'test-full' && matrix.python == '3.12' }}
56-
uses: codecov/codecov-action@v4
56+
uses: codecov/codecov-action@v6
5757
with:
5858
files: coverage.xml
5959
fail_ci_if_error: false
6060
token: ${{ secrets.CODECOV_TOKEN }}
6161
- name: Upload artifact
6262
if: ${{ always() && matrix.artifact_name }}
63-
uses: actions/upload-artifact@v5
63+
uses: actions/upload-artifact@v7
6464
with:
6565
name: ${{ matrix.artifact_name }}
6666
path: ${{ matrix.artifact_path }}
@@ -73,7 +73,7 @@ jobs:
7373
tests: ${{ steps.plan.outputs.tests }}
7474
hasAny: ${{ steps.plan.outputs.hasAny }}
7575
steps:
76-
- uses: actions/checkout@v5
76+
- uses: actions/checkout@v6
7777
with:
7878
fetch-depth: 0
7979
- uses: actions/setup-python@v6
@@ -94,7 +94,7 @@ jobs:
9494
matrix:
9595
test_file: ${{ fromJson(needs.realdata-plan.outputs.tests) }}
9696
steps:
97-
- uses: actions/checkout@v5
97+
- uses: actions/checkout@v6
9898
- uses: actions/setup-python@v6
9999
with:
100100
python-version: "3.12"

.github/workflows/ci-nightly.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,15 +52,15 @@ jobs:
5252
- gate: sections-parity-bulk
5353
timeout: 30
5454
steps:
55-
- uses: actions/checkout@v5
55+
- uses: actions/checkout@v6
5656
- uses: actions/setup-python@v6
5757
with:
5858
python-version: "3.12"
5959
- name: Run ${{ matrix.gate }}
6060
run: python -X utf8 tests/run.py gate ${{ matrix.gate }}
6161
- name: Upload artifact
6262
if: ${{ always() && matrix.artifact_name }}
63-
uses: actions/upload-artifact@v5
63+
uses: actions/upload-artifact@v7
6464
with:
6565
name: ${{ matrix.artifact_name }}
6666
path: ${{ matrix.artifact_path }}
@@ -98,7 +98,7 @@ jobs:
9898
- test_search.py
9999
- test_topLevelApi.py
100100
steps:
101-
- uses: actions/checkout@v5
101+
- uses: actions/checkout@v6
102102
- uses: actions/setup-python@v6
103103
with:
104104
python-version: "3.12"

.github/workflows/codeql.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@ jobs:
1818

1919
steps:
2020
- name: Checkout
21-
uses: actions/checkout@v5
21+
uses: actions/checkout@v6
2222

2323
- name: Initialize CodeQL
24-
uses: github/codeql-action/init@v3
24+
uses: github/codeql-action/init@v4
2525
with:
2626
languages: python
2727
queries: +security-extended
2828

2929
- name: Perform CodeQL Analysis
30-
uses: github/codeql-action/analyze@v3
30+
uses: github/codeql-action/analyze@v4
3131
with:
3232
category: "/language:python"

.github/workflows/dartNewStocks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@ jobs:
3434
timeout-minutes: 180
3535

3636
steps:
37-
- uses: actions/checkout@v5
37+
- uses: actions/checkout@v6
3838

3939
- name: Install uv
40-
uses: astral-sh/setup-uv@v5
40+
uses: astral-sh/setup-uv@v7
4141

4242
- name: Set up Python
4343
run: uv python install 3.12

.github/workflows/dataAudit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ jobs:
3232
timeout-minutes: 10
3333

3434
steps:
35-
- uses: actions/checkout@v5
35+
- uses: actions/checkout@v6
3636

3737
- name: Install uv
38-
uses: astral-sh/setup-uv@v5
38+
uses: astral-sh/setup-uv@v7
3939

4040
- name: Set up Python
4141
run: uv python install 3.12

.github/workflows/dataPrebuild.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ jobs:
2828
if: ${{ github.event.workflow_run.conclusion == 'success' || github.event_name == 'workflow_dispatch' }}
2929

3030
steps:
31-
- uses: actions/checkout@v5
31+
- uses: actions/checkout@v6
3232

3333
- name: Install uv
34-
uses: astral-sh/setup-uv@v5
34+
uses: astral-sh/setup-uv@v7
3535

3636
- name: Set up Python
3737
run: uv python install 3.12

0 commit comments

Comments
 (0)