Skip to content

Commit 4a4acf6

Browse files
chore: synced file(s) with cds-snc/site-reliability-engineering (#1250)
Co-authored-by: sre-read-write[bot] <92993749+sre-read-write[bot]@users.noreply.github.com>
1 parent 6a2c9b5 commit 4a4acf6

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout Actions
14-
uses: actions/checkout@0c366fd6a839edf440554fa01a7085ccba70ac98
14+
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
1515
with:
1616
fetch-depth: 0
1717
persist-credentials: false
1818
- name: Run Backstage Catalog Info Helper
19-
uses: cds-snc/backstage-catalog-info-helper-action@e36696cef34ed39c43a6e4a3873821bb2bad7eef # v0.3.1
19+
uses: cds-snc/backstage-catalog-info-helper-action@cc75afc29a0ade6c41400132ff9e1222f8916ba6 # v0.3.1
2020
with:
2121
github_app_id: ${{ secrets.SRE_BOT_RW_APP_ID }}
2222
github_app_private_key: ${{ secrets.SRE_BOT_RW_PRIVATE_KEY }}
@@ -28,7 +28,7 @@ jobs:
2828
app_id: ${{ secrets.SRE_BOT_RW_APP_ID }}
2929
private_key: ${{ secrets.SRE_BOT_RW_PRIVATE_KEY }}
3030
- name: Create pull request
31-
uses: peter-evans/create-pull-request@22a9089034f40e5a961c8808d113e2c98fb63676 # v7.0.11
31+
uses: peter-evans/create-pull-request@6cd32fd93684475c31847837f87bb135d40a2b79 # v7.0.3
3232
with:
3333
token: ${{ steps.generate_token.outputs.token}}
3434
sign-commits: true

.github/workflows/export_github_data.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,20 +16,20 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- name: Audit DNS requests
19-
uses: cds-snc/dns-proxy-action@f0796e7f3d6bec5d40aecb0321ed8012f5602f84
19+
uses: cds-snc/dns-proxy-action@2aee21aebfddefac5839497648a36a9f84342d8b
2020
env:
2121
DNS_PROXY_FORWARDTOSENTINEL: "true"
2222
DNS_PROXY_LOGANALYTICSWORKSPACEID: ${{ secrets.LOG_ANALYTICS_WORKSPACE_ID }}
2323
DNS_PROXY_LOGANALYTICSSHAREDKEY: ${{ secrets.LOG_ANALYTICS_WORKSPACE_KEY }}
24-
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
24+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2525
- name: Configure AWS credentials using OIDC
2626
uses: aws-actions/configure-aws-credentials@7474bc4690e29a8392af63c5b98e7449536d5c3a # v4.3.1
2727
with:
2828
role-to-assume: arn:aws:iam::739275439843:role/data-lake-github-data-export
2929
role-session-name: GithubDataExport
3030
aws-region: ca-central-1
3131
- name: Export Data
32-
uses: cds-snc/github-repository-metadata-exporter@eaf3b7e24580f407f4dadcd57716ab2d92830f4c
32+
uses: cds-snc/github-repository-metadata-exporter@fe65ed89fcabde7d0ea0d1fe022ea85825b6f6f8
3333
with:
3434
github-app-id: ${{ secrets.SRE_BOT_RO_APP_ID }}
3535
github-app-installation-id: ${{ secrets.SRE_BOT_RO_INSTALLATION_ID }}

.github/workflows/ossf-scorecard.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ jobs:
2222

2323
steps:
2424
- name: "Checkout code"
25-
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
25+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2626
with:
2727
persist-credentials: false
2828

2929
- name: "Run analysis"
30-
uses: ossf/scorecard-action@4a0b87a20cc42672e6c80e82e63b5cd8f25f108a
30+
uses: ossf/scorecard-action@169c9b9248e36d400bebded8160c7fe2cbbc7762
3131
with:
3232
results_file: ossf-results.json
3333
results_format: json
@@ -41,7 +41,7 @@ jobs:
4141
jq -c '. + {"metadata_owner": "'$OWNER'", "metadata_repo": "'$REPO'", "metadata_query": "ossf"}' ossf-results.json > ossf-results-modified.json
4242
4343
- name: "Post results to Sentinel"
44-
uses: cds-snc/sentinel-forward-data-action@0c349852373284a1130f87f8b91896132b0fc138
44+
uses: cds-snc/sentinel-forward-data-action@01db4a9203054ecdb60ff368c3cdfca71d62e85f
4545
with:
4646
file_name: ossf-results-modified.json
4747
log_type: GitHubMetadata_OSSF_Scorecard

.github/workflows/s3-backup.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ jobs:
1414
steps:
1515

1616
- name: Checkout
17-
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
17+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1818
with:
1919
fetch-depth: 0 # retrieve all history
2020
persist-credentials: false
2121

2222
- name: Configure AWS credentials
23-
uses: aws-actions/configure-aws-credentials@61815dcd50bd041e203e49132bacad1fd04d2708 # v5.1.1
23+
uses: aws-actions/configure-aws-credentials@00943011d9042930efac3dcd3a170e4273319bc8 # v5.1.0
2424
with:
2525
role-to-assume: ${{ secrets.AWS_S3_BACKUP_IAM_ROLE_ARN }}
2626
role-session-name: S3Backup

0 commit comments

Comments
 (0)