Skip to content

Commit 1361129

Browse files
Bump the dependencies group with 2 updates (#159)
Bumps the dependencies group with 2 updates: [actions/checkout](https://github.com/actions/checkout) and [owasp/nest-schema](https://github.com/owasp/nest-schema). 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 `owasp/nest-schema` from 0.1.40 to 0.1.43 - [Release notes](https://github.com/owasp/nest-schema/releases) - [Commits](OWASP/nest-schema@1a0eadf...7e55a04) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: owasp/nest-schema dependency-version: 0.1.43 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a0fc6b6 commit 1361129

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/validate-owasp-metadata.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
steps:
2323
- name: Checkout code
24-
uses: actions/checkout@v5
24+
uses: actions/checkout@v6
2525

2626
- name: Validate metadata file
27-
uses: owasp/nest-schema/.github/actions/validate@1a0eadfe9ba7b7a359ba08e77b98ce285305fd63
27+
uses: owasp/nest-schema/.github/actions/validate@7e55a04dce2fea3606abdf49e9cb8e7f465ab801

.github/workflows/validate.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: Checkout
17-
uses: actions/checkout@v5
17+
uses: actions/checkout@v6
1818
with:
1919
ref: ${{github.event.pull_request.head.ref}}
2020
repository: ${{github.event.pull_request.head.repo.full_name}}

0 commit comments

Comments
 (0)