Skip to content

Commit a2f7a9a

Browse files
build(deps): bump actions/checkout from 4.3.0 to 4.3.1
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.3.0 to 4.3.1. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@08eba0b...34e1148) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 4.3.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a3165f6 commit a2f7a9a

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.github/workflows/automation-open-pull-request.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
open-pull-request:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
11+
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
1212

1313
- name: "open a pull request"
1414
id: open-pr

.github/workflows/automation-release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
latest_tag: ${{ steps.version-number.outputs.latest_tag }}
2020
should_update_azurerm: ${{ steps.results.outputs.should_update_azurerm }}
2121
steps:
22-
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
22+
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
2323
with:
2424
token: ${{ secrets.SERVICE_ACCOUNT_GO_SDK_TOKEN }}
2525

@@ -57,7 +57,7 @@ jobs:
5757
outputs:
5858
has_changes_to_push: ${{ steps.update-azurerm-provider.outputs.has_changes_to_push }}
5959
steps:
60-
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
60+
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
6161
with:
6262
fetch-depth: 0
6363
token: ${{ secrets.SERVICE_ACCOUNT_GO_SDK_TOKEN }}

.github/workflows/pr-acceptance-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
if: needs.secrets-check.outputs.available == 'true'
3434
steps:
3535
- name: Checkout
36-
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
36+
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
3737

3838
- name: Azure CLI login
3939
run: az login --allow-no-subscriptions --output none --service-principal --tenant="${{ secrets.ARM_TENANT_ID }}" --username="${{ secrets.ARM_CLIENT_ID }}" --password="${{ secrets.ARM_CLIENT_SECRET }}"

.github/workflows/pr-unit-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
unit-test:
99
runs-on: custom-linux-medium
1010
steps:
11-
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
11+
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
1212

1313
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
1414
with:

.github/workflows/pr-validate-go-get.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
validate-go-get:
99
runs-on: custom-linux-medium
1010
steps:
11-
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
11+
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
1212

1313
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
1414
with:

0 commit comments

Comments
 (0)