Skip to content

Commit a7431aa

Browse files
committed
Merge branch 'release/1.4.7'
2 parents 9468f98 + 4c9b52d commit a7431aa

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.7](https://github.com/rdkcentral/entservices-softwareupdate/compare/1.4.6...1.4.7)
8+
9+
- Deploy fossid_integration_stateless_diffscan_target_repo action [`#157`](https://github.com/rdkcentral/entservices-softwareupdate/pull/157)
10+
- Merge tag '1.4.6' into develop [`adeabc3`](https://github.com/rdkcentral/entservices-softwareupdate/commit/adeabc3440f0c5279bd883aeb08b3f18e1f4d572)
11+
712
#### [1.4.6](https://github.com/rdkcentral/entservices-softwareupdate/compare/1.4.5...1.4.6)
813

14+
> 26 September 2025
15+
916
- Deploy cla action [`#123`](https://github.com/rdkcentral/entservices-softwareupdate/pull/123)
17+
- 1.4.6 release changelog updates [`c617527`](https://github.com/rdkcentral/entservices-softwareupdate/commit/c6175273c145841e8a8a4f48a47dc9c1c4c35295)
1018
- Merge tag '1.4.5' into develop [`50b180c`](https://github.com/rdkcentral/entservices-softwareupdate/commit/50b180c446aeb1712805c8b13d0f706659cec0d2)
1119

1220
#### [1.4.5](https://github.com/rdkcentral/entservices-softwareupdate/compare/1.4.4...1.4.5)

0 commit comments

Comments
 (0)