Skip to content

Commit 57cd1f7

Browse files
chore(deps): update all non-major github action dependencies (#1266)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6fc4e38 commit 57cd1f7

File tree

7 files changed

+14
-14
lines changed

7 files changed

+14
-14
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@05bb7c663f6ec9bd8484da0a5b5a77d423e3f88c
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/request-ecs-service-to-use-new-image/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ runs:
2828

2929
- name: Login to Staging Amazon ECR
3030
id: login-ecr-staging
31-
uses: aws-actions/amazon-ecr-login@c962da2960ed15f492addc26fffa274485265950 # v2.0.2
31+
uses: aws-actions/amazon-ecr-login@261fc3d4806db1fa66a15cc11113c456db8870a7 # v2.1.0
3232

3333
- name: Download ECS task definition
3434
shell: bash
@@ -39,7 +39,7 @@ runs:
3939
4040
- name: Update ECS task image
4141
id: task-def
42-
uses: aws-actions/amazon-ecs-render-task-definition@6b89923a897d41e9ad789181d8865b532ecf973c # v1.8.3
42+
uses: aws-actions/amazon-ecs-render-task-definition@77954e213ba1f9f9cb016b86a1d4f6fcdea0d57e # v1.8.4
4343
with:
4444
task-definition: task-definition.json
4545
container-name: ${{ inputs.ecs-service-name }}

.github/workflows/request-lambda-functions-to-use-new-image/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ runs:
2424

2525
- name: Login to Staging Amazon ECR
2626
id: login-ecr-staging
27-
uses: aws-actions/amazon-ecr-login@c962da2960ed15f492addc26fffa274485265950 # v2.0.2
27+
uses: aws-actions/amazon-ecr-login@261fc3d4806db1fa66a15cc11113c456db8870a7 # v2.1.0
2828

2929
- name: Update Lambda function image
3030
env:

.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

.github/workflows/tag-and-push-docker-images/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ runs:
2727

2828
- name: Login to Staging Amazon ECR
2929
id: login-ecr-staging
30-
uses: aws-actions/amazon-ecr-login@c962da2960ed15f492addc26fffa274485265950 # v2.0.2
30+
uses: aws-actions/amazon-ecr-login@261fc3d4806db1fa66a15cc11113c456db8870a7 # v2.1.0
3131

3232
- name: Tag and push docker images
3333
env:

0 commit comments

Comments
 (0)