Skip to content

Commit c4285a1

Browse files
Security updates (#15)
* pins actions and adds CODEOWNERS * rebuilds dist/index * corrects team name --------- Co-authored-by: Bruno Schaatsbergen <[email protected]>
1 parent 3615465 commit c4285a1

File tree

6 files changed

+14693
-10853
lines changed

6 files changed

+14693
-10853
lines changed

.github/workflows/actions-self-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
steps:
1616
- name: Checkout
17-
uses: actions/checkout@v4
17+
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
1818

1919
- name: Setup `nomad-pack` (using local GitHub Action)
2020
uses: "./"

.github/workflows/compliance.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: Checkout Repository
16-
uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
16+
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
1717
with:
1818
# Full git history is needed to get a proper list of changed files within `super-linter`
1919
fetch-depth: 0

.github/workflows/superlinter.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,18 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout Repository
14-
uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
14+
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
1515
with:
1616
# Full git history is needed to get a proper list of changed files within `super-linter`
1717
fetch-depth: 0
1818

1919
- name: Lint Code with Super-Linter
20-
uses: github/super-linter/slim@45fc0d88288beee4701c62761281edfee85655d7 # v5.0.0
20+
uses: github/super-linter/slim@4e51915f4a812abf59fed160bb14595c0a38a9e7 # v6
2121
env:
2222
VALIDATE_ALL_CODEBASE: true
2323
DEFAULT_BRANCH: "main"
2424
DISABLE_ERRORS: false
25+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2526
JAVASCRIPT_DEFAULT_STYLE: "prettier"
2627
VALIDATE_JSON: true
2728
VALIDATE_MD: true

.github/workflows/typescript.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
steps:
2323
- name: Checkout Repository
24-
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
24+
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
2525
with:
2626
fetch-depth: 1
2727

CODEOWNERS

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
* @hashicorp/github-actions-maintainers

0 commit comments

Comments
 (0)