diff --git a/.github/workflows/flow-rust-ci.yaml b/.github/workflows/flow-rust-ci.yaml index 4409f3ae..85b4d209 100644 --- a/.github/workflows/flow-rust-ci.yaml +++ b/.github/workflows/flow-rust-ci.yaml @@ -65,7 +65,7 @@ jobs: sudo apt-get install -y --no-install-recommends gcc libc6-dev libc-dev libssl-dev pkg-config openssl - name: Install Protoc - uses: arduino/setup-protoc@c65c819552d16ad3c9b72d9dfd5ba5237b9c906b # v3.0.0 + uses: step-security/setup-protoc@f6eb248a6510dbb851209febc1bd7981604a52e3 # v3.0.0 with: repo-token: ${{ secrets.GITHUB_TOKEN }} @@ -100,7 +100,7 @@ jobs: sudo apt-get install -y --no-install-recommends gcc libc6-dev libc-dev libssl-dev pkg-config openssl - name: Install Protoc - uses: arduino/setup-protoc@c65c819552d16ad3c9b72d9dfd5ba5237b9c906b # v3.0.0 + uses: step-security/setup-protoc@f6eb248a6510dbb851209febc1bd7981604a52e3 # v3.0.0 with: repo-token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/zxf-publish-release.yaml b/.github/workflows/zxf-publish-release.yaml index 7839839c..9dcde711 100644 --- a/.github/workflows/zxf-publish-release.yaml +++ b/.github/workflows/zxf-publish-release.yaml @@ -259,7 +259,7 @@ jobs: sudo apt-get install -y --no-install-recommends gcc libc6-dev libc-dev libssl-dev pkg-config openssl - name: Install Protoc - uses: arduino/setup-protoc@c65c819552d16ad3c9b72d9dfd5ba5237b9c906b # v3.0.0 + uses: step-security/setup-protoc@f6eb248a6510dbb851209febc1bd7981604a52e3 # v3.0.0 with: repo-token: ${{ secrets.GITHUB_TOKEN }} @@ -329,7 +329,7 @@ jobs: cargo install toml-cli - name: Install Protoc - uses: arduino/setup-protoc@c65c819552d16ad3c9b72d9dfd5ba5237b9c906b # v3.0.0 + uses: step-security/setup-protoc@f6eb248a6510dbb851209febc1bd7981604a52e3 # v3.0.0 with: repo-token: ${{ secrets.GITHUB_TOKEN }} @@ -492,7 +492,7 @@ jobs: echo "::endgroup::" - name: Generate Github Release - uses: ncipollo/release-action@b7eabc95ff50cbeeedec83973935c8f306dfcd0b # v1.20.0 + uses: step-security/release-action@03a57407052f15d1537fd5469a6fbbc536aba326 # v1.20.0 if: ${{ env.DRY_RUN_ENABLED != 'true' }} with: tag: ${{ needs.validate-release.outputs.tag }}