Skip to content

Commit 9209997

Browse files
fix(deps): update all dependencies j:kit-282
1 parent bd83d59 commit 9209997

File tree

45 files changed

+157
-157
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+157
-157
lines changed

.github/actions/cdn-checks/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: "Runs CDN checks"
33
runs:
44
using: composite
55
steps:
6-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
6+
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
77
- uses: ./.github/actions/setup
88
with:
99
cache-prefix: "cdn"

.github/actions/e2e-quantic-playwright/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ inputs:
1010
runs:
1111
using: composite
1212
steps:
13-
- uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
13+
- uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4
1414
with:
1515
path: packages/quantic/.env
1616
key: quantic-playwright-env-${{ github.sha }}

.github/actions/e2e-quantic-setup/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ runs:
2323
SFDX_AUTH_JWT_KEY_FILE: server.key
2424
SFDX_AUTH_JWT_USERNAME: [email protected]
2525
SFDX_AUTH_JWT_INSTANCE_URL: https://login.salesforce.com
26-
- uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
26+
- uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4
2727
with:
2828
path: packages/quantic/.env
2929
key: quantic-playwright-env-${{ github.sha }}

.github/actions/post-scratch-org-links-on-pr/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Publish Scratch Org Links as comments in a given PR
44
runs:
55
using: composite
66
steps:
7-
- uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
7+
- uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4
88
with:
99
path: packages/quantic/.env
1010
key: quantic-playwright-env-${{ github.sha }}
@@ -19,7 +19,7 @@ runs:
1919
echo "lws_disabled_url=$LWS_DISABLED_URL" >> $GITHUB_OUTPUT
2020
2121
- name: Post or update PR comment with Scratch Org links
22-
uses: actions/github-script@v6
22+
uses: actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410 # v6
2323
with:
2424
script: |
2525
const lwsEnabledUrl = '${{ steps.read-env.outputs.lws_enabled_url }}';

.github/actions/publish-pr-review-site/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ inputs:
1111
runs:
1212
using: composite
1313
steps:
14-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
14+
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
1515
with:
1616
repository: coveo/ui-kit-prs
1717
path: prs

.github/actions/setup/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@ runs:
2424
- name: Install npm
2525
run: npm i -g [email protected]
2626
shell: bash
27-
- uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
27+
- uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4
2828
with:
2929
path: ~/.cache/Cypress
3030
key: ${{ runner.os }}-${{ inputs.cache-prefix }}-cy-${{ github.sha }}
3131
restore-keys: |
3232
${{ runner.os }}-${{ inputs.cache-prefix }}-cy-
33-
- uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
33+
- uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4
3434
with:
3535
path: .turbo
3636
key: ${{ runner.os }}-${{ inputs.cache-prefix }}-turbo-${{ github.sha }}

.github/workflows/cd.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,13 @@ jobs:
4343
with:
4444
egress-policy: audit
4545

46-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
46+
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
4747
with:
4848
fetch-depth: 0
4949
- uses: ./.github/actions/setup
5050
- name: Generate a token
5151
id: generate-token
52-
uses: actions/create-github-app-token@df432ceedc7162793a195dd1713ff69aefc7379e # v2
52+
uses: actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v2
5353
with:
5454
app-id: ${{ secrets.RELEASER_APP_ID }}
5555
private-key: ${{ secrets.RELEASER_PRIVATE_KEY }}
@@ -83,7 +83,7 @@ jobs:
8383
with:
8484
egress-policy: audit
8585

86-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
86+
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
8787
with:
8888
ref: 'release/v3'
8989
- uses: ./.github/actions/setup
@@ -104,7 +104,7 @@ jobs:
104104
with:
105105
egress-policy: audit
106106

107-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
107+
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
108108
with:
109109
ref: 'release/v3'
110110
- uses: ./.github/actions/setup
@@ -132,7 +132,7 @@ jobs:
132132
egress-policy: audit
133133

134134
- name: Checkout code
135-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
135+
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
136136
with:
137137
ref: 'release/v3'
138138

@@ -173,7 +173,7 @@ jobs:
173173
egress-policy: audit
174174

175175
- name: Checkout code
176-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
176+
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
177177
with:
178178
ref: 'release/v3'
179179

@@ -214,7 +214,7 @@ jobs:
214214
with:
215215
egress-policy: audit
216216

217-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
217+
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
218218
with:
219219
ref: 'release/v3'
220220
- uses: ./.github/actions/setup

0 commit comments

Comments
 (0)