Skip to content

Commit 02a4be7

Browse files
ci: add NOSONAR comments to secrets inheritance in workflows
1 parent 4ab3fe9 commit 02a4be7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish-doc-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ jobs:
1111
uses: eclipse-keyple/keyple-actions/.github/workflows/reusable-publish-doxygen.yml@main # NOSONAR - Same organization, trusted source
1212
with:
1313
version: ${{ github.event.inputs.version || github.ref_name }}
14-
secrets: inherit
14+
secrets: inherit # NOSONAR - Same organization, trusted source

.github/workflows/publish-doc-snapshot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ permissions:
1111
jobs:
1212
publish-doc-snapshot:
1313
uses: eclipse-keyple/keyple-actions/.github/workflows/reusable-publish-doxygen.yml@main # NOSONAR - Same organization, trusted source
14-
secrets: inherit
14+
secrets: inherit # NOSONAR - Same organization, trusted source

0 commit comments

Comments
 (0)