Skip to content

Commit

Permalink
pr review: pin commit hashes
Browse files Browse the repository at this point in the history
  • Loading branch information
shamilovtim committed Dec 6, 2023
1 parent dd0d9e6 commit 26b20b4
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 24 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/alpha-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ jobs:

steps:
- name: Checkout source
uses: actions/checkout@v4
uses: actions/checkout@b4ffde6 #v4.1.1

- name: Set up Node.js
uses: actions/setup-node@v4
uses: actions/setup-node@5ef044f #v4.0.0
with:
node-version: 18
registry-url: https://registry.npmjs.org/
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/docs-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout source
uses: actions/checkout@v4
uses: actions/checkout@b4ffde6 #v4.1.1

- name: Set up Node.js
uses: actions/setup-node@v4
uses: actions/setup-node@5ef044f #v4.0.0
with:
node-version: 18
registry-url: https://registry.npmjs.org/
Expand All @@ -44,7 +44,7 @@ jobs:
docsGenerator: typedoc-markdown
- name: Save Artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@a8a3f3a #v3.1.3
if: always()
with:
name: tbdocs-reporter-output
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/docs-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ jobs:

steps:
- name: Checkout source
uses: actions/checkout@v4
uses: actions/checkout@b4ffde6 #v4.1.1

- name: Set up Node.js
uses: actions/setup-node@v4
uses: actions/setup-node@5ef044f #v4.0.0
with:
node-version: 18
registry-url: https://registry.npmjs.org/
Expand All @@ -48,7 +48,7 @@ jobs:
curl -o docs/favicon.ico https://developer.tbd.website/img/favicon.ico
- name: Upload documentation artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@a8a3f3a #v3.1.3
with:
name: jsdoc
path: ./docs
Expand All @@ -72,7 +72,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@b4ffde6 #v4.1.1

- name: Setup Pages
uses: actions/configure-pages@v3
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ jobs:

steps:
- name: Checkout source
uses: actions/checkout@v4
uses: actions/checkout@b4ffde6 #v4.1.1

- name: Set up Node.js
uses: actions/setup-node@v4
uses: actions/setup-node@5ef044f #v4.0.0
with:
node-version: 18
registry-url: https://registry.npmjs.org/
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/scorecard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

steps:
- name: "Checkout code"
uses: actions/checkout@v4
uses: actions/checkout@b4ffde6 #v4.1.1
with:
persist-credentials: false

Expand All @@ -59,7 +59,7 @@ jobs:
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
# format to the repository Actions tab.
- name: "Upload artifact"
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@a8a3f3a #v3.1.3
with:
name: SARIF file
path: results.sarif
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@b4ffde6 #v4.1.1
with:
ref: ${{ github.head_ref }}

Expand All @@ -45,7 +45,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@b4ffde6 #v4.1.1
with:
ref: ${{ github.head_ref }}

Expand Down
18 changes: 9 additions & 9 deletions .github/workflows/tests-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout source
uses: actions/checkout@v4
uses: actions/checkout@b4ffde6 #v4.1.1

- name: Set up Node.js
uses: actions/setup-node@v4
uses: actions/setup-node@5ef044f #v4.0.0
with:
node-version: 18
cache: "npm"
Expand All @@ -31,10 +31,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout source
uses: actions/checkout@v4
uses: actions/checkout@b4ffde6 #v4.1.1

- name: Set up Node.js
uses: actions/setup-node@v4
uses: actions/setup-node@5ef044f #v4.0.0
with:
node-version: 18
registry-url: https://registry.npmjs.org/
Expand Down Expand Up @@ -81,10 +81,10 @@ jobs:
packages: "--workspace packages/common --workspace packages/crypto --workspace packages/credentials --workspace packages/user-agent --workspace packages/proxy-agent --workspace packages/api --workspace packages/identity-agent"
steps:
- name: Checkout source
uses: actions/checkout@v4
uses: actions/checkout@b4ffde6 #v4.1.1

- name: Set up Node.js
uses: actions/setup-node@v4
uses: actions/setup-node@5ef044f #v4.0.0
with:
node-version: 18
registry-url: https://registry.npmjs.org/
Expand All @@ -102,7 +102,7 @@ jobs:
- name: Restore Cached Playwright Browsers
id: cache-playwright-restore
uses: actions/cache/restore@v3
uses: actions/cache/restore@84995e0 #v3.3.2
with:
path: ~/Library/Caches/ms-playwright
key: ${{ runner.os }}-playwright-${{ env.PLAYWRIGHT_VERSION }}
Expand All @@ -112,7 +112,7 @@ jobs:
run: npx playwright install --with-deps

- name: Save Playwright Cache (if no cache)
uses: actions/cache/save@v3
uses: actions/cache/save@e083308 #v3.3.2
id: cache-playwright-save
if: steps.cache-playwright-restore.outputs.cache-hit != 'true'
with:
Expand Down Expand Up @@ -140,5 +140,5 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout source
uses: actions/checkout@v4
uses: actions/checkout@b4ffde6 #v4.1.1
- uses: TBD54566975/[email protected]

0 comments on commit 26b20b4

Please sign in to comment.