Skip to content
Closed
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
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
with:
credentials_json: "${{ secrets.ENTUR_DOCS_SA }}"
- name: "Set up Cloud SDK"
uses: google-github-actions/setup-gcloud@v2
uses: google-github-actions/setup-gcloud@v3
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

pin til sha

Check warning

Code scanning / CodeQL

Unpinned tag for a non-immutable Action in workflow Medium

Unpinned 3rd party Action 'Entur/Docs/Publish' step
Uses Step
uses 'google-github-actions/setup-gcloud' with ref 'v3', not a pinned commit hash
# with:
# version: ">= 363.0.0"
- name: Upload docs to Entur Docs GCS
Expand Down
Loading