Merge pull request #8 from cds-snc/repo-sync/site-reliability-engineering/default

chore: synced file(s) with cds-snc/site-reliability-engineering
This commit is contained in:
Jimmy Royer 2024-09-20 17:34:04 -04:00 committed by GitHub
commit 4da3f79f17
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 34 additions and 32 deletions

View file

@ -25,13 +25,14 @@ jobs:
app_id: ${{ secrets.SRE_BOT_RW_APP_ID }} app_id: ${{ secrets.SRE_BOT_RW_APP_ID }}
private_key: ${{ secrets.SRE_BOT_RW_PRIVATE_KEY }} private_key: ${{ secrets.SRE_BOT_RW_PRIVATE_KEY }}
- name: Create pull request - name: Create pull request
uses: peter-evans/create-pull-request@v3 uses: peter-evans/create-pull-request@6cd32fd93684475c31847837f87bb135d40a2b79 # v7.0.3
with: with:
token: ${{ steps.generate_token.outputs.token}} token: ${{ steps.generate_token.outputs.token}}
commit-message: "Add catalog-info.yaml" sign-commits: true
branch: "backstage/catalog-info" commit-message: 'Add catalog-info.yaml'
title: "Add catalog-info.yaml" branch: 'backstage/catalog-info'
body: "Adding a basic catalog-info.yaml to start populating the backstage catalog with your components." title: 'Add catalog-info.yaml'
labels: "backstage" body: 'Adding a basic catalog-info.yaml to start populating the backstage catalog with your components.'
labels: 'backstage'
add-paths: | add-paths: |
catalog-info.yaml catalog-info.yaml

View file

@ -25,7 +25,7 @@ jobs:
persist-credentials: false persist-credentials: false
- name: "Run analysis" - name: "Run analysis"
uses: ossf/scorecard-action@fdeb02dc9c3fb721c82a431b2708514aca13dbeb uses: ossf/scorecard-action@6c4912ed9e5f80cfda40164b92753f21f0892cab
with: with:
results_file: ossf-results.json results_file: ossf-results.json
results_format: json results_format: json

View file

@ -8,6 +8,7 @@ jobs:
s3-backup: s3-backup:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
with: with: