Skip to content

Commit c67a198

Browse files
chore: synced file(s) with cds-snc/site-reliability-engineering (#360)
* chore: synced local '.github/workflows/export_github_data.yml' with remote 'tools/sre_file_sync/export_github_data.yml' * chore: synced local '.github/workflows/backstage-catalog-helper.yml' with remote 'tools/sre_file_sync/backstage-catalog-helper.yml' * chore: synced local '.github/workflows/ossf-scorecard.yml' with remote 'tools/sre_file_sync/ossf-scorecard.yml' --------- Co-authored-by: sre-read-write[bot] <92993749+sre-read-write[bot]@users.noreply.github.com>
1 parent a3ca16a commit c67a198

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

.github/workflows/backstage-catalog-helper.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
name: Backstage Catalog Info Helper
22
on:
33
workflow_dispatch:
4-
schedule:
5-
- cron: "0 0 * * *"
64

75
jobs:
86
update-catalog-info:
@@ -13,7 +11,7 @@ jobs:
1311
with:
1412
fetch-depth: 0
1513
- name: Run Backstage Catalog Info Helper
16-
uses: cds-snc/[email protected]
14+
uses: cds-snc/backstage-catalog-info-helper-action@cc75afc29a0ade6c41400132ff9e1222f8916ba6 # v0.3.1
1715
with:
1816
github_app_id: ${{ secrets.SRE_BOT_RW_APP_ID }}
1917
github_app_private_key: ${{ secrets.SRE_BOT_RW_PRIVATE_KEY }}

.github/workflows/export_github_data.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Audit DNS requests
12-
uses: cds-snc/dns-proxy-action@main
12+
uses: cds-snc/dns-proxy-action@2aee21aebfddefac5839497648a36a9f84342d8b
1313
env:
1414
DNS_PROXY_FORWARDTOSENTINEL: "true"
1515
DNS_PROXY_LOGANALYTICSWORKSPACEID: ${{ secrets.LOG_ANALYTICS_WORKSPACE_ID }}
1616
DNS_PROXY_LOGANALYTICSSHAREDKEY: ${{ secrets.LOG_ANALYTICS_WORKSPACE_KEY }}
1717
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1818
- name: Export Data
19-
uses: cds-snc/github-repository-metadata-exporter@main
19+
uses: cds-snc/github-repository-metadata-exporter@7f8f3eccaf3e15675fc70611e913ec1458510540
2020
with:
2121
github-app-id: ${{ secrets.SRE_BOT_RO_APP_ID }}
2222
github-app-installation-id: ${{ secrets.SRE_BOT_RO_INSTALLATION_ID }}

.github/workflows/ossf-scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
jq -c '. + {"metadata_owner": "'$OWNER'", "metadata_repo": "'$REPO'", "metadata_query": "ossf"}' ossf-results.json > ossf-results-modified.json
4040
4141
- name: "Post results to Sentinel"
42-
uses: cds-snc/sentinel-forward-data-action@main
42+
uses: cds-snc/sentinel-forward-data-action@01db4a9203054ecdb60ff368c3cdfca71d62e85f
4343
with:
4444
file_name: ossf-results-modified.json
4545
log_type: GitHubMetadata_OSSF_Scorecard

0 commit comments

Comments
 (0)