Skip to content

Commit c52df17

Browse files
committed
Pin google actions versions and upgrade to v3
1 parent 1cfbf3b commit c52df17

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ jobs:
2929
echo "GHA_DOCS_PUBLISH_PROJECT=${GITHUB_REPOSITORY#*/}" >> $GITHUB_ENV
3030
- uses: actions/checkout@v6
3131
- id: auth
32-
uses: google-github-actions/auth@v2
32+
uses: google-github-actions/auth@7c6bc770dae815cd3e89ee6cdf493a5fab2cc093 # v3.0.0
3333
with:
3434
credentials_json: "${{ secrets.ENTUR_DOCS_SA }}"
3535
- name: "Set up Cloud SDK"
36-
uses: google-github-actions/setup-gcloud@v2
36+
uses: google-github-actions/setup-gcloud@aa5489c8933f4cc7a4f7d45035b3b1440c9c10db # v3.0.1
3737
# with:
3838
# version: ">= 363.0.0"
3939
- name: Upload docs to Entur Docs GCS

0 commit comments

Comments
 (0)