Skip to content

Commit 5063182

Browse files
committed
Merge branch 'release/1.16.13'
2 parents 6355307 + f55b5b9 commit 5063182

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.16.13](https://github.com/rdkcentral/entservices-apis/compare/1.16.12...1.16.13)
8+
9+
- Deploy fossid_integration_stateless_diffscan_target_repo action [`#561`](https://github.com/rdkcentral/entservices-apis/pull/561)
10+
- Merge tag '1.16.12' into develop [`2a5a68d`](https://github.com/rdkcentral/entservices-apis/commit/2a5a68d555fab1ce780d20b5d645f329592b3d3b)
11+
712
#### [1.16.12](https://github.com/rdkcentral/entservices-apis/compare/1.16.11...1.16.12)
813

14+
> 26 September 2025
15+
916
- Deploy cla action [`#556`](https://github.com/rdkcentral/entservices-apis/pull/556)
17+
- 1.16.12 release changelog updates [`73eb09f`](https://github.com/rdkcentral/entservices-apis/commit/73eb09f1fd7d2ba0a273c27fe53960bac7388b79)
1018
- Merge tag '1.16.11' into develop [`f4554d1`](https://github.com/rdkcentral/entservices-apis/commit/f4554d1e538476a706e4056eca0a229e7bd27bf3)
1119

1220
#### [1.16.11](https://github.com/rdkcentral/entservices-apis/compare/1.16.10...1.16.11)

0 commit comments

Comments
 (0)