Skip to content

Commit a979a31

Browse files
authored
Merge pull request #22 from brave-experiments/renovate/pin-dependencies
Pin dependencies
2 parents b5b2b51 + bd22497 commit a979a31

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ jobs:
2121
environment: ${{ matrix.environment }}
2222
steps:
2323
- name: Checkout
24-
uses: actions/checkout@v3
24+
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
2525

2626
- name: Configure aws credentials
27-
uses: aws-actions/configure-aws-credentials@v2
27+
uses: aws-actions/configure-aws-credentials@5fd3084fc36e372ff1fff382a39b10d03659f355 # v2
2828
with:
2929
role-to-assume: ${{ secrets.AWS_ROLE }}
3030
role-session-name: github-actions-dev_pages-brave-com-${{ github.triggering_actor }}-${{ github.run_id }}

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@
2121
},
2222
"homepage": "https://github.com/brave-experiments/qa-test-pages#readme",
2323
"devDependencies": {
24-
"@linthtml/linthtml": "^0.4.2",
24+
"@linthtml/linthtml": "0.4.2",
2525
"commander": "11.1.0",
26-
"http-server": "^14.1.1",
27-
"standard": "^16.0.3"
26+
"http-server": "14.1.1",
27+
"standard": "16.0.4"
2828
},
2929
"standard": {
3030
"ignore": [

0 commit comments

Comments
 (0)