We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7813176 commit d94d8a0Copy full SHA for d94d8a0
1 file changed
action.yml
@@ -1,10 +1,18 @@
1
name: security-action
2
description: Run security checks
3
4
+inputs:
5
+ token:
6
+ description: GitHub token used by taiki-e/checkout-action
7
+ required: false
8
+ default: ${{ github.token }}
9
+
10
runs:
11
using: composite
12
steps:
13
- uses: taiki-e/checkout-action@7d1e50e93dc4fb3bba58f85018fadf77898aee8b # v1.4.2
14
+ with:
15
+ token: ${{ inputs.token }}
16
17
- name: Detect Cargo.lock changes
18
id: cargo_lock
0 commit comments