Skip to content

Commit 0e0ef97

Browse files
committed
Update actions/checkout digest to b4ffde6
1 parent 5e7c7d5 commit 0e0ef97

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/example.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
hello:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
12+
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
1313
- uses: ./
1414
id: check
1515
with:
@@ -20,7 +20,7 @@ jobs:
2020
eyes:
2121
runs-on: ubuntu-latest
2222
steps:
23-
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
23+
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
2424
- uses: ./
2525
id: check
2626
with:
@@ -34,7 +34,7 @@ jobs:
3434
rocket:
3535
runs-on: ubuntu-latest
3636
steps:
37-
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
37+
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
3838
- uses: ./
3939
id: check
4040
with:

.github/workflows/pull_request.generated.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
build:
1818
runs-on: ubuntu-22.04
1919
steps:
20-
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
20+
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
2121
- name: Set Node.js 16.x
2222
uses: actions/setup-node@v3
2323
with:
@@ -41,7 +41,7 @@ jobs:
4141
name: "Build and release action"
4242
needs: [build]
4343
steps:
44-
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
44+
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
4545
with:
4646
fetch-depth: 0
4747
persist-credentials: true

.github/workflows/release.generated.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
build:
1818
runs-on: ubuntu-22.04
1919
steps:
20-
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
20+
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
2121
- name: Set Node.js 16.x
2222
uses: actions/setup-node@v3
2323
with:
@@ -41,7 +41,7 @@ jobs:
4141
name: "Build and release action"
4242
needs: [build]
4343
steps:
44-
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
44+
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
4545
with:
4646
fetch-depth: 0
4747
persist-credentials: true

0 commit comments

Comments
 (0)