Skip to content

Commit f3c3513

Browse files
[deps]: Update gh minor (#442)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ec0cc02 commit f3c3513

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
steps:
1515
- name: Check out repo
16-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
16+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
1717

1818
- name: Set up Node
1919
uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4

.github/workflows/lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
steps:
1515
- name: Check out repo
16-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
16+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
1717

1818
- name: Set up Node
1919
uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4

.github/workflows/scan.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
steps:
2626
- name: Check out repo
27-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
27+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
2828
with:
2929
ref: ${{ github.event.pull_request.head.sha }}
3030

@@ -45,7 +45,7 @@ jobs:
4545
--output-path . ${{ env.INCREMENTAL }}
4646
4747
- name: Upload Checkmarx results to GitHub
48-
uses: github/codeql-action/upload-sarif@294a9d92911152fe08befb9ec03e240add280cb3 # v3.26.8
48+
uses: github/codeql-action/upload-sarif@461ef6c76dfe95d5c364de2f431ddbd31a417628 # v3.26.9
4949
with:
5050
sarif_file: cx_result.sarif
5151

@@ -59,7 +59,7 @@ jobs:
5959

6060
steps:
6161
- name: Check out repo
62-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
62+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
6363
with:
6464
fetch-depth: 0
6565
ref: ${{ github.event.pull_request.head.sha }}

0 commit comments

Comments
 (0)