Skip to content

Commit

Permalink
Merge pull request #11 from cds-snc/renovate/all-non-major-github-action
Browse files Browse the repository at this point in the history
chore(deps): update all non-major github action dependencies
  • Loading branch information
sylviamclaughlin authored Mar 5, 2025
2 parents 33c6e73 + accaa71 commit 02ba22c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dependency-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0

- name: Dependency review
uses: actions/dependency-review-action@v1
uses: actions/dependency-review-action@a9c83d3af6b9031e20feba03b904645bb23d1dab # v1.0.2
2 changes: 1 addition & 1 deletion .github/workflows/shellcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
shellcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2.7.0
- name: Shellcheck
run: |
.github/workflows/scripts/run-shellcheck.sh
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tf_plan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
subscription-id: ${{ env.ARM_TF_STATE_SUBSCRIPTION_ID}}

- name: Terraform plan
uses: cds-snc/terraform-plan@8986e57fae5b6758df6b977b9813b11622eac395 #v3.3.1
uses: cds-snc/terraform-plan@d79bcf0eccf632a0ad9e9193072b42c970766c5b # v3.3.1
env:
ARM_USE_OIDC: true
RESOURCE_GROUP_NAME: ${{ env.AZURE_RESOURCES_RESOURCE_GROUP_NAME}}
Expand Down

0 comments on commit 02ba22c

Please sign in to comment.