Skip to content

Commit 3e5a876

Browse files
[deps] workflows: Update minor (#319)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent abd4b8f commit 3e5a876

10 files changed

+21
-21
lines changed

.github/workflows/_version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
version: ${{ steps.calculate.outputs.version }}
2222
steps:
2323
- name: Checkout Repo
24-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
24+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
2525
with:
2626
fetch-depth: 0
2727

.github/workflows/lint-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-22.04
1616
steps:
1717
- name: Checkout
18-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
18+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
1919

2020
- name: Set up Python
2121
uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0

.github/workflows/scan.yml

Lines changed: 3 additions & 3 deletions
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

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

@@ -58,7 +58,7 @@ jobs:
5858

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

.github/workflows/test-download-artifacts.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-22.04
1717
steps:
1818
- name: Checkout
19-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
19+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
2020

2121
- name: Download
2222
uses: ./download-artifacts
@@ -37,7 +37,7 @@ jobs:
3737
if: github.ref == 'refs/heads/main'
3838
steps:
3939
- name: Checkout
40-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
40+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
4141

4242
- name: Download
4343
uses: ./download-artifacts
@@ -57,7 +57,7 @@ jobs:
5757
runs-on: ubuntu-22.04
5858
steps:
5959
- name: Checkout
60-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
60+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
6161

6262
- name: Extract branch name
6363
id: extract_branch
@@ -84,7 +84,7 @@ jobs:
8484
if: github.ref != 'refs/heads/main'
8585
steps:
8686
- name: Checkout
87-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
87+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
8888

8989
- name: Download
9090
uses: ./download-artifacts
@@ -105,7 +105,7 @@ jobs:
105105
runs-on: ubuntu-22.04
106106
steps:
107107
- name: Checkout
108-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
108+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
109109

110110
- name: Download
111111
uses: ./download-artifacts
@@ -125,7 +125,7 @@ jobs:
125125
runs-on: ubuntu-22.04
126126
steps:
127127
- name: Checkout
128-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
128+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
129129

130130
- name: Download
131131
uses: ./download-artifacts
@@ -146,7 +146,7 @@ jobs:
146146
runs-on: ubuntu-22.04
147147
steps:
148148
- name: Checkout
149-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
149+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
150150

151151
- name: Download
152152
uses: ./download-artifacts
@@ -166,7 +166,7 @@ jobs:
166166
runs-on: ubuntu-22.04
167167
steps:
168168
- name: Checkout
169-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
169+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
170170

171171
- name: Download
172172
uses: ./download-artifacts
@@ -186,7 +186,7 @@ jobs:
186186
runs-on: ubuntu-22.04
187187
steps:
188188
- name: Checkout
189-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
189+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
190190

191191
- name: Download
192192
id: download

.github/workflows/test-lint-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Checkout Branch
18-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
18+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
1919

2020
- name: Get workflow list
2121
id: workflow-list

.github/workflows/test-release-version-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
xamarin-calver-success-status: ${{ steps.set-status.outputs.xamarin-calver-success }}
6262
xamarin-calver-fail-status: ${{ steps.set-status.outputs.xamarin-calver-fail }}
6363
steps:
64-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
64+
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
6565

6666
- name: Version Check - ${{ matrix.name }}
6767
id: run-version-check

.github/workflows/test-report-deployment-status-to-slack.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
name: Test Slack report
1212
runs-on: ubuntu-22.04
1313
steps:
14-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
14+
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
1515

1616
- name: Start
1717
uses: ./report-deployment-status-to-slack
@@ -65,7 +65,7 @@ jobs:
6565
name: Test Slack report with different DB migration scenerios
6666
runs-on: ubuntu-22.04
6767
steps:
68-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
68+
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
6969

7070
- name: With DB migration true on main
7171
uses: ./report-deployment-status-to-slack

.github/workflows/test-report-upcoming-release-version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
name: Test report upcoming release version to Slack
1212
runs-on: ubuntu-22.04
1313
steps:
14-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
14+
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
1515

1616
- name: Report upcoming release version to Slack
1717
uses: ./report-upcoming-release-version

.github/workflows/test-version-bump.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
test-version-bumps:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
16+
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
1717

1818
- name: Bump JSON Test
1919
id: test_json

.github/workflows/workflow-linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
echo "repo=$REPO" >> $GITHUB_OUTPUT
2323
2424
- name: Check out branch
25-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
25+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
2626
with:
2727
repository: ${{ steps.repo.outputs.repo }}
2828
fetch-depth: 0

0 commit comments

Comments
 (0)