Skip to content

Commit bfdb88e

Browse files
authored
Merge branch 'main' into dependabot/github_actions/docker/metadata-action-6.0.0
2 parents 10298ac + 0d74dca commit bfdb88e

15 files changed

Lines changed: 1532 additions & 1499 deletions

.github/workflows/docker_build_deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838

3939
- name: Login to Artifact Registry
4040
id: gar-login
41-
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0
41+
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0
4242
with:
4343
registry: ${{ env.GAR_REGISTRY }}
4444
username: oauth2accesstoken
@@ -70,7 +70,7 @@ jobs:
7070
id: build-and-push
7171
env:
7272
TAGS: ${{ steps.meta.outputs.tags }}
73-
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0.0
73+
uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1.0
7474
with:
7575
context: .
7676
# Push is true to push to GAR after build

.github/workflows/docker_build_deploy_dev.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838

3939
- name: Login to Artifact Registry
4040
id: gar-login
41-
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0
41+
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0
4242
with:
4343
registry: ${{ env.GAR_REGISTRY }}
4444
username: oauth2accesstoken
@@ -70,7 +70,7 @@ jobs:
7070
id: build-and-push
7171
env:
7272
TAGS: ${{ steps.meta.outputs.tags }}
73-
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0.0
73+
uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1.0
7474
with:
7575
context: .
7676
# Push is true to push to GAR after build

.github/workflows/functional_tests_cron.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
5050
- name: Cache Playwright Browsers for Playwright's Version
5151
id: cache-playwright-browsers
52-
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5
52+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5
5353
with:
5454
path: ~/.cache/ms-playwright
5555
key: playwright-browsers-${{ env.PLAYWRIGHT_VERSION }}
@@ -67,13 +67,13 @@ jobs:
6767
E2E_TEST_SECRET: ${{ secrets.E2E_TEST_SECRET }}
6868
E2E_TEST_ACCOUNT_BASE_EMAIL: ${{ secrets.E2E_TEST_ACCOUNT_BASE_EMAIL }}
6969
E2E_TEST_ACCOUNT_BASE_PASSWORD: ${{ secrets.E2E_TEST_ACCOUNT_BASE_PASSWORD }}
70-
- uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
70+
- uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
7171
if: always()
7272
with:
7373
name: playwright-report-${{ github.event_name == 'workflow_dispatch' && inputs.test_env || matrix.test_env }}
7474
path: playwright-report/
7575
retention-days: 30
76-
- uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
76+
- uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
7777
if: always()
7878
with:
7979
name: test-results-${{ github.event_name == 'workflow_dispatch' && inputs.test_env || matrix.test_env }}
@@ -82,7 +82,7 @@ jobs:
8282

8383
- name: Send GitHub Action trigger data to Slack workflow
8484
id: slack
85-
uses: slackapi/slack-github-action@91efab103c0de0a537f72a35f6b8cda0ee76bf0a # v2.1.1
85+
uses: slackapi/slack-github-action@af78098f536edbc4de71162a307590698245be95 # v3.0.1
8686
if: failure() && github.ref == 'refs/heads/main'
8787
with:
8888
webhook: ${{ secrets.SLACK_GHA_FAILURES_WEBHOOK }}

.github/workflows/functional_tests_pr.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
echo "PLAYWRIGHT_VERSION=$PLAYWRIGHT_VERSION" >> $GITHUB_ENV
5555
- name: Cache Playwright Browsers for Playwright's Version
5656
id: cache-playwright-browsers
57-
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5
57+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5
5858
with:
5959
path: ~/.cache/ms-playwright
6060
key: playwright-browsers-${{ env.PLAYWRIGHT_VERSION }}
@@ -85,13 +85,13 @@ jobs:
8585
SENTRY_DSN: "Unused for the test run, but required to be present when loading env vars"
8686
EMAIL_FROM: "Unused for the test run, but required to be present when loading env vars"
8787
S3_BUCKET: "Unused for the test run, but required to be present when loading env vars"
88-
- uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
88+
- uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
8989
if: always()
9090
with:
9191
name: playwright-report
9292
path: playwright-report/
9393
retention-days: 30
94-
- uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
94+
- uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
9595
if: always()
9696
with:
9797
name: test-results

.github/workflows/production_deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050

5151
- name: Login to Artifact Registry
5252
id: gar-login
53-
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0
53+
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0
5454
with:
5555
registry: ${{ env.GAR_REGISTRY }}
5656
username: oauth2accesstoken

.github/workflows/release_retag.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434

3535
- name: Login to Artifact Registry
3636
id: gar-login
37-
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0
37+
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0
3838
with:
3939
registry: us-docker.pkg.dev
4040
username: oauth2accesstoken

.github/workflows/test_integrations.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
# Not giving dependabot secrets access, so continue if login fails
2121
# and accept rate limit possibility
2222
continue-on-error: true
23-
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0
23+
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0
2424
with:
2525
username: ${{ secrets.DOCKER_USERNAME }}
2626
password: ${{ secrets.DOCKER_PASSWORD }}

.github/workflows/unittests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
# (and set an arbitrary coverage threshold for that "true" coverage):
3434
- run: npm test -- --coverage.thresholds.lines=80 --coverage.thresholds.functions=80 --coverage.thresholds.branches=80 --coverage.thresholds.statements=80
3535
if: github.event_name == 'schedule'
36-
- uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
36+
- uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
3737
if: always()
3838
with:
3939
name: coverage-report

netlify.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@
1818
# Default build command.
1919
command = "npm ci; npm run build-storybook"
2020

21-
environment = { NODE_VERSION = "20.20.0", NPM_VERSION = "10.1.0" }
21+
environment = { NODE_VERSION = "20.20.2", NPM_VERSION = "10.1.0" }

0 commit comments

Comments
 (0)