Skip to content

Commit

Permalink
misc(ci): update GH actions commit SHAs (#12099)
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickhulce authored and paulirish committed Mar 23, 2021
1 parent fce33c6 commit e35f326
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
node-version: 12.x

- name: Set up protoc
uses: arduino/setup-protoc@64c0c85
uses: arduino/setup-protoc@64c0c85d18e984422218383b81c52f8b077404d3
with:
version: '3.7.1'
repo-token: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -118,7 +118,7 @@ jobs:
if: matrix.os == 'ubuntu-latest'
- name: Upload test coverage to Codecov
if: matrix.os == 'ubuntu-latest'
uses: codecov/codecov-action@6004246
uses: codecov/codecov-action@6004246f47ab62d32be025ce173b241cd84ac58e
with:
flags: unit
file: ./unit-coverage.lcov
Expand Down Expand Up @@ -178,7 +178,7 @@ jobs:

- name: Upload test coverage to Codecov
if: matrix.chrome-channel == 'ToT'
uses: codecov/codecov-action@6004246
uses: codecov/codecov-action@6004246f47ab62d32be025ce173b241cd84ac58e
with:
flags: smoke
file: ./smoke-coverage.lcov
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/issue-assigner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
assign:
runs-on: ubuntu-latest
steps:
- uses: patrickhulce/issue-assigner@eeec7a1
- uses: patrickhulce/issue-assigner@eeec7a10bd3c02f02d2284fc82a8adabdc001869
with:
GITHUB_TOKEN: '${{ secrets.GITHUB_TOKEN }}'
maintainers: 'patrickhulce,paulirish,connorjclark,adamraine,brendankenny'

0 comments on commit e35f326

Please sign in to comment.