Skip to content

Commit 2daa005

Browse files
committed
Merge branch 'release/1.4.10'
2 parents abacf30 + 0fc6ede commit 2daa005

File tree

2 files changed

+19
-4
lines changed

2 files changed

+19
-4
lines changed
Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,19 @@
11
name: Fossid Stateless Diff Scan
22

3-
on: pull_request
3+
on:
4+
pull_request:
5+
types: [opened, synchronize, reopened]
6+
7+
permissions:
8+
contents: read
9+
pull-requests: read
410

511
jobs:
612
call-fossid-workflow:
7-
uses: rdkcentral/build_tools_workflows/.github/workflows/fossid_integration_stateless_diffscan.yml@develop
8-
secrets:
13+
if: ${{ ! github.event.pull_request.head.repo.fork }}
14+
uses: rdkcentral/build_tools_workflows/.github/workflows/[email protected]
15+
secrets:
916
FOSSID_CONTAINER_USERNAME: ${{ secrets.FOSSID_CONTAINER_USERNAME }}
1017
FOSSID_CONTAINER_PASSWORD: ${{ secrets.FOSSID_CONTAINER_PASSWORD }}
1118
FOSSID_HOST_USERNAME: ${{ secrets.FOSSID_HOST_USERNAME }}
12-
FOSSID_HOST_TOKEN: ${{ secrets.FOSSID_HOST_TOKEN }}
19+
FOSSID_HOST_TOKEN: ${{ secrets.FOSSID_HOST_TOKEN }}

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,17 @@ All notable changes to this project will be documented in this file. Dates are d
44

55
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
66

7+
#### [1.4.10](https://github.com/rdkcentral/entservices-inputoutput/compare/1.4.9...1.4.10)
8+
9+
- Deploy fossid_integration_stateless_diffscan_target_repo action [`#264`](https://github.com/rdkcentral/entservices-inputoutput/pull/264)
10+
- Merge tag '1.4.9' into develop [`5daf021`](https://github.com/rdkcentral/entservices-inputoutput/commit/5daf0214ced0608582636b26738f09a3cfc3e857)
11+
712
#### [1.4.9](https://github.com/rdkcentral/entservices-inputoutput/compare/1.4.8...1.4.9)
813

14+
> 26 September 2025
15+
916
- RDKEMW-6331 : Fix HdmiCecSink COM-RPC issues [`#217`](https://github.com/rdkcentral/entservices-inputoutput/pull/217)
17+
- 1.4.9 release changelog updates [`618cfcd`](https://github.com/rdkcentral/entservices-inputoutput/commit/618cfcdc66cea1589e1ba1289f1bd13adeee1f1c)
1018
- Merge tag '1.4.8' into develop [`e1a5745`](https://github.com/rdkcentral/entservices-inputoutput/commit/e1a5745357179e27e92ecb27c34a49a1d252929b)
1119

1220
#### [1.4.8](https://github.com/rdkcentral/entservices-inputoutput/compare/1.4.7...1.4.8)

0 commit comments

Comments
 (0)