Skip to content

Commit f4dac8b

Browse files
authored
chore(workflows): pin GitHub Actions in generate-protos workflow (#4964)
This PR pins the GitHub Actions used in the `generate-protos.yml` workflow. - Pinned `actions/checkout` to `v6.0.2` - Pinned `actions/setup-python` to `v6.2.0` - Pinned `actions/setup-go` to `v6.2.0`
1 parent 5f6aac6 commit f4dac8b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/generate-protos.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@ jobs:
2727
runs-on: ubuntu-latest
2828
steps:
2929
- name: Check out code
30-
uses: actions/checkout@v4
30+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3131
with:
3232
submodules: recursive
3333
persist-credentials: false
3434

3535
- name: Set up Python
36-
uses: actions/setup-python@v5
36+
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
3737
with:
3838
python-version: '3.13'
3939

@@ -46,7 +46,7 @@ jobs:
4646
cd gcp/api && poetry install
4747
4848
- name: Set up Go
49-
uses: actions/setup-go@v5
49+
uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
5050
with:
5151
go-version: '1.26.0'
5252

0 commit comments

Comments
 (0)