Skip to content

Commit

Permalink
ci: pin external GitHub Action (#2363)
Browse files Browse the repository at this point in the history
Description: Improves security with respect to third-party actions. See:
https://docs.github.com/en/actions/security-guides/security-hardening-for-github-actions

I also read through the recent commits and updated to the latest release, since it contained a few bugfixes.

Risk: Low
Testing: CI

Signed-off-by: Mike Schore <mike.schore@gmail.com>
Signed-off-by: JP Simard <jp@jpsim.com>
  • Loading branch information
goaway authored and jpsim committed Nov 28, 2022
1 parent d4a777d commit bf24271
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mobile/.github/workflows/bump_support_rotation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
run: ./tools/bump_lyft_support_rotation.sh
- name: Create PR
id: pr
uses: peter-evans/create-pull-request@v3
uses: peter-evans/create-pull-request@923ad837f191474af6b1721408744feb989a4c27
with:
token: ${{ secrets.CREDENTIALS_GITHUB_PUSH_TOKEN }}
title: Bump Lyft Support Rotation
Expand Down
2 changes: 1 addition & 1 deletion mobile/.github/workflows/submodule_update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
echo "::set-output name=maintainer::$current"
- name: Create PR
if: steps.state.outputs.dirty == 'true'
uses: peter-evans/create-pull-request@v3
uses: peter-evans/create-pull-request@923ad837f191474af6b1721408744feb989a4c27
with:
token: ${{ secrets.CREDENTIALS_GITHUB_PUSH_TOKEN }}
title: Update Envoy
Expand Down

0 comments on commit bf24271

Please sign in to comment.