Skip to content

Commit 7dfcba1

Browse files
Add KBs (#2017)
1 parent 6fcdaa9 commit 7dfcba1

File tree

5 files changed

+23
-0
lines changed

5 files changed

+23
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
name: 'Dependency Review'
2+
github-token:
3+
action-input:
4+
input: repo-token
5+
is-default: true
6+
permissions:
7+
pull-requests: write
8+
pull-requests-reason: to post comments on PRs #Checkout: https://github.com/actions/dependency-review-action/blob/e3fb5152be474702523c77d8f5ecd4c0a5bde872/action.yml#L44
9+
pull-requests-if: ${{ contains(with, 'comment-summary-in-pr') && with['comment-summary-in-pr'] == 'true' }}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
name: 'gabrielbb/xvfb-action' # GabrielBB/xvfb-action
2+
# GITHUB_TOKEN not used
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
name: 'run-cmake' # lukka/run-cmake
2+
# GITHUB_TOKEN not used
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
name: "cargo-cache" # RustCrypto/actions/cargo-cache
2+
# GITHUB_TOKEN not used
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
name: 'Run on architecture'
2+
github-token:
3+
action-input:
4+
input: githubToken
5+
is-default: false
6+
permissions:
7+
packages: write
8+
packages-reason: to cache docker images #Reference: https://github.com/uraimo/run-on-arch-action/blob/a8003307a739516fdd80ee6d3da8924db811b8da/action.yml#L17

0 commit comments

Comments
 (0)