Skip to content

Commit 9981de5

Browse files
SEC-090: Automated trusted workflow pinning (2023-08-02) (#11)
Co-authored-by: hashicorp-tsccr[bot] <hashicorp-tsccr[bot]@users.noreply.github.com>
1 parent 3f1731a commit 9981de5

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/snyk.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ jobs:
1919

2020
steps:
2121
- name: Checkout Repository
22-
uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0
22+
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
2323
with:
2424
fetch-depth: 1
2525

2626
# see https://github.com/snyk/actions/tree/master/node
2727
- name: Lint Code with Snyk
28-
uses: snyk/actions/node@master # TSCCR: no entry for repository "snyk/actions"
28+
uses: snyk/actions/node@b98d498629f1c368650224d6d212bf7dfa89e4bf # 0.4.0
2929
env:
3030
# see https://github.com/snyk/actions#getting-your-snyk-token
3131
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
@@ -35,6 +35,6 @@ jobs:
3535

3636
# see https://github.com/github/codeql-action/tree/main/upload-sarif
3737
- name: Upload Snyk IaC results to GitHub Code Scanning
38-
uses: github/codeql-action/upload-sarif@168b99b3c22180941ae7dbdd5f5c9678ede476ba # v2
38+
uses: github/codeql-action/upload-sarif@85c77f1dfc42a47cc98299e8779c151d2159b120 # codeql-bundle-v2.14.0
3939
with:
4040
sarif_file: snyk.sarif

.github/workflows/superlinter.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout Repository
13-
uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0
13+
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
1414
with:
1515
# Full git history is needed to get a proper list of changed files within `super-linter`
1616
fetch-depth: 0
1717

1818
- name: Lint Code with Super-Linter
19-
uses: github/super-linter@454ba4482ce2cd0c505bc592e83c06e1e37ade61 # v4.10.1
19+
uses: github/super-linter@45fc0d88288beee4701c62761281edfee85655d7 # v5.0.0
2020
env:
2121
VALIDATE_ALL_CODEBASE: true
2222
DEFAULT_BRANCH: "main"

.github/workflows/typescript.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ jobs:
1818

1919
steps:
2020
- name: Checkout Repository
21-
uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0
21+
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
2222
with:
2323
fetch-depth: 1
2424

2525
- name: Set up Node.js
26-
uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0
26+
uses: actions/setup-node@e33196f7422957bea03ed53f6fbb155025ffc7b8 # v3.7.0
2727
with:
2828
node-version: ${{ matrix.node-version }}
2929
cache: 'npm'

0 commit comments

Comments
 (0)