Skip to content

Commit ab99fea

Browse files
committed
chore(renovate): pin Update actions/checkout digest to 2541b12
1 parent 51c22a4 commit ab99fea

7 files changed

+12
-12
lines changed

.github/workflows/bump-version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
build:
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # tag=v3
17+
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3
1818
- uses: actions/setup-node@969bd2663942d722d85b6a8626225850c2f7be4b # tag=v3
1919
with:
2020
node-version: 16

.github/workflows/codeql-analysis.yml

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

3939
steps:
4040
- name: Checkout repository
41-
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # tag=v3
41+
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3
4242

4343
# Initializes the CodeQL tools for scanning.
4444
- name: Initialize CodeQL

.github/workflows/test_failure_organisation_not_installed.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
action_step_conclusion: ${{ steps.use_action.conclusion }}
2020
steps:
2121
- name: Checkout
22-
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # tag=v3
22+
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3
2323
- name: Use action
2424
id: use_action
2525
uses: ./

.github/workflows/test_failure_repository_not_installed.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
action_step_conclusion: ${{ steps.use_action.conclusion }}
2020
steps:
2121
- name: Checkout
22-
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # tag=v3
22+
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3
2323
- name: Use action
2424
id: use_action
2525
uses: ./

.github/workflows/test_organisation_installed.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@ jobs:
2424
steps:
2525
- name: Checkout specified branch
2626
if: github.event_name == 'workflow_dispatch'
27-
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # tag=v3
27+
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3
2828
with:
2929
ref: ${{ github.event.inputs.branch }}
3030

3131
- name: Checkout
3232
if: github.event_name != 'workflow_dispatch'
33-
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # tag=v3
33+
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3
3434

3535
- name: Use action
3636
id: use_action
@@ -49,7 +49,7 @@ jobs:
4949
console.log(JSON.stringify(repo, null, 2));
5050
5151
- name: Use token to checkout repository
52-
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # tag=v3
52+
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3
5353
with:
5454
token: ${{ steps.use_action.outputs.token }}
5555
repository: CattleDip/demo-gha-install-token

.github/workflows/test_repository_installed.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@ jobs:
2424
steps:
2525
- name: Checkout specified branch
2626
if: github.event_name == 'workflow_dispatch'
27-
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # tag=v3
27+
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3
2828
with:
2929
ref: ${{ github.event.inputs.branch }}
3030

3131
- name: Checkout
3232
if: github.event_name != 'workflow_dispatch'
33-
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # tag=v3
33+
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3
3434

3535
- name: Use action
3636
id: use_action
@@ -48,7 +48,7 @@ jobs:
4848
console.log(JSON.stringify(repo, null, 2));
4949
5050
- name: Use token to checkout repository
51-
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # tag=v3
51+
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3
5252
with:
5353
token: ${{ steps.use_action.outputs.token }}
5454
repository: sammcj/demo-gha-install-token

.github/workflows/test_repository_installed_limited.yml

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

2020
steps:
2121
- name: Checkout
22-
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # tag=v3
22+
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3
2323

2424
- name: Use action
2525
id: use_action
@@ -38,7 +38,7 @@ jobs:
3838
console.log(JSON.stringify(repo, null, 2));
3939
4040
- name: Use token to checkout repository
41-
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # tag=v3
41+
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3
4242
with:
4343
token: ${{ steps.use_action.outputs.token }}
4444
repository: sammcj/demo-gha-install-token

0 commit comments

Comments
 (0)