-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6fcdaa9
commit 7dfcba1
Showing
5 changed files
with
23 additions
and
0 deletions.
There are no files selected for viewing
9 changes: 9 additions & 0 deletions
9
knowledge-base/actions/actions/dependency-review-action/action-security.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
name: 'Dependency Review' | ||
github-token: | ||
action-input: | ||
input: repo-token | ||
is-default: true | ||
permissions: | ||
pull-requests: write | ||
pull-requests-reason: to post comments on PRs #Checkout: https://github.com/actions/dependency-review-action/blob/e3fb5152be474702523c77d8f5ecd4c0a5bde872/action.yml#L44 | ||
pull-requests-if: ${{ contains(with, 'comment-summary-in-pr') && with['comment-summary-in-pr'] == 'true' }} |
2 changes: 2 additions & 0 deletions
2
knowledge-base/actions/gabrielbb/xvfb-action/action-security.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
name: 'gabrielbb/xvfb-action' # GabrielBB/xvfb-action | ||
# GITHUB_TOKEN not used |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
name: 'run-cmake' # lukka/run-cmake | ||
# GITHUB_TOKEN not used |
2 changes: 2 additions & 0 deletions
2
knowledge-base/actions/rustcrypto/actions/cargo-cache/action-security.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
name: "cargo-cache" # RustCrypto/actions/cargo-cache | ||
# GITHUB_TOKEN not used |
8 changes: 8 additions & 0 deletions
8
knowledge-base/actions/uraimo/run-on-arch-action/action-security.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
name: 'Run on architecture' | ||
github-token: | ||
action-input: | ||
input: githubToken | ||
is-default: false | ||
permissions: | ||
packages: write | ||
packages-reason: to cache docker images #Reference: https://github.com/uraimo/run-on-arch-action/blob/a8003307a739516fdd80ee6d3da8924db811b8da/action.yml#L17 |