diff --git a/.github/workflows/backstage-catalog-helper.yml b/.github/workflows/backstage-catalog-helper.yml index 2ed8456..fda5fb7 100644 --- a/.github/workflows/backstage-catalog-helper.yml +++ b/.github/workflows/backstage-catalog-helper.yml @@ -13,7 +13,7 @@ jobs: with: fetch-depth: 0 - name: Run Backstage Catalog Info Helper - uses: cds-snc/backstage-catalog-info-helper-action@v0.3.1 + uses: cds-snc/backstage-catalog-info-helper-action@e36696cef34ed39c43a6e4a3873821bb2bad7eef # v0.3.1 with: github_app_id: ${{ secrets.SRE_BOT_RW_APP_ID }} github_app_private_key: ${{ secrets.SRE_BOT_RW_PRIVATE_KEY }} @@ -25,7 +25,7 @@ jobs: app_id: ${{ secrets.SRE_BOT_RW_APP_ID }} private_key: ${{ secrets.SRE_BOT_RW_PRIVATE_KEY }} - name: Create pull request - uses: peter-evans/create-pull-request@v3 + uses: peter-evans/create-pull-request@18f7dc018cc2cd597073088f7c7591b9d1c02672 # v3.14.0 with: token: ${{ steps.generate_token.outputs.token}} commit-message: 'Add catalog-info.yaml'