Skip to content

Commit 3df8ba4

Browse files
fix(deps): update all dependencies j:kit-282
1 parent 7135cf5 commit 3df8ba4

File tree

43 files changed

+223
-223
lines changed

Some content is hidden

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

43 files changed

+223
-223
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ runs:
2828
- name: Install npm
2929
run: npm i -g [email protected]
3030
shell: bash
31-
- uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
31+
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
3232
with:
3333
path: ~/.cache/Cypress
3434
key: ${{ runner.os }}-${{ inputs.cache-prefix }}-cy-${{ github.sha }}

.github/workflows/cd.yml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
environment: 'Manual Release'
2424
steps:
2525
- name: Harden the runner (Audit all outbound calls)
26-
uses: step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
26+
uses: step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
2727
with:
2828
egress-policy: audit
2929

@@ -39,11 +39,11 @@ jobs:
3939
id-token: write
4040
steps:
4141
- name: Harden Runner
42-
uses: step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
42+
uses: step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
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
@@ -52,7 +52,7 @@ jobs:
5252
save-cache: true
5353
- name: Generate a token
5454
id: generate-token
55-
uses: actions/create-github-app-token@df432ceedc7162793a195dd1713ff69aefc7379e # v2
55+
uses: actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v2
5656
with:
5757
app-id: ${{ secrets.RELEASER_APP_ID }}
5858
private-key: ${{ secrets.RELEASER_PRIVATE_KEY }}
@@ -80,11 +80,11 @@ jobs:
8080

8181
steps:
8282
- name: Harden Runner
83-
uses: step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
83+
uses: step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
8484
with:
8585
egress-policy: audit
8686

87-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
87+
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
8888
with:
8989
ref: 'release/v3'
9090
- uses: ./.github/actions/setup
@@ -101,11 +101,11 @@ jobs:
101101
discussions: write
102102
steps:
103103
- name: Harden Runner
104-
uses: step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
104+
uses: step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
105105
with:
106106
egress-policy: audit
107107

108-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
108+
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
109109
with:
110110
ref: 'release/v3'
111111
- uses: ./.github/actions/setup
@@ -128,12 +128,12 @@ jobs:
128128
runs-on: ubuntu-latest
129129
steps:
130130
- name: Harden Runner
131-
uses: step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
131+
uses: step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
132132
with:
133133
egress-policy: audit
134134

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

@@ -169,12 +169,12 @@ jobs:
169169
runs-on: ubuntu-latest
170170
steps:
171171
- name: Harden Runner
172-
uses: step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
172+
uses: step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
173173
with:
174174
egress-policy: audit
175175

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

@@ -211,11 +211,11 @@ jobs:
211211
environment: 'Docs Production'
212212
steps:
213213
- name: Harden Runner
214-
uses: step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
214+
uses: step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
215215
with:
216216
egress-policy: audit
217217

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

0 commit comments

Comments
 (0)