Skip to content

Commit d454cc6

Browse files
committed
ci: update workflows, dependencies
1 parent c51c142 commit d454cc6

File tree

14 files changed

+693
-214
lines changed

14 files changed

+693
-214
lines changed

.github/workflows/dev.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,26 +40,26 @@ jobs:
4040
runs-on: ubuntu-latest
4141

4242
steps:
43-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
43+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
4444
with:
4545
fetch-depth: 0
4646
persist-credentials: false
4747

48-
- uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
48+
- uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
4949
with:
5050
cache-dependency-path: go/go.sum
5151
check-latest: true
5252
go-version-file: go/go.mod
5353

54-
- uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
54+
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
5555
with:
5656
python-version: "3.x"
5757

5858
- name: Install
5959
run: pip install pre-commit
6060

6161
- name: pre-commit (cache)
62-
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
62+
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
6363
with:
6464
path: ~/.cache/pre-commit
6565
key: pre-commit-${{ hashFiles('.pre-commit-config.yaml') }}

.github/workflows/dev_pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
runs-on: ubuntu-slim
4444

4545
steps:
46-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
46+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
4747
with:
4848
fetch-depth: 1
4949
persist-credentials: false

.github/workflows/generate.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,8 @@ gcloud = true
1919

2020
[lang]
2121
go = true
22+
23+
[secrets]
24+
GOOGLE_CLOUD_PROJECT = { secret = "GOOGLE_CLOUD_PROJECT", contexts = ["test", "validate"] }
25+
BIGQUERY_DATASET_ID = { secret = "BIGQUERY_DATASET_ID", contexts = ["test", "validate"] }
26+
BIGQUERY_SECONDARY_DATASET_ID = { secret = "BIGQUERY_SECONDARY_DATASET_ID", contexts = ["test", "validate"] }

0 commit comments

Comments
 (0)