Skip to content

Commit 901d659

Browse files
chore(deps): update actions/checkout digest to 8e8c483 (#8703)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Renée Kooi <[email protected]>
1 parent c555091 commit 901d659

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/update_apollo_protobuf.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
Update-Protobuf-Schema:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
12+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
1313
- name: Make changes to pull request
1414
run: |
1515
curl -f https://usage-reporting.api.apollographql.com/proto/reports.proto > ./apollo-router/src/plugins/telemetry/proto/reports.proto

.github/workflows/update_uplink_schema.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
Update-Uplink-Schema:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
12+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
1313
- name: Install Rover
1414
run: |
1515
curl -sSL https://rover.apollo.dev/nix/v0.14.1 | sh

0 commit comments

Comments
 (0)