Skip to content

Commit c9c2f94

Browse files
build(deps): bump the minor-and-patch-action-updates group across 1 directory with 2 updates
Bumps the minor-and-patch-action-updates group with 2 updates in the / directory: [actions/dependency-review-action](https://github.com/actions/dependency-review-action) and [philips-software/antora-site-action](https://github.com/philips-software/antora-site-action). Updates `actions/dependency-review-action` from 4.8.0 to 4.8.1 - [Release notes](https://github.com/actions/dependency-review-action/releases) - [Commits](actions/dependency-review-action@56339e5...40c09b7) Updates `philips-software/antora-site-action` from 1.1.0 to 1.2.0 - [Release notes](https://github.com/philips-software/antora-site-action/releases) - [Changelog](https://github.com/philips-software/antora-site-action/blob/main/CHANGELOG.md) - [Commits](philips-software/antora-site-action@3540c48...8fdeeb1) --- updated-dependencies: - dependency-name: actions/dependency-review-action dependency-version: 4.8.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch-action-updates - dependency-name: philips-software/antora-site-action dependency-version: 1.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch-action-updates ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4d2bf45 commit c9c2f94

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/dependency-scanner.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ jobs:
2626
pull-requests: write
2727
steps:
2828
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
29-
- uses: actions/dependency-review-action@56339e523c0409420f6c2c9a2f4292bbb3c07dd3 # v4.8.0
29+
- uses: actions/dependency-review-action@40c09b7dc99638e5ddb0bfd91c1673effc064d8a # v4.8.1
3030
with:
3131
comment-summary-in-pr: true

.github/workflows/documentation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
with:
2121
fetch-depth: 0
2222
persist-credentials: false
23-
- uses: philips-software/antora-site-action@3540c48165a9ac1620a2cb57f52cafb06f779aa8 # 1.1.0
23+
- uses: philips-software/antora-site-action@8fdeeb10b844ae6a0ca20109fc8200a26fa0552d # 1.2.0
2424
with:
2525
antora_playbook: antora-playbook-site.yml
2626
- name: Store Antora Site
@@ -44,7 +44,7 @@ jobs:
4444
with:
4545
fetch-depth: 0
4646
persist-credentials: false
47-
- uses: philips-software/antora-site-action@3540c48165a9ac1620a2cb57f52cafb06f779aa8 # 1.1.0
47+
- uses: philips-software/antora-site-action@8fdeeb10b844ae6a0ca20109fc8200a26fa0552d # 1.2.0
4848
with:
4949
antora_playbook: antora-playbook-branch.yml
5050
- name: Store Antora Site

0 commit comments

Comments
 (0)