Skip to content

Commit 489660f

Browse files
estebany-qdtimvisee
authored andcommitted
ci: Pin all gh actions to commit SHAs (#277)
1 parent d4234dc commit 489660f

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/lint.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ jobs:
99

1010
steps:
1111
- name: Install minimal stable
12-
uses: dtolnay/rust-toolchain@stable
12+
uses: dtolnay/rust-toolchain@631a55b12751854ce901bb631d5902ceb48146f7 # stable
1313
with:
1414
components: rustfmt, clippy
15-
- uses: actions/checkout@v3
15+
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
1616
- name: Install Protoc
17-
uses: arduino/setup-protoc@v3
17+
uses: arduino/setup-protoc@c65c819552d16ad3c9b72d9dfd5ba5237b9c906b # v3.0.0
1818
with:
1919
repo-token: ${{ secrets.GITHUB_TOKEN }}
2020
- name: Check code formatting

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ jobs:
1717

1818
steps:
1919
- name: Install minimal stable
20-
uses: dtolnay/rust-toolchain@stable
21-
- uses: actions/checkout@v3
20+
uses: dtolnay/rust-toolchain@631a55b12751854ce901bb631d5902ceb48146f7 # stable
21+
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
2222
- name: Install dependencies
2323
run: sudo apt-get install protobuf-compiler
2424
- name: Login

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- name: Install minimal stable
10-
uses: dtolnay/rust-toolchain@stable
11-
- uses: actions/checkout@v4
10+
uses: dtolnay/rust-toolchain@631a55b12751854ce901bb631d5902ceb48146f7 # stable
11+
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
1212
- name: Install Protoc
13-
uses: arduino/setup-protoc@v3
13+
uses: arduino/setup-protoc@c65c819552d16ad3c9b72d9dfd5ba5237b9c906b # v3.0.0
1414
with:
1515
repo-token: ${{ secrets.GITHUB_TOKEN }}
1616
- name: Run integration tests

0 commit comments

Comments
 (0)