From 7c695b779a6ed34cee5901fbe392cc7a3db96e3e Mon Sep 17 00:00:00 2001 From: "sre-read-write[bot]" <92993749+sre-read-write[bot]@users.noreply.github.com> Date: Wed, 11 Sep 2024 15:26:05 -0400 Subject: [PATCH] chore: synced local '.github/workflows/backstage-catalog-helper.yml' with remote 'tools/sre_file_sync/backstage-catalog-helper.yml' (#184) Co-authored-by: sre-read-write[bot] <92993749+sre-read-write[bot]@users.noreply.github.com> --- .github/workflows/backstage-catalog-helper.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/backstage-catalog-helper.yml b/.github/workflows/backstage-catalog-helper.yml index 1cef4768..2ed84562 100644 --- a/.github/workflows/backstage-catalog-helper.yml +++ b/.github/workflows/backstage-catalog-helper.yml @@ -9,11 +9,11 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Actions - uses: actions/checkout@6d193bf28034eafb982f37bd894289fe649468fc + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 with: fetch-depth: 0 - name: Run Backstage Catalog Info Helper - uses: cds-snc/backstage-catalog-info-helper-action@e36696cef34ed39c43a6e4a3873821bb2bad7eef # v0.3.1 + uses: cds-snc/backstage-catalog-info-helper-action@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@18f7dc018cc2cd597073088f7c7591b9d1c02672 # v3.14.0 + uses: peter-evans/create-pull-request@v3 with: token: ${{ steps.generate_token.outputs.token}} commit-message: 'Add catalog-info.yaml'