ci: pin actions to specific versions (#13)

This commit is contained in:
Conrado Gouvea 2022-03-30 18:58:58 -03:00 committed by GitHub
parent 50c4d5d380
commit 9de77e629f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@master
uses: actions/checkout@v3
- name: Set project and image names
run: |
@ -27,7 +27,7 @@ jobs:
echo "SHORT_SHA=$(git rev-parse --short=7 $GITHUB_SHA)" >> $GITHUB_ENV
# Setup gcloud CLI
- uses: google-github-actions/setup-gcloud@master
- uses: google-github-actions/setup-gcloud@v0
with:
version: '295.0.0'
project_id: ${{ env.PROJECT_ID }}