Skip to content

Commit

Permalink
Pin GitHub actions to commit SHAs of trusted versions (#15591)
Browse files Browse the repository at this point in the history
  • Loading branch information
SarahFrench authored Aug 24, 2023
1 parent 87a908f commit 8748e3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/backfill-issue-labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Checkout Repository
uses: actions/checkout@v2
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
with:
repository: GoogleCloudPlatform/magic-modules
path: repo
- name: Set up Go
uses: actions/setup-go@v4
uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 # v4.0.0
with:
go-version: '^1.19.1'
- name: Run backfill
Expand Down

0 comments on commit 8748e3c

Please sign in to comment.