Skip to content

Commit 08c40e9

Browse files
ci(gha): Update actions/checkout action to v4.2.2 (#105)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9fe0f01 commit 08c40e9

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/infracost.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434

3535
# Checkout the base branch of the pull request
3636
- name: Checkout repository
37-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
37+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3838
with:
3939
ref: ${{ github.event.pull_request.base.ref }}
4040

@@ -47,7 +47,7 @@ jobs:
4747
4848
# Checkout the current PR branch so we can create a diff.
4949
- name: Checkout PR branch
50-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
50+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
5151

5252
# Generate an Infracost diff and save it to a JSON file.
5353
- name: Generate Infracost diff

.github/workflows/scorecard.yaml

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

3333
steps:
3434
- name: Checkout code
35-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
35+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3636
with:
3737
persist-credentials: false
3838

0 commit comments

Comments
 (0)