Skip to content

Commit d1988fc

Browse files
📦 Update actions/checkout digest to 0ad4b8f (#1216)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4f2a181 commit d1988fc

9 files changed

+15
-15
lines changed

‎.github/workflows/auto-approve.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
runs-on: ubuntu-latest
2626

2727
steps:
28-
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
28+
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
2929
- name: Create issue on error
3030
uses: JasonEtco/create-an-issue@v2
3131
with:

‎.github/workflows/cherry-pick.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: Checkout ampproject/amphtml
36-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
36+
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
3737
with:
3838
repository: ampproject/amphtml
3939
fetch-depth: 0
@@ -84,7 +84,7 @@ jobs:
8484
runs-on: ubuntu-latest
8585

8686
steps:
87-
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
87+
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
8888
- name: Create issue on error
8989
uses: JasonEtco/create-an-issue@v2
9090
with:

‎.github/workflows/ci.yml

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

1818
steps:
19-
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
19+
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
2020
with:
2121
fetch-depth: 0
2222

‎.github/workflows/post-promote-tasks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
calendar: ${{ steps.get-tasks.outputs.calendar }}
2323
tagger: ${{ steps.get-tasks.outputs.tagger }}
2424
steps:
25-
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
25+
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
2626
with:
2727
fetch-depth: 0
2828

@@ -98,7 +98,7 @@ jobs:
9898
issues: write
9999
runs-on: ubuntu-latest
100100
steps:
101-
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
101+
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
102102
- name: Create issue on error
103103
uses: JasonEtco/create-an-issue@v2
104104
with:

‎.github/workflows/promote-beta-experimental-opt-in.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
outputs:
3737
fixes: ${{ steps.get-fixes.outputs.fixes }}
3838
steps:
39-
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
39+
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
4040

4141
- uses: actions/setup-node@v4
4242
with:
@@ -68,7 +68,7 @@ jobs:
6868
runs-on: ubuntu-latest
6969

7070
steps:
71-
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
71+
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
7272
- name: Create issue on error
7373
uses: JasonEtco/create-an-issue@v2
7474
with:

‎.github/workflows/promote-reusable-workflow.yml

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

4545
steps:
4646
- name: Checkout Repo
47-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
47+
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
4848

4949
- name: Set Up Node
5050
uses: actions/setup-node@v4
@@ -79,7 +79,7 @@ jobs:
7979
runs-on: ubuntu-latest
8080

8181
steps:
82-
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
82+
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
8383
- name: Create issue on error
8484
uses: JasonEtco/create-an-issue@v2
8585
with:

‎.github/workflows/qa-approval.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
if: startsWith(github.event.pull_request.head.ref, 'promote-job-stable') || startsWith(github.event.pull_request.head.ref, 'promote-job-beta-experimental-traffic')
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
12+
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
1313

1414
- uses: actions/setup-node@v4
1515
with:

‎.github/workflows/sync-client-side-experiments-to-cdn.yml

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

1919
steps:
2020
- name: Checkout Repo
21-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
21+
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
2222
with:
2323
fetch-depth: 1
2424

@@ -40,7 +40,7 @@ jobs:
4040
runs-on: ubuntu-latest
4141

4242
steps:
43-
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
43+
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
4444
- name: Create issue on error
4545
uses: JasonEtco/create-an-issue@v2
4646
with:

‎.github/workflows/sync-versions-to-cdn.yml

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

1919
steps:
2020
- name: Checkout Repo
21-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
21+
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
2222
with:
2323
fetch-depth: 1
2424

@@ -52,7 +52,7 @@ jobs:
5252
runs-on: ubuntu-latest
5353

5454
steps:
55-
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
55+
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
5656
- name: Create issue on error
5757
uses: JasonEtco/create-an-issue@v2
5858
with:

0 commit comments

Comments
 (0)