Skip to content

Commit

Permalink
Merge pull request #152 from cds-snc/repo-sync/site-reliability-engin…
Browse files Browse the repository at this point in the history
…eering/default

chore: synced file(s) with cds-snc/site-reliability-engineering
  • Loading branch information
melaniebmn authored Sep 5, 2023
2 parents 0019f48 + 230b1ee commit d46529e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/export_github_data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,19 @@ name: GitHub repository metadata exporter
on:
workflow_dispatch:
schedule:
- cron: "0 7 * * *"
- cron: "20 7 * * *"

jobs:
export-data:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@97a652b80035363df47baee5031ec8670b8878ac
- name: Audit DNS requests
uses: cds-snc/dns-proxy-action@main
env:
DNS_PROXY_FORWARDTOSENTINEL: "true"
DNS_PROXY_LOGANALYTICSWORKSPACEID: ${{ secrets.LOG_ANALYTICS_WORKSPACE_ID }}
DNS_PROXY_LOGANALYTICSSHAREDKEY: ${{ secrets.LOG_ANALYTICS_WORKSPACE_KEY }}
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
- name: Export Data
uses: cds-snc/github-repository-metadata-exporter@main
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ossf-scorecard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
persist-credentials: false

- name: "Run analysis"
uses: ossf/scorecard-action@5c036fe03a9a87452288d830ee51c2064e4d3c22
uses: ossf/scorecard-action@bfa3f0d2c52a31cf9f6bc003e1f15e8b99640aec
with:
results_file: ossf-results.json
results_format: json
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/s3-backup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
fetch-depth: 0 # retrieve all history

- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@5fd3084fc36e372ff1fff382a39b10d03659f355 # v2.2.0
uses: aws-actions/configure-aws-credentials@04b98b3f9e85f563fb061be8751a0352327246b0 # v3.0.1
with:
aws-access-key-id: ${{ secrets.AWS_S3_BACKUP_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.AWS_S3_BACKUP_SECRET_ACCESS_KEY }}
Expand Down

0 comments on commit d46529e

Please sign in to comment.