Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update actions/checkout digest to ee0669b #19

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/buf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
name: "Buf: Lint"
steps:
# 1: Pull code.
- uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f # renovate: tag=v2
- uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2

# 2: Setup Buf.
- uses: bufbuild/[email protected]
Expand All @@ -23,7 +23,7 @@ jobs:
name: "Buf: Break Detector"
steps:
# 1: Pull code.
- uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f # renovate: tag=v2
- uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2

# 2: Setup Buf.
- uses: bufbuild/[email protected]
Expand All @@ -47,7 +47,7 @@ jobs:
needs: [proto-lint, proto-breaking]
steps:
# 1: Pull code.
- uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f # renovate: tag=v2
- uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2

# 2: Setup Buf.
- uses: bufbuild/[email protected]
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/copybara.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
steps:
# 1: Pull code.
- uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f # renovate: tag=v2
- uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2

# 2: Validate migration via Copybara.
- name: Validate Migration
Expand All @@ -30,7 +30,7 @@ jobs:
runs-on: ubuntu-latest
steps:
# 1: Pull code.
- uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f # renovate: tag=v2
- uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2

# 2: Validate migration via Copybara.
- name: Validate Migration
Expand All @@ -52,7 +52,7 @@ jobs:
runs-on: ubuntu-latest
steps:
# 1: Pull code.
- uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f # renovate: tag=v2
- uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2

# 2: Validate migration via Copybara.
- name: Validate Migration
Expand All @@ -75,7 +75,7 @@ jobs:
if: github.ref == 'refs/heads/master'
steps:
# 1: Pull code.
- uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f # renovate: tag=v2
- uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2

# 2: Validate migration via Copybara.
- name: Validate Migration
Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:
if: github.ref == 'refs/heads/master'
steps:
# 1: Pull code.
- uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f # renovate: tag=v2
- uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2

# 2: Validate migration via Copybara.
- name: Validate Migration
Expand Down Expand Up @@ -153,7 +153,7 @@ jobs:
if: github.ref == 'refs/heads/dev'
steps:
# 1: Pull code.
- uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f # renovate: tag=v2
- uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2

# 2: Validate migration via Copybara.
- name: Validate Migration
Expand Down