Skip to content

16.8.2

Choose a tag to compare

@github-actions github-actions released this 24 Jul 06:45

Description

Abstract

Disable sonar cloud action in pull-request from external forks

Background

Many workflows does not work well in pull-request from external forks like this.

References

The modified workflow works well in pull-request from external fork.
#1605

Destructive Changes

None

Known Limitations

comment step for optional warning is also disabled in this pull-request bacause it requires write permission that is not provided in pull-request from external forks for security perspective.

Related Issues