Skip to content
This repository was archived by the owner on Apr 6, 2026. It is now read-only.

Commit f68d49d

Browse files
authored
Merge pull request #30 from microsoft/dependabot/github_actions/actions-a331d3ec2d
Bump actions/checkout from 4 to 5 in the actions group
2 parents bde6340 + be0b99a commit f68d49d

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/terraform-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
steps:
2020
- name: Checkout code
21-
uses: actions/checkout@v4
21+
uses: actions/checkout@v5
2222
with:
2323
ref: ${{ github.event.pull_request.head.sha }}
2424

.github/workflows/terraform-security-msdo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
name: MSDO Security Scan
1919
runs-on: ubuntu-latest
2020
steps:
21-
- uses: actions/checkout@v4
21+
- uses: actions/checkout@v5
2222
with:
2323
ref: ${{ github.event.pull_request.head.sha }}
2424
- uses: microsoft/security-devops-action@v1.12.0

.github/workflows/terraform-tests.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
name: Format and Validate
1919
runs-on: ubuntu-latest
2020
steps:
21-
- uses: actions/checkout@v4
21+
- uses: actions/checkout@v5
2222
with:
2323
ref: ${{ github.event.pull_request.head.sha }}
2424
- uses: hashicorp/setup-terraform@v3
@@ -37,7 +37,7 @@ jobs:
3737
unit_tests: ${{ steps.find-unit-tests.outputs.tests }}
3838
integration_tests: ${{ steps.find-integration-tests.outputs.tests }}
3939
steps:
40-
- uses: actions/checkout@v4
40+
- uses: actions/checkout@v5
4141
with:
4242
ref: ${{ github.event.pull_request.head.sha }}
4343
- name: Find unit tests
@@ -59,7 +59,7 @@ jobs:
5959
matrix:
6060
test: ${{fromJson(needs.discover-tests.outputs.unit_tests)}}
6161
steps:
62-
- uses: actions/checkout@v4
62+
- uses: actions/checkout@v5
6363
with:
6464
ref: ${{ github.event.pull_request.head.sha }}
6565
- uses: hashicorp/setup-terraform@v3
@@ -82,7 +82,7 @@ jobs:
8282
matrix:
8383
test: ${{fromJson(needs.discover-tests.outputs.integration_tests)}}
8484
steps:
85-
- uses: actions/checkout@v4
85+
- uses: actions/checkout@v5
8686
with:
8787
ref: ${{ github.event.pull_request.head.sha }}
8888
- uses: hashicorp/setup-terraform@v3
@@ -102,7 +102,7 @@ jobs:
102102
runs-on: ubuntu-latest
103103
if: always()
104104
steps:
105-
- uses: actions/checkout@v4
105+
- uses: actions/checkout@v5
106106
with:
107107
ref: ${{ github.event.pull_request.head.sha }}
108108
- uses: hashicorp/setup-terraform@v3

0 commit comments

Comments
 (0)