Bump the actions group across 1 directory with 3 updates
Bumps the actions group with 3 updates in the / directory: [actions/checkout](https://github.com/actions/checkout), [actions/setup-go](https://github.com/actions/setup-go) and [actions/setup-node](https://github.com/actions/setup-node). Updates `actions/checkout` from 4 to 7 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v4...v7) Updates `actions/setup-go` from 5 to 7 - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](https://github.com/actions/setup-go/compare/v5...v7) Updates `actions/setup-node` from 4 to 7 - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v4...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: actions/setup-go dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: actions/setup-node dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] <[email protected]>
This commit is contained in:
@@ -27,7 +27,7 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
crate_dir: [agent, search]
|
crate_dir: [agent, search]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v7
|
||||||
- uses: EmbarkStudios/cargo-deny-action@v2
|
- uses: EmbarkStudios/cargo-deny-action@v2
|
||||||
with:
|
with:
|
||||||
manifest-path: ${{ matrix.crate_dir }}/Cargo.toml
|
manifest-path: ${{ matrix.crate_dir }}/Cargo.toml
|
||||||
@@ -53,8 +53,8 @@ jobs:
|
|||||||
- hack/benchmark-fixture
|
- hack/benchmark-fixture
|
||||||
- hack/windows-fixture
|
- hack/windows-fixture
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v7
|
||||||
- uses: actions/setup-go@v5
|
- uses: actions/setup-go@v7
|
||||||
with:
|
with:
|
||||||
go-version-file: ${{ matrix.module_dir }}/go.mod
|
go-version-file: ${{ matrix.module_dir }}/go.mod
|
||||||
- run: go install github.com/google/go-licenses@latest
|
- run: go install github.com/google/go-licenses@latest
|
||||||
@@ -70,8 +70,8 @@ jobs:
|
|||||||
name: npm license check (license-checker)
|
name: npm license check (license-checker)
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v7
|
||||||
- uses: actions/setup-node@v4
|
- uses: actions/setup-node@v7
|
||||||
with:
|
with:
|
||||||
node-version: 22
|
node-version: 22
|
||||||
- working-directory: web
|
- working-directory: web
|
||||||
@@ -87,5 +87,5 @@ jobs:
|
|||||||
name: Architectural boundary check
|
name: Architectural boundary check
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v7
|
||||||
- run: bash hack/check-tenant-boundary.sh
|
- run: bash hack/check-tenant-boundary.sh
|
||||||
|
|||||||
@@ -25,5 +25,5 @@ jobs:
|
|||||||
name: processing conformance corpus check
|
name: processing conformance corpus check
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v7
|
||||||
- run: python3 processing/conformance/validate.py
|
- run: python3 processing/conformance/validate.py
|
||||||
|
|||||||
@@ -25,7 +25,7 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
crate_dir: [agent, search]
|
crate_dir: [agent, search]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v7
|
||||||
- uses: EmbarkStudios/cargo-deny-action@v2
|
- uses: EmbarkStudios/cargo-deny-action@v2
|
||||||
with:
|
with:
|
||||||
manifest-path: ${{ matrix.crate_dir }}/Cargo.toml
|
manifest-path: ${{ matrix.crate_dir }}/Cargo.toml
|
||||||
@@ -54,8 +54,8 @@ jobs:
|
|||||||
- hack/benchmark-fixture
|
- hack/benchmark-fixture
|
||||||
- hack/windows-fixture
|
- hack/windows-fixture
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v7
|
||||||
- uses: actions/setup-go@v5
|
- uses: actions/setup-go@v7
|
||||||
with:
|
with:
|
||||||
# Deliberately NOT go-version-file. Each go.mod pins an exact
|
# Deliberately NOT go-version-file. Each go.mod pins an exact
|
||||||
# patch, so go-version-file made CI scan against the *unpatched*
|
# patch, so go-version-file made CI scan against the *unpatched*
|
||||||
@@ -79,8 +79,8 @@ jobs:
|
|||||||
name: npm vulnerability check (npm audit)
|
name: npm vulnerability check (npm audit)
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v7
|
||||||
- uses: actions/setup-node@v4
|
- uses: actions/setup-node@v7
|
||||||
with:
|
with:
|
||||||
node-version: 22
|
node-version: 22
|
||||||
- working-directory: web
|
- working-directory: web
|
||||||
|
|||||||
@@ -23,5 +23,5 @@ jobs:
|
|||||||
name: nginx route allowlist check
|
name: nginx route allowlist check
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v7
|
||||||
- run: bash hack/check-web-routes.sh
|
- run: bash hack/check-web-routes.sh
|
||||||
|
|||||||
Reference in New Issue
Block a user