File tree 6 files changed +14693
-10853
lines changed
6 files changed +14693
-10853
lines changed Original file line number Diff line number Diff line change 14
14
15
15
steps :
16
16
- name : Checkout
17
- uses : actions/checkout@v4
17
+ uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
18
18
19
19
- name : Setup `nomad-pack` (using local GitHub Action)
20
20
uses : " ./"
Original file line number Diff line number Diff line change 13
13
runs-on : ubuntu-latest
14
14
steps :
15
15
- name : Checkout Repository
16
- uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
16
+ uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
17
17
with :
18
18
# Full git history is needed to get a proper list of changed files within `super-linter`
19
19
fetch-depth : 0
Original file line number Diff line number Diff line change @@ -11,17 +11,18 @@ jobs:
11
11
runs-on : ubuntu-latest
12
12
steps :
13
13
- name : Checkout Repository
14
- uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
14
+ uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
15
15
with :
16
16
# Full git history is needed to get a proper list of changed files within `super-linter`
17
17
fetch-depth : 0
18
18
19
19
- name : Lint Code with Super-Linter
20
- uses : github/super-linter/slim@45fc0d88288beee4701c62761281edfee85655d7 # v5.0.0
20
+ uses : github/super-linter/slim@4e51915f4a812abf59fed160bb14595c0a38a9e7 # v6
21
21
env :
22
22
VALIDATE_ALL_CODEBASE : true
23
23
DEFAULT_BRANCH : " main"
24
24
DISABLE_ERRORS : false
25
+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
25
26
JAVASCRIPT_DEFAULT_STYLE : " prettier"
26
27
VALIDATE_JSON : true
27
28
VALIDATE_MD : true
Original file line number Diff line number Diff line change 21
21
22
22
steps :
23
23
- name : Checkout Repository
24
- uses : actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
24
+ uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
25
25
with :
26
26
fetch-depth : 1
27
27
Original file line number Diff line number Diff line change
1
+ * @ hashicorp/github-actions-maintainers
You can’t perform that action at this time.
0 commit comments