build(deps): bump the devops group with 2 updates (#8457)
Bumps the devops group with 2 updates: [actions/checkout](https://github.com/actions/checkout) and [tj-actions/changed-files](https://github.com/tj-actions/changed-files). Updates `actions/checkout` from 4.1.2 to 4.1.4 - [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.1.2...v4.1.4) Updates `tj-actions/changed-files` from 44.0.1 to 44.3.0 - [Release notes](https://github.com/tj-actions/changed-files/releases) - [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md) - [Commits](https://github.com/tj-actions/changed-files/compare/v44.0.1...v44.3.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch dependency-group: devops - dependency-name: tj-actions/changed-files dependency-type: direct:production update-type: version-update:semver-minor dependency-group: devops ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Arya <aryasolhi@gmail.com>
This commit is contained in:
parent
7893874624
commit
f14cf315d0
|
@ -203,7 +203,7 @@ jobs:
|
||||||
if: ${{ !cancelled() && !failure() && ((github.event_name == 'push' && github.ref_name == 'main') || github.event_name == 'release') }}
|
if: ${{ !cancelled() && !failure() && ((github.event_name == 'push' && github.ref_name == 'main') || github.event_name == 'release') }}
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4.1.2
|
- uses: actions/checkout@v4.1.4
|
||||||
with:
|
with:
|
||||||
persist-credentials: false
|
persist-credentials: false
|
||||||
|
|
||||||
|
@ -305,7 +305,7 @@ jobs:
|
||||||
if: github.event_name == 'workflow_dispatch'
|
if: github.event_name == 'workflow_dispatch'
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4.1.2
|
- uses: actions/checkout@v4.1.4
|
||||||
with:
|
with:
|
||||||
persist-credentials: false
|
persist-credentials: false
|
||||||
|
|
||||||
|
|
|
@ -39,7 +39,7 @@ jobs:
|
||||||
contents: 'read'
|
contents: 'read'
|
||||||
id-token: 'write'
|
id-token: 'write'
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4.1.2
|
- uses: actions/checkout@v4.1.4
|
||||||
with:
|
with:
|
||||||
persist-credentials: false
|
persist-credentials: false
|
||||||
|
|
||||||
|
@ -107,7 +107,7 @@ jobs:
|
||||||
contents: 'read'
|
contents: 'read'
|
||||||
id-token: 'write'
|
id-token: 'write'
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4.1.2
|
- uses: actions/checkout@v4.1.4
|
||||||
with:
|
with:
|
||||||
persist-credentials: false
|
persist-credentials: false
|
||||||
|
|
||||||
|
|
|
@ -23,7 +23,7 @@ jobs:
|
||||||
outputs:
|
outputs:
|
||||||
matrix: ${{ steps.set-matrix.outputs.matrix }}
|
matrix: ${{ steps.set-matrix.outputs.matrix }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4.1.2
|
- uses: actions/checkout@v4.1.4
|
||||||
|
|
||||||
# Setup Rust with stable toolchain and minimal profile
|
# Setup Rust with stable toolchain and minimal profile
|
||||||
- name: Setup Rust
|
- name: Setup Rust
|
||||||
|
|
|
@ -60,7 +60,7 @@ jobs:
|
||||||
outputs:
|
outputs:
|
||||||
matrix: ${{ steps.set-matrix.outputs.matrix }}
|
matrix: ${{ steps.set-matrix.outputs.matrix }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4.1.2
|
- uses: actions/checkout@v4.1.4
|
||||||
- uses: r7kamura/rust-problem-matchers@v1.4.0
|
- uses: r7kamura/rust-problem-matchers@v1.4.0
|
||||||
|
|
||||||
# Setup Rust with stable toolchain and minimal profile
|
# Setup Rust with stable toolchain and minimal profile
|
||||||
|
@ -122,7 +122,7 @@ jobs:
|
||||||
matrix: ${{ fromJson(needs.matrix.outputs.matrix) }}
|
matrix: ${{ fromJson(needs.matrix.outputs.matrix) }}
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4.1.2
|
- uses: actions/checkout@v4.1.4
|
||||||
with:
|
with:
|
||||||
persist-credentials: false
|
persist-credentials: false
|
||||||
- uses: r7kamura/rust-problem-matchers@v1.4.0
|
- uses: r7kamura/rust-problem-matchers@v1.4.0
|
||||||
|
|
|
@ -69,7 +69,7 @@ jobs:
|
||||||
runs-on: ubuntu-latest-xl
|
runs-on: ubuntu-latest-xl
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4.1.2
|
- uses: actions/checkout@v4.1.4
|
||||||
with:
|
with:
|
||||||
persist-credentials: false
|
persist-credentials: false
|
||||||
|
|
||||||
|
|
|
@ -37,14 +37,14 @@ jobs:
|
||||||
rust: ${{ steps.changed-files-rust.outputs.any_changed == 'true' }}
|
rust: ${{ steps.changed-files-rust.outputs.any_changed == 'true' }}
|
||||||
workflows: ${{ steps.changed-files-workflows.outputs.any_changed == 'true' }}
|
workflows: ${{ steps.changed-files-workflows.outputs.any_changed == 'true' }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4.1.2
|
- uses: actions/checkout@v4.1.4
|
||||||
with:
|
with:
|
||||||
persist-credentials: false
|
persist-credentials: false
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
- name: Rust files
|
- name: Rust files
|
||||||
id: changed-files-rust
|
id: changed-files-rust
|
||||||
uses: tj-actions/changed-files@v44.0.1
|
uses: tj-actions/changed-files@v44.3.0
|
||||||
with:
|
with:
|
||||||
files: |
|
files: |
|
||||||
**/*.rs
|
**/*.rs
|
||||||
|
@ -56,7 +56,7 @@ jobs:
|
||||||
|
|
||||||
- name: Workflow files
|
- name: Workflow files
|
||||||
id: changed-files-workflows
|
id: changed-files-workflows
|
||||||
uses: tj-actions/changed-files@v44.0.1
|
uses: tj-actions/changed-files@v44.3.0
|
||||||
with:
|
with:
|
||||||
files: |
|
files: |
|
||||||
.github/workflows/*.yml
|
.github/workflows/*.yml
|
||||||
|
@ -69,7 +69,7 @@ jobs:
|
||||||
if: ${{ needs.changed-files.outputs.rust == 'true' }}
|
if: ${{ needs.changed-files.outputs.rust == 'true' }}
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4.1.2
|
- uses: actions/checkout@v4.1.4
|
||||||
with:
|
with:
|
||||||
persist-credentials: false
|
persist-credentials: false
|
||||||
|
|
||||||
|
@ -119,7 +119,7 @@ jobs:
|
||||||
if: ${{ needs.changed-files.outputs.rust == 'true' }}
|
if: ${{ needs.changed-files.outputs.rust == 'true' }}
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4.1.2
|
- uses: actions/checkout@v4.1.4
|
||||||
with:
|
with:
|
||||||
persist-credentials: false
|
persist-credentials: false
|
||||||
- uses: r7kamura/rust-problem-matchers@v1.4.0
|
- uses: r7kamura/rust-problem-matchers@v1.4.0
|
||||||
|
@ -149,7 +149,7 @@ jobs:
|
||||||
needs: changed-files
|
needs: changed-files
|
||||||
if: ${{ needs.changed-files.outputs.workflows == 'true' }}
|
if: ${{ needs.changed-files.outputs.workflows == 'true' }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4.1.2
|
- uses: actions/checkout@v4.1.4
|
||||||
- name: actionlint
|
- name: actionlint
|
||||||
uses: reviewdog/action-actionlint@v1.44.0
|
uses: reviewdog/action-actionlint@v1.44.0
|
||||||
with:
|
with:
|
||||||
|
@ -166,7 +166,7 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: changed-files
|
needs: changed-files
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4.1.2
|
- uses: actions/checkout@v4.1.4
|
||||||
- uses: codespell-project/actions-codespell@v2.0
|
- uses: codespell-project/actions-codespell@v2.0
|
||||||
with:
|
with:
|
||||||
only_warn: 1
|
only_warn: 1
|
||||||
|
|
|
@ -94,7 +94,7 @@ jobs:
|
||||||
rust: beta
|
rust: beta
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4.1.2
|
- uses: actions/checkout@v4.1.4
|
||||||
with:
|
with:
|
||||||
persist-credentials: false
|
persist-credentials: false
|
||||||
- uses: r7kamura/rust-problem-matchers@v1.4.0
|
- uses: r7kamura/rust-problem-matchers@v1.4.0
|
||||||
|
@ -183,7 +183,7 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4.1.2
|
- uses: actions/checkout@v4.1.4
|
||||||
with:
|
with:
|
||||||
persist-credentials: false
|
persist-credentials: false
|
||||||
- uses: r7kamura/rust-problem-matchers@v1.4.0
|
- uses: r7kamura/rust-problem-matchers@v1.4.0
|
||||||
|
@ -205,7 +205,7 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4.1.2
|
- uses: actions/checkout@v4.1.4
|
||||||
with:
|
with:
|
||||||
persist-credentials: false
|
persist-credentials: false
|
||||||
- uses: r7kamura/rust-problem-matchers@v1.4.0
|
- uses: r7kamura/rust-problem-matchers@v1.4.0
|
||||||
|
@ -248,7 +248,7 @@ jobs:
|
||||||
continue-on-error: ${{ matrix.checks == 'advisories' }}
|
continue-on-error: ${{ matrix.checks == 'advisories' }}
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4.1.2
|
- uses: actions/checkout@v4.1.4
|
||||||
with:
|
with:
|
||||||
persist-credentials: false
|
persist-credentials: false
|
||||||
- uses: r7kamura/rust-problem-matchers@v1.4.0
|
- uses: r7kamura/rust-problem-matchers@v1.4.0
|
||||||
|
@ -269,7 +269,7 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout git repository
|
- name: Checkout git repository
|
||||||
uses: actions/checkout@v4.1.2
|
uses: actions/checkout@v4.1.4
|
||||||
with:
|
with:
|
||||||
persist-credentials: false
|
persist-credentials: false
|
||||||
- uses: r7kamura/rust-problem-matchers@v1.4.0
|
- uses: r7kamura/rust-problem-matchers@v1.4.0
|
||||||
|
|
|
@ -85,7 +85,7 @@ jobs:
|
||||||
pull-requests: write
|
pull-requests: write
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout the source code
|
- name: Checkout the source code
|
||||||
uses: actions/checkout@v4.1.2
|
uses: actions/checkout@v4.1.4
|
||||||
with:
|
with:
|
||||||
persist-credentials: false
|
persist-credentials: false
|
||||||
|
|
||||||
|
@ -139,7 +139,7 @@ jobs:
|
||||||
pull-requests: write
|
pull-requests: write
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout the source code
|
- name: Checkout the source code
|
||||||
uses: actions/checkout@v4.1.2
|
uses: actions/checkout@v4.1.4
|
||||||
with:
|
with:
|
||||||
persist-credentials: false
|
persist-credentials: false
|
||||||
|
|
||||||
|
|
|
@ -17,7 +17,7 @@ jobs:
|
||||||
dockerHubDescription:
|
dockerHubDescription:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4.1.2
|
- uses: actions/checkout@v4.1.4
|
||||||
with:
|
with:
|
||||||
persist-credentials: false
|
persist-credentials: false
|
||||||
|
|
||||||
|
|
|
@ -29,7 +29,7 @@ jobs:
|
||||||
id-token: 'write'
|
id-token: 'write'
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4.1.2
|
- uses: actions/checkout@v4.1.4
|
||||||
with:
|
with:
|
||||||
persist-credentials: false
|
persist-credentials: false
|
||||||
|
|
||||||
|
|
|
@ -70,7 +70,7 @@ jobs:
|
||||||
- uses: r7kamura/rust-problem-matchers@v1.4.0
|
- uses: r7kamura/rust-problem-matchers@v1.4.0
|
||||||
|
|
||||||
- name: Checkout git repository
|
- name: Checkout git repository
|
||||||
uses: actions/checkout@v4.1.2
|
uses: actions/checkout@v4.1.4
|
||||||
with:
|
with:
|
||||||
persist-credentials: false
|
persist-credentials: false
|
||||||
|
|
||||||
|
|
|
@ -76,7 +76,7 @@ jobs:
|
||||||
contents: 'read'
|
contents: 'read'
|
||||||
id-token: 'write'
|
id-token: 'write'
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4.1.2
|
- uses: actions/checkout@v4.1.4
|
||||||
with:
|
with:
|
||||||
persist-credentials: false
|
persist-credentials: false
|
||||||
- uses: r7kamura/rust-problem-matchers@v1.4.0
|
- uses: r7kamura/rust-problem-matchers@v1.4.0
|
||||||
|
|
|
@ -118,7 +118,7 @@ jobs:
|
||||||
contents: 'read'
|
contents: 'read'
|
||||||
id-token: 'write'
|
id-token: 'write'
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4.1.2
|
- uses: actions/checkout@v4.1.4
|
||||||
with:
|
with:
|
||||||
persist-credentials: false
|
persist-credentials: false
|
||||||
fetch-depth: '2'
|
fetch-depth: '2'
|
||||||
|
@ -406,7 +406,7 @@ jobs:
|
||||||
contents: 'read'
|
contents: 'read'
|
||||||
id-token: 'write'
|
id-token: 'write'
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4.1.2
|
- uses: actions/checkout@v4.1.4
|
||||||
with:
|
with:
|
||||||
persist-credentials: false
|
persist-credentials: false
|
||||||
fetch-depth: '2'
|
fetch-depth: '2'
|
||||||
|
@ -713,7 +713,7 @@ jobs:
|
||||||
contents: 'read'
|
contents: 'read'
|
||||||
id-token: 'write'
|
id-token: 'write'
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4.1.2
|
- uses: actions/checkout@v4.1.4
|
||||||
with:
|
with:
|
||||||
persist-credentials: false
|
persist-credentials: false
|
||||||
fetch-depth: '2'
|
fetch-depth: '2'
|
||||||
|
|
|
@ -37,7 +37,7 @@ jobs:
|
||||||
contents: 'read'
|
contents: 'read'
|
||||||
id-token: 'write'
|
id-token: 'write'
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4.1.2
|
- uses: actions/checkout@v4.1.4
|
||||||
with:
|
with:
|
||||||
persist-credentials: false
|
persist-credentials: false
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
|
@ -38,7 +38,7 @@ jobs:
|
||||||
timeout-minutes: 30
|
timeout-minutes: 30
|
||||||
runs-on: ubuntu-latest-m
|
runs-on: ubuntu-latest-m
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4.1.2
|
- uses: actions/checkout@v4.1.4
|
||||||
with:
|
with:
|
||||||
persist-credentials: false
|
persist-credentials: false
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue