Skip to content

Commit e0aa45e

Browse files
renovate[bot]mrclrchtr
authored andcommitted
chore(deps): update actions/checkout action to v4.2.1
1 parent 6cd5c4b commit e0aa45e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/checkov.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
# Steps represent a sequence of tasks that will be executed as part of the job
3232
steps:
3333
# Checks-out your repository under $GITHUB_WORKSPACE, so follow-up steps can access it
34-
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
34+
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
3535

3636
- name: Checkov GitHub Action
3737
uses: bridgecrewio/checkov-action@14667c603d0091d4498ced6a9bd8271475f7affa # v12.2875.0

.github/workflows/dev-experience.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- version: ~1.9.0
3333
steps:
3434
- name: Checkout
35-
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
35+
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
3636
with:
3737
ref: refs/pull/${{ github.event.pull_request.number }}/merge
3838
- name: Configure Terraform plugin cache
@@ -136,7 +136,7 @@ jobs:
136136
pull-requests: write # for create or update comment
137137
steps:
138138
- name: Checkout
139-
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
139+
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
140140
with:
141141
fetch-depth: 0
142142
ref: refs/pull/${{ github.event.pull_request.number }}/merge

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- name: Checkout repository
19-
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
19+
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
2020
with:
2121
persist-credentials: false
2222
- name: Semantic Release

0 commit comments

Comments
 (0)