Skip to content

Commit e1aefa9

Browse files
chore: [StepSecurity] Apply security best practices (#1129)
Signed-off-by: StepSecurity Bot <bot@stepsecurity.io> Signed-off-by: Pavel Borisov <37436896+PavelSBorisov@users.noreply.github.com> Co-authored-by: stepsecurity-app[bot] <188008098+stepsecurity-app[bot]@users.noreply.github.com> Co-authored-by: Pavel Borisov <37436896+PavelSBorisov@users.noreply.github.com>
1 parent db07756 commit e1aefa9

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/flow-rust-ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
sudo apt-get install -y --no-install-recommends gcc libc6-dev libc-dev libssl-dev pkg-config openssl
6666
6767
- name: Install Protoc
68-
uses: arduino/setup-protoc@c65c819552d16ad3c9b72d9dfd5ba5237b9c906b # v3.0.0
68+
uses: step-security/setup-protoc@f6eb248a6510dbb851209febc1bd7981604a52e3 # v3.0.0
6969
with:
7070
repo-token: ${{ secrets.GITHUB_TOKEN }}
7171

@@ -100,7 +100,7 @@ jobs:
100100
sudo apt-get install -y --no-install-recommends gcc libc6-dev libc-dev libssl-dev pkg-config openssl
101101
102102
- name: Install Protoc
103-
uses: arduino/setup-protoc@c65c819552d16ad3c9b72d9dfd5ba5237b9c906b # v3.0.0
103+
uses: step-security/setup-protoc@f6eb248a6510dbb851209febc1bd7981604a52e3 # v3.0.0
104104
with:
105105
repo-token: ${{ secrets.GITHUB_TOKEN }}
106106

.github/workflows/zxf-publish-release.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ jobs:
259259
sudo apt-get install -y --no-install-recommends gcc libc6-dev libc-dev libssl-dev pkg-config openssl
260260
261261
- name: Install Protoc
262-
uses: arduino/setup-protoc@c65c819552d16ad3c9b72d9dfd5ba5237b9c906b # v3.0.0
262+
uses: step-security/setup-protoc@f6eb248a6510dbb851209febc1bd7981604a52e3 # v3.0.0
263263
with:
264264
repo-token: ${{ secrets.GITHUB_TOKEN }}
265265

@@ -329,7 +329,7 @@ jobs:
329329
cargo install toml-cli
330330
331331
- name: Install Protoc
332-
uses: arduino/setup-protoc@c65c819552d16ad3c9b72d9dfd5ba5237b9c906b # v3.0.0
332+
uses: step-security/setup-protoc@f6eb248a6510dbb851209febc1bd7981604a52e3 # v3.0.0
333333
with:
334334
repo-token: ${{ secrets.GITHUB_TOKEN }}
335335

@@ -492,7 +492,7 @@ jobs:
492492
echo "::endgroup::"
493493
494494
- name: Generate Github Release
495-
uses: ncipollo/release-action@b7eabc95ff50cbeeedec83973935c8f306dfcd0b # v1.20.0
495+
uses: step-security/release-action@03a57407052f15d1537fd5469a6fbbc536aba326 # v1.20.0
496496
if: ${{ env.DRY_RUN_ENABLED != 'true' }}
497497
with:
498498
tag: ${{ needs.validate-release.outputs.tag }}

0 commit comments

Comments
 (0)