Skip to content

Commit 7451a0d

Browse files
chore(deps): update all non-major github action dependencies (#1244)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1b3444d commit 7451a0d

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
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@b4ffde65f46336ab88eb53be808477a3936bae11
14+
uses: actions/checkout@0c366fd6a839edf440554fa01a7085ccba70ac98
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@cc75afc29a0ade6c41400132ff9e1222f8916ba6 # v0.3.1
19+
uses: cds-snc/backstage-catalog-info-helper-action@e36696cef34ed39c43a6e4a3873821bb2bad7eef # 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@6cd32fd93684475c31847837f87bb135d40a2b79 # v7.0.3
31+
uses: peter-evans/create-pull-request@22a9089034f40e5a961c8808d113e2c98fb63676 # v7.0.11
3232
with:
3333
token: ${{ steps.generate_token.outputs.token}}
3434
sign-commits: true

.github/workflows/export_github_data.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- name: Audit DNS requests
19-
uses: cds-snc/dns-proxy-action@2aee21aebfddefac5839497648a36a9f84342d8b
19+
uses: cds-snc/dns-proxy-action@f0796e7f3d6bec5d40aecb0321ed8012f5602f84
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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
24+
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
2525
- name: Configure AWS credentials using OIDC
2626
uses: aws-actions/configure-aws-credentials@7474bc4690e29a8392af63c5b98e7449536d5c3a # v4.3.1
2727
with:

.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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
25+
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
2626
with:
2727
persist-credentials: false
2828

2929
- name: "Run analysis"
30-
uses: ossf/scorecard-action@169c9b9248e36d400bebded8160c7fe2cbbc7762
30+
uses: ossf/scorecard-action@4a0b87a20cc42672e6c80e82e63b5cd8f25f108a
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@01db4a9203054ecdb60ff368c3cdfca71d62e85f
44+
uses: cds-snc/sentinel-forward-data-action@0c349852373284a1130f87f8b91896132b0fc138
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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
17+
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
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@00943011d9042930efac3dcd3a170e4273319bc8 # v5.1.0
23+
uses: aws-actions/configure-aws-credentials@61815dcd50bd041e203e49132bacad1fd04d2708 # v5.1.1
2424
with:
2525
role-to-assume: ${{ secrets.AWS_S3_BACKUP_IAM_ROLE_ARN }}
2626
role-session-name: S3Backup

0 commit comments

Comments
 (0)