Skip to content

Commit bdfb2bd

Browse files
build(deps): bump actions/checkout from 4 to 6
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2be23e3 commit bdfb2bd

5 files changed

Lines changed: 10 additions & 10 deletions

File tree

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@ jobs:
1717
lint:
1818
runs-on: ubuntu-latest
1919
steps:
20-
- uses: actions/checkout@v4
20+
- uses: actions/checkout@v6
2121
- uses: jdx/mise-action@v2
2222
- run: pnpm install --frozen-lockfile --ignore-scripts
2323
- run: pnpm exec biome ci .
2424

2525
typecheck:
2626
runs-on: ubuntu-latest
2727
steps:
28-
- uses: actions/checkout@v4
28+
- uses: actions/checkout@v6
2929
- uses: jdx/mise-action@v2
3030
- run: pnpm install --frozen-lockfile --ignore-scripts
3131
- run: pnpm -r exec tsc --noEmit
@@ -37,7 +37,7 @@ jobs:
3737
os: [ubuntu-latest, macos-latest, windows-latest]
3838
runs-on: ${{ matrix.os }}
3939
steps:
40-
- uses: actions/checkout@v4
40+
- uses: actions/checkout@v6
4141
- uses: jdx/mise-action@v2
4242
- name: Ensure node-gyp is available for native tree-sitter build
4343
run: npm i -g node-gyp
@@ -47,7 +47,7 @@ jobs:
4747
sarif-validate:
4848
runs-on: ubuntu-latest
4949
steps:
50-
- uses: actions/checkout@v4
50+
- uses: actions/checkout@v6
5151
- uses: jdx/mise-action@v2
5252
- run: pnpm install --frozen-lockfile --ignore-scripts
5353
- run: pnpm -F @opencodehub/sarif build
@@ -56,13 +56,13 @@ jobs:
5656
banned-strings:
5757
runs-on: ubuntu-latest
5858
steps:
59-
- uses: actions/checkout@v4
59+
- uses: actions/checkout@v6
6060
- run: bash scripts/check-banned-strings.sh
6161

6262
licenses:
6363
runs-on: ubuntu-latest
6464
steps:
65-
- uses: actions/checkout@v4
65+
- uses: actions/checkout@v6
6666
- uses: jdx/mise-action@v2
6767
- run: pnpm install --frozen-lockfile --ignore-scripts
6868
- name: license allowlist

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
matrix:
2424
language: [javascript-typescript, python]
2525
steps:
26-
- uses: actions/checkout@v4
26+
- uses: actions/checkout@v6
2727
- uses: github/codeql-action/init@v3
2828
with:
2929
languages: ${{ matrix.language }}

.github/workflows/commitlint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
commitlint:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v4
15+
- uses: actions/checkout@v6
1616
with:
1717
fetch-depth: 0
1818
- uses: jdx/mise-action@v2

.github/workflows/sbom.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
sbom:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v4
15+
- uses: actions/checkout@v6
1616
- uses: jdx/mise-action@v2
1717
- run: pnpm install --frozen-lockfile --ignore-scripts
1818
- name: Generate CycloneDX SBOM

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
contents: read
2020
actions: read
2121
steps:
22-
- uses: actions/checkout@v4
22+
- uses: actions/checkout@v6
2323
with:
2424
persist-credentials: false
2525
- uses: ossf/scorecard-action@v2.4.0

0 commit comments

Comments
 (0)