Skip to content

Commit e36f98d

Browse files
chore(deps): update actions/checkout action to v3.5.0
1 parent ec05dc4 commit e36f98d

42 files changed

Lines changed: 42 additions & 42 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/action-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ jobs:
1414

1515
steps:
1616
- name: Checkout
17-
uses: actions/checkout@v3.3.0
17+
uses: actions/checkout@v3.5.0
1818

1919
- uses: reviewdog/action-actionlint@v1

.github/workflows/ansible-lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
run: env | sort
4949

5050
- name: Checkout
51-
uses: actions/checkout@v3.3.0
51+
uses: actions/checkout@v3.5.0
5252
with:
5353
fetch-depth: 1
5454
ref: ${{ github.head_ref }}

.github/workflows/auto-rebase.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
reaction: "+1" # Optional, defaults to +1
3838

3939
- name: Checkout the latest code
40-
uses: actions/checkout@v3.3.0
40+
uses: actions/checkout@v3.5.0
4141
with:
4242
fetch-depth: 0 # otherwise, you will fail to push refs to dest repo
4343

.github/workflows/cloudbase.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
msg: ${{ github.ref }}
9494

9595
- name: Checkout ${{ steps.split.outputs._2 }}
96-
uses: actions/checkout@v3.3.0
96+
uses: actions/checkout@v3.5.0
9797
with:
9898
ref: ${{ steps.split.outputs._2 }}
9999
submodules: 'true'

.github/workflows/codeql.yml

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

4848
steps:
4949
- name: Checkout
50-
uses: actions/checkout@v3.3.0
50+
uses: actions/checkout@v3.5.0
5151

5252
# Initializes the CodeQL tools for scanning.
5353
- name: Initialize CodeQL

.github/workflows/dependabot-auto-merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
if: ${{ github.actor == 'dependabot[bot]' }}
4949
continue-on-error: true
5050
steps:
51-
- uses: actions/checkout@v3.3.0
51+
- uses: actions/checkout@v3.5.0
5252
with:
5353
fetch-depth: 1
5454

.github/workflows/deploy-argo-rollouts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
msg: ${{ github.ref }}
4444

4545
- name: Checkout ${{ steps.split.outputs._2 }}
46-
uses: actions/checkout@v3.3.0
46+
uses: actions/checkout@v3.5.0
4747
with:
4848
ref: ${{ steps.split.outputs._2 }}
4949

.github/workflows/deploy-k8s.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
msg: ${{ github.ref }}
6161

6262
- name: Checkout ${{ steps.split.outputs._2 }}
63-
uses: actions/checkout@v3.3.0
63+
uses: actions/checkout@v3.5.0
6464
with:
6565
ref: ${{ steps.split.outputs._2 }}
6666

.github/workflows/docker-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ jobs:
129129
msg: ${{ github.ref }}
130130

131131
- name: Checkout ${{ steps.split.outputs._2 }}
132-
uses: actions/checkout@v3.3.0
132+
uses: actions/checkout@v3.5.0
133133
with:
134134
ref: ${{ github.event.pull_request.head.sha != '' && github.event.pull_request.head.sha || github.ref }}
135135
submodules: 'true'

.github/workflows/docker-lint.yml

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

6868
steps:
6969
- name: Check out code
70-
uses: actions/checkout@v3.3.0
70+
uses: actions/checkout@v3.5.0
7171

7272
- name: hadolint
7373
uses: reviewdog/action-hadolint@v1

0 commit comments

Comments
 (0)