Skip to content

Commit 86c4f11

Browse files
authored
Pin action versions (#78)
1 parent daaa8ce commit 86c4f11

4 files changed

Lines changed: 15 additions & 15 deletions

File tree

.github/workflows/CubeMX-CI.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@ jobs:
2020

2121
steps:
2222
- name: Checkout repo
23-
uses: actions/checkout@v7
23+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 #v7.0.1
2424

2525
- name: Install tools
26-
uses: ARM-software/cmsis-actions/vcpkg@v1
26+
uses: ARM-software/cmsis-actions/vcpkg@8a50b77681a484568e08f31fb7c2285c4735f682 #v1.3
2727
with:
2828
config: ".ci/vcpkg-configuration.json"
2929

3030
- name: Activate Arm tool license
31-
uses: ARM-software/cmsis-actions/armlm@v1
31+
uses: ARM-software/cmsis-actions/armlm@8a50b77681a484568e08f31fb7c2285c4735f682 #v1.3
3232

3333
- name: Build project with AC6
3434
working-directory: ./CubeMX/

.github/workflows/DualCore-CI.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,22 +20,22 @@ jobs:
2020

2121
steps:
2222
- name: Checkout repo
23-
uses: actions/checkout@v7
23+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 #v7.0.1
2424

2525
- name: Install tools
26-
uses: ARM-software/cmsis-actions/vcpkg@v1
26+
uses: ARM-software/cmsis-actions/vcpkg@8a50b77681a484568e08f31fb7c2285c4735f682 #v1.3
2727
with:
2828
config: ".ci/vcpkg-configuration.json"
2929

3030
- name: Activate Arm tool license
31-
uses: ARM-software/cmsis-actions/armlm@v1
31+
uses: ARM-software/cmsis-actions/armlm@8a50b77681a484568e08f31fb7c2285c4735f682 #v1.3
3232

3333
- name: Build HelloWorld with AC6 and all contexts
3434
working-directory: ./DualCore/
3535
run: cbuild HelloWorld.csolution.yml --packs --toolchain AC6
3636

3737
- name: Upload HelloWorld AC6 build Artifacts
38-
uses: actions/upload-artifact@v7
38+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a #v7.0.1
3939
with:
4040
name: HelloWorld_AC6
4141
path: |

.github/workflows/Hello-CI.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,18 +31,18 @@ jobs:
3131

3232
steps:
3333
- name: Checkout repo
34-
uses: actions/checkout@v7
34+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 #v7.0.1
3535

3636
- name: Install tools
37-
uses: ARM-software/cmsis-actions/vcpkg@v1
37+
uses: ARM-software/cmsis-actions/vcpkg@8a50b77681a484568e08f31fb7c2285c4735f682 #v1.3
3838
with:
3939
config: ".ci/vcpkg-configuration.json"
4040

4141
- name: Activate Arm tool license
42-
uses: ARM-software/cmsis-actions/armlm@v1
42+
uses: ARM-software/cmsis-actions/armlm@8a50b77681a484568e08f31fb7c2285c4735f682 #v1.3
4343

4444
- name: Set up Python
45-
uses: actions/setup-python@v7
45+
uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 #v7.0.0
4646
with:
4747
python-version: '3.14'
4848

.github/workflows/SimpleTZ-CI.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,18 +31,18 @@ jobs:
3131

3232
steps:
3333
- name: Checkout repo
34-
uses: actions/checkout@v7
34+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 #v7.0.1
3535

3636
- name: Install tools
37-
uses: ARM-software/cmsis-actions/vcpkg@v1
37+
uses: ARM-software/cmsis-actions/vcpkg@8a50b77681a484568e08f31fb7c2285c4735f682 #v1.3
3838
with:
3939
config: ".ci/vcpkg-configuration.json"
4040

4141
- name: Activate Arm tool license
42-
uses: ARM-software/cmsis-actions/armlm@v1
42+
uses: ARM-software/cmsis-actions/armlm@8a50b77681a484568e08f31fb7c2285c4735f682 #v1.3
4343

4444
- name: Set up Python
45-
uses: actions/setup-python@v7
45+
uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 #v7.0.0
4646
with:
4747
python-version: '3.14'
4848

0 commit comments

Comments
 (0)