8000
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.
2 parents 560c00c + f06deaa commit be93700Copy full SHA for be93700
.github/workflows/differential-shellcheck.yml
@@ -1,5 +1,8 @@
1
name: Differential ShellCheck
2
on:
3
+ push:
4
+ branches:
5
+ - master
6
pull_request:
7
branches:
8
- master
@@ -11,13 +14,16 @@ jobs:
11
14
lint:
12
15
runs-on: ubuntu-latest
13
16
17
+ permissions:
18
+ security-events: write
19
+
20
steps:
21
- name: Repository checkout
22
uses: actions/checkout@v3
23
with:
24
fetch-depth: 0
25
26
- name: Differential ShellCheck
- uses: redhat-plumbers-in-action/differential-shellcheck@latest
27
+ uses: redhat-plumbers-in-action/differential-shellcheck@v4
28
29
token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments