Skip to content

Commit bd1a747

Browse files
chore: bump actions/checkout from 4.1.1 to 4.1.2 (#238)
1 parent 406fd2c commit bd1a747

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

.github/workflows/code-health.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
contents: write
1414
steps:
1515
- name: Checkout Repository
16-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
16+
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
1717
with:
1818
ref: ${{ github.event.pull_request.head.ref }}
1919
repository: ${{ github.event.pull_request.head.repo.full_name }}
@@ -29,7 +29,7 @@ jobs:
2929
runs-on: ubuntu-latest
3030
steps:
3131
- name: Checkout Repository
32-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
32+
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
3333
- name: actionlint
3434
run: |
3535
bash <(curl https://raw.githubusercontent.com/rhysd/actionlint/main/scripts/download-actionlint.bash)
@@ -47,7 +47,7 @@ jobs:
4747
name: shellcheck
4848
runs-on: ubuntu-latest
4949
steps:
50-
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
50+
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
5151
- name: Run ShellCheck
5252
uses: bewuethr/shellcheck-action@a7092784dbc0f7b2139dd8396ab357fe4678e958
5353
call-package-workflow:

.github/workflows/dependency-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout Repository
13-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
13+
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
1414
- name: Dependency Review
1515
uses: actions/dependency-review-action@9129d7d40b8c12c1ed0f60400d00c92d437adcce

.github/workflows/package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
CI: "true"
1414
steps:
1515
- name: Checkout
16-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
16+
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
1717
with:
1818
ref: ${{ github.event.pull_request.head.ref }}
1919
repository: ${{ github.event.pull_request.head.repo.full_name }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
CI: "true"
1111
steps:
1212
- name: Checkout
13-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
13+
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
1414
with:
1515
fetch-depth: 0
1616
- name: Set git config safe.directory

.github/workflows/upgrade-main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
patch_created: ${{ steps.create_patch.outputs.patch_created }}
1616
steps:
1717
- name: Checkout
18-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
18+
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
1919
with:
2020
ref: main
2121
- name: Setup Node.js
@@ -44,7 +44,7 @@ jobs:
4444
if: ${{ needs.upgrade.outputs.patch_created }}
4545
steps:
4646
- name: Checkout
47-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
47+
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
4848
with:
4949
ref: main
5050
- name: Download patch

0 commit comments

Comments
 (0)