Skip to content

Commit 19ca723

Browse files
authored
[github-actions] update actions/checkout to 4.2.2 (#927)
1 parent 799d8bf commit 19ca723

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
pretty:
4646
runs-on: ubuntu-24.04
4747
steps:
48-
- uses: actions/checkout@v4
48+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
4949
with:
5050
submodules: true
5151
- name: Bootstrap
@@ -80,7 +80,7 @@ jobs:
8080
gcc_download_url: https://developer.arm.com/-/media/Files/downloads/gnu-rm/9-2019q4/RC2.1/gcc-arm-none-eabi-9-2019-q4-major-x86_64-linux.tar.bz2
8181
gcc_extract_dir: gcc-arm-none-eabi-9-2019-q4-major
8282
steps:
83-
- uses: actions/checkout@v4
83+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
8484
with:
8585
submodules: true
8686
- name: Bootstrap
@@ -106,7 +106,7 @@ jobs:
106106
gcc_download_url: https://developer.arm.com/-/media/Files/downloads/gnu-a/8.3-2019.03/binrel/gcc-arm-8.3-2019.03-x86_64-arm-linux-gnueabihf.tar.xz
107107
gcc_extract_dir: gcc-arm-8.3-2019.03-x86_64-arm-linux-gnueabihf
108108
steps:
109-
- uses: actions/checkout@v4
109+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
110110
with:
111111
submodules: true
112112
- name: Bootstrap

0 commit comments

Comments
 (0)