Skip to content

Commit

Permalink
Revert "chore(deps): update all non-major github action dependencies (#…
Browse files Browse the repository at this point in the history
…1153)"

This reverts commit 1b66168.
  • Loading branch information
jzbahrai authored Sep 11, 2024
1 parent 1b66168 commit 42bec62
Show file tree
Hide file tree
Showing 4 changed files with 924 additions and 130 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check_rds_cluster_update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:
steps:

- name: Checkout
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0

- name: Configure AWS credentials using OIDC
uses: aws-actions/configure-aws-credentials@e3dd6a429d7300a6a4c196c26e071d42e0343502 # v4.0.2
uses: aws-actions/configure-aws-credentials@8c3f20df09ac63af7b3ae3d7c91f105f857d8497 # v4.0.0
with:
role-to-assume: arn:aws:iam::239043911459:role/notification-terraform-apply
role-session-name: RDSClusterUpdateCheck
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/terraform_static_analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ jobs:
config_file: ./aws/.checkov.yml

- name: Upload SARIF file
uses: github/codeql-action/upload-sarif@ffd3158cb9024ebd018dbf20756f28befbd168c7 # v2.24.10
uses: github/codeql-action/upload-sarif@v2
with:
sarif_file: results.sarif
Loading

0 comments on commit 42bec62

Please sign in to comment.