Skip to content

Commit dac388e

Browse files
committed
ci: clean GitHub Actions workflows
SAST/CodeQL is not working for iOS app on current environment, will be investigated in the future Signed-off-by: Pierre-Yves Lapersonne <[email protected]>
1 parent 7b939e1 commit dac388e

File tree

3 files changed

+1
-89
lines changed

3 files changed

+1
-89
lines changed

.github/DEVELOP.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -659,7 +659,6 @@ It will help us to ensure code on pull requests or being merged compiles and has
659659

660660
Workflows are the following:
661661
- [build-and-test](https://github.com/Orange-OpenSource/ouds-ios/blob/develop/.github/workflows/build-and-test.yml) to build and run unit tests
662-
- [codeql](https://github.com/Orange-OpenSource/ouds-ios/blob/develop/.github/workflows/codeql.yml) to automated security checks
663662
- [dependency-review](https://github.com/Orange-OpenSource/ouds-ios/blob/develop/.github/workflows/codeql.yml) to scan dependency manifest files surfacing known-vulnerable versions of the packages declared or updated in pull requests
664663
- [gitleaks](https://github.com/Orange-OpenSource/ouds-ios/blob/develop/.github/workflows/gitleaks.yml) to check if there are secrets leaks
665664
- [periphery](https://github.com/Orange-OpenSource/ouds-ios/blob/develop/.github/workflows/periphery.yml) to check if there is dead code

.github/workflows/codeql.yml

Lines changed: 0 additions & 88 deletions
This file was deleted.

DesignToolbox/fastlane/Fastfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -311,6 +311,7 @@ platform :ios do
311311
configuration: 'Debug',
312312
include_symbols: true,
313313
skip_archive: true,
314+
skip_codesigning: true,
314315
destination: "generic/platform=iOS Simulator"
315316
)
316317
end

0 commit comments

Comments
 (0)