Skip to content

Commit 2381424

Browse files
fix(deps): update github-actions (#182)
Signed-off-by: Renovate Bot <[email protected]> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d35308d commit 2381424

11 files changed

+34
-34
lines changed

.github/workflows/codeql.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343

4444
steps:
4545
- name: "Harden Runner"
46-
uses: "step-security/harden-runner@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49" # v2.12.2
46+
uses: "step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911" # v2.13.0
4747
with:
4848
egress-policy: "audit"
4949

@@ -52,7 +52,7 @@ jobs:
5252

5353
# Initializes the CodeQL tools for scanning.
5454
- name: "Initialize CodeQL"
55-
uses: "github/codeql-action/init@181d5eefc20863364f96762470ba6f862bdef56b" # v3.29.2
55+
uses: "github/codeql-action/init@4e828ff8d448a8a6e532957b1811f387a63867e8" # v3.29.4
5656
with:
5757
languages: "${{ matrix.language }}"
5858
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -62,7 +62,7 @@ jobs:
6262
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
6363
# If this step fails, then you should remove it and run the build manually (see below)
6464
- name: "Autobuild"
65-
uses: "github/codeql-action/autobuild@181d5eefc20863364f96762470ba6f862bdef56b" # v3.29.2
65+
uses: "github/codeql-action/autobuild@4e828ff8d448a8a6e532957b1811f387a63867e8" # v3.29.4
6666

6767
# ℹ️ Command-line programs to run using the OS shell.
6868
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
@@ -75,6 +75,6 @@ jobs:
7575
# ./location_of_script_within_repo/buildscript.sh
7676

7777
- name: "Perform CodeQL Analysis"
78-
uses: "github/codeql-action/analyze@181d5eefc20863364f96762470ba6f862bdef56b" # v3.29.2
78+
uses: "github/codeql-action/analyze@4e828ff8d448a8a6e532957b1811f387a63867e8" # v3.29.4
7979
with:
8080
category: "/language:${{matrix.language}}"

.github/workflows/comment-issue.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
issues: "write"
1717
steps:
1818
- name: "Harden Runner"
19-
uses: "step-security/harden-runner@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49" # v2.12.2
19+
uses: "step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911" # v2.13.0
2020
with:
2121
egress-policy: "audit"
2222

.github/workflows/dependency-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
runs-on: "ubuntu-latest"
2222
steps:
2323
- name: "Harden Runner"
24-
uses: "step-security/harden-runner@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49" # v2.12.2
24+
uses: "step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911" # v2.13.0
2525
with:
2626
egress-policy: "audit"
2727

.github/workflows/lint.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
package_json_lintable: "${{ steps.changes.outputs.package_json_lintable }}"
3636
steps:
3737
- name: "Harden Runner"
38-
uses: "step-security/harden-runner@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49" # v2.12.2
38+
uses: "step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911" # v2.13.0
3939
with:
4040
egress-policy: "audit"
4141

@@ -60,7 +60,7 @@ jobs:
6060
runs-on: "ubuntu-latest"
6161
steps:
6262
- name: "Harden Runner"
63-
uses: "step-security/harden-runner@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49" # v2.12.2
63+
uses: "step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911" # v2.13.0
6464
with:
6565
egress-policy: "audit"
6666

@@ -77,7 +77,7 @@ jobs:
7777

7878
- name: "Derive appropriate SHAs for base and head for `nx affected` commands"
7979
id: "setSHAs"
80-
uses: "nrwl/nx-set-shas@dbe0650947e5f2c81f59190a38512cf49126fe6b" # v4
80+
uses: "nrwl/nx-set-shas@826660b82addbef3abff5fa871492ebad618c9e1" # v4
8181

8282
- name: "Setup resources and environment"
8383
id: "setup"
@@ -112,7 +112,7 @@ jobs:
112112
runs-on: "ubuntu-latest"
113113
steps:
114114
- name: "Harden Runner"
115-
uses: "step-security/harden-runner@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49" # v2.12.2
115+
uses: "step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911" # v2.13.0
116116
with:
117117
egress-policy: "audit"
118118

@@ -129,7 +129,7 @@ jobs:
129129

130130
- name: "Derive appropriate SHAs for base and head for `nx affected` commands"
131131
id: "setSHAs"
132-
uses: "nrwl/nx-set-shas@dbe0650947e5f2c81f59190a38512cf49126fe6b" # v4
132+
uses: "nrwl/nx-set-shas@826660b82addbef3abff5fa871492ebad618c9e1" # v4
133133

134134
- name: "Setup resources and environment"
135135
id: "setup"
@@ -164,7 +164,7 @@ jobs:
164164
runs-on: "ubuntu-latest"
165165
steps:
166166
- name: "Harden Runner"
167-
uses: "step-security/harden-runner@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49" # v2.12.2
167+
uses: "step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911" # v2.13.0
168168
with:
169169
egress-policy: "audit"
170170

@@ -181,7 +181,7 @@ jobs:
181181

182182
- name: "Derive appropriate SHAs for base and head for `nx affected` commands"
183183
id: "setSHAs"
184-
uses: "nrwl/nx-set-shas@dbe0650947e5f2c81f59190a38512cf49126fe6b" # v4
184+
uses: "nrwl/nx-set-shas@826660b82addbef3abff5fa871492ebad618c9e1" # v4
185185

186186
- name: "Setup resources and environment"
187187
id: "setup"
@@ -216,7 +216,7 @@ jobs:
216216
runs-on: "ubuntu-latest"
217217
steps:
218218
- name: "Harden Runner"
219-
uses: "step-security/harden-runner@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49" # v2.12.2
219+
uses: "step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911" # v2.13.0
220220
with:
221221
egress-policy: "audit"
222222

@@ -240,7 +240,7 @@ jobs:
240240
runs-on: "ubuntu-latest"
241241
steps:
242242
- name: "Harden Runner"
243-
uses: "step-security/harden-runner@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49" # v2.12.2
243+
uses: "step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911" # v2.13.0
244244
with:
245245
egress-policy: "audit"
246246

@@ -265,7 +265,7 @@ jobs:
265265
runs-on: "ubuntu-latest"
266266
steps:
267267
- name: "Harden Runner"
268-
uses: "step-security/harden-runner@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49" # v2.12.2
268+
uses: "step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911" # v2.13.0
269269
with:
270270
egress-policy: "audit"
271271

@@ -283,7 +283,7 @@ jobs:
283283
- name: "Use Node.js 20.x"
284284
uses: "actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020" # v4.4.0
285285
with:
286-
node-version: "20.19.3"
286+
node-version: "20.19.4"
287287
cache: "pnpm"
288288

289289
- name: "Verify the integrity of provenance attestations and registry signatures for installed dependencies"
@@ -315,7 +315,7 @@ jobs:
315315
# If any jobs we depend on fail, we will fail since this is a required check
316316
# NOTE: A timeout is considered a failure
317317
- name: "Harden Runner"
318-
uses: "step-security/harden-runner@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49" # v2.12.2
318+
uses: "step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911" # v2.13.0
319319
with:
320320
egress-policy: "audit"
321321

.github/workflows/lock-file-maintenance.yml

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

2222
steps:
2323
- name: "Harden Runner"
24-
uses: "step-security/harden-runner@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49" # v2.12.2
24+
uses: "step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911" # v2.13.0
2525
with:
2626
egress-policy: "audit"
2727

.github/workflows/preview-release.yaml

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

2727
steps:
2828
- name: "Harden Runner"
29-
uses: "step-security/harden-runner@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49" # v2.12.2
29+
uses: "step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911" # v2.13.0
3030
with:
3131
egress-policy: "audit"
3232

@@ -43,7 +43,7 @@ jobs:
4343

4444
- name: "Derive appropriate SHAs for base and head for `nx affected` commands"
4545
id: "setSHAs"
46-
uses: "nrwl/nx-set-shas@dbe0650947e5f2c81f59190a38512cf49126fe6b" # v4
46+
uses: "nrwl/nx-set-shas@826660b82addbef3abff5fa871492ebad618c9e1" # v4
4747

4848
- name: "Setup resources and environment"
4949
id: "setup"

.github/workflows/require-allow-edits.yml

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

1717
steps:
1818
- name: "Harden Runner"
19-
uses: "step-security/harden-runner@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49" # v2.12.2
19+
uses: "step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911" # v2.13.0
2020
with:
2121
egress-policy: "audit"
2222

.github/workflows/scorecards.yml

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

3434
steps:
3535
- name: "Harden Runner"
36-
uses: "step-security/harden-runner@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49" # v2.12.2
36+
uses: "step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911" # v2.13.0
3737
with:
3838
egress-policy: "audit"
3939

@@ -73,6 +73,6 @@ jobs:
7373

7474
# Upload the results to GitHub's code scanning dashboard.
7575
- name: "Upload to code-scanning"
76-
uses: "github/codeql-action/upload-sarif@181d5eefc20863364f96762470ba6f862bdef56b" # v3.29.2
76+
uses: "github/codeql-action/upload-sarif@4e828ff8d448a8a6e532957b1811f387a63867e8" # v3.29.4
7777
with:
7878
sarif_file: "results.sarif"

.github/workflows/semantic-pull-request.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
name: "Semantic Pull Request"
2424
steps:
2525
- name: "Harden Runner"
26-
uses: "step-security/harden-runner@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49" # v2.12.2
26+
uses: "step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911" # v2.13.0
2727
with:
2828
egress-policy: "audit"
2929

@@ -46,7 +46,7 @@ jobs:
4646
revert
4747
test
4848
49-
- uses: "marocchino/sticky-pull-request-comment@d2ad0de260ae8b0235ce059e63f2949ba9e05943" # v2.9.3
49+
- uses: "marocchino/sticky-pull-request-comment@773744901bac0e8cbb5a0dc842800d45e9b2b405" # v2.9.4
5050
# When the previous steps fail, the workflow would stop. By adding this
5151
# condition you can continue the execution with the populated error message.
5252
if: "always() && (steps.lint_pr_title.outputs.error_message != null)"
@@ -65,7 +65,7 @@ jobs:
6565
6666
# Delete a previous comment when the issue has been resolved
6767
- if: "${{ steps.lint_pr_title.outputs.error_message == null }}"
68-
uses: "marocchino/sticky-pull-request-comment@d2ad0de260ae8b0235ce059e63f2949ba9e05943" # v2.9.3
68+
uses: "marocchino/sticky-pull-request-comment@773744901bac0e8cbb5a0dc842800d45e9b2b405" # v2.9.4
6969
with:
7070
header: "pr-title-lint-error"
7171
message: |

.github/workflows/semantic-release.yml

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

2929
steps:
3030
- name: "Harden Runner"
31-
uses: "step-security/harden-runner@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49" # v2.12.2
31+
uses: "step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911" # v2.13.0
3232
with:
3333
egress-policy: "audit"
3434

0 commit comments

Comments
 (0)