Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/github_actions/crazy-max/ghaction…
Browse files Browse the repository at this point in the history
…-import-gpg-6.2.0
  • Loading branch information
JeffreyDallas authored Nov 1, 2024
2 parents 5cda6a1 + c1b5693 commit 25e7b30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/zxc-compile-code.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ jobs:
# May be removed once the artifacts are publicly accessible.
- name: Authenticate to Google Cloud
id: google-auth
uses: google-github-actions/auth@8254fb75a33b976a221574d287e93919e6a36f70 # v2.1.6
uses: google-github-actions/auth@6fc4af4b145ae7821d527454aa9bd537d1f2dc5f # v2.1.7
if: ${{ inputs.enable-unit-tests && !cancelled() && !failure() }}
with:
token_format: 'access_token'
Expand All @@ -169,7 +169,7 @@ jobs:
# May be removed once the artifacts are publicly accessible.
- name: Setup Google Cloud SDK
if: ${{ inputs.enable-unit-tests && !cancelled() }}
uses: google-github-actions/setup-gcloud@f0990588f1e5b5af6827153b93673613abdc6ec7 # v2.1.1
uses: google-github-actions/setup-gcloud@6189d56e4096ee891640bb02ac264be376592d6a # v2.1.2

- name: Compile
id: gradle-build
Expand Down

0 comments on commit 25e7b30

Please sign in to comment.