Skip to content

Commit d770981

Browse files
chore(deps): bump actions/checkout from 4.1.1 to 4.1.2 (aquasecurity#6435)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4337068 commit d770981

File tree

9 files changed

+16
-16
lines changed

9 files changed

+16
-16
lines changed

.github/workflows/auto-update-labels.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Checkout main
15-
uses: actions/[email protected].1
15+
uses: actions/[email protected].2
1616

1717
- name: Set up Go
1818
uses: actions/setup-go@v5

.github/workflows/mkdocs-dev.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-22.04
1313
steps:
1414
- name: Checkout main
15-
uses: actions/[email protected].1
15+
uses: actions/[email protected].2
1616
with:
1717
fetch-depth: 0
1818
persist-credentials: true

.github/workflows/mkdocs-latest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-22.04
1515
steps:
1616
- name: Checkout main
17-
uses: actions/[email protected].1
17+
uses: actions/[email protected].2
1818
with:
1919
fetch-depth: 0
2020
persist-credentials: true

.github/workflows/publish-chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
runs-on: ubuntu-20.04
2323
steps:
2424
- name: Checkout
25-
uses: actions/[email protected].1
25+
uses: actions/[email protected].2
2626
with:
2727
fetch-depth: 0
2828
- name: Install Helm
@@ -55,7 +55,7 @@ jobs:
5555
runs-on: ubuntu-20.04
5656
steps:
5757
- name: Checkout
58-
uses: actions/[email protected].1
58+
uses: actions/[email protected].2
5959
with:
6060
fetch-depth: 0
6161
- name: Install chart-releaser

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-22.04
2020
steps:
2121
- name: Checkout code
22-
uses: actions/[email protected].1
22+
uses: actions/[email protected].2
2323
with:
2424
fetch-depth: 0
2525

@@ -35,7 +35,7 @@ jobs:
3535
sudo apt-get -y install rpm reprepro createrepo-c distro-info
3636
3737
- name: Checkout trivy-repo
38-
uses: actions/[email protected].1
38+
uses: actions/[email protected].2
3939
with:
4040
repository: ${{ github.repository_owner }}/trivy-repo
4141
path: trivy-repo

.github/workflows/reusable-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
password: ${{ secrets.ECR_SECRET_ACCESS_KEY }}
7070

7171
- name: Checkout code
72-
uses: actions/[email protected].1
72+
uses: actions/[email protected].2
7373
with:
7474
fetch-depth: 0
7575

.github/workflows/scan.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout code
13-
uses: actions/[email protected].1
13+
uses: actions/[email protected].2
1414

1515
- name: Run Trivy vulnerability scanner and create GitHub issues
1616
uses: knqyf263/[email protected]

.github/workflows/test-docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout
13-
uses: actions/[email protected].1
13+
uses: actions/[email protected].2
1414
with:
1515
fetch-depth: 0
1616
persist-credentials: true

.github/workflows/test.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
remove-haskell: "true"
2626
if: matrix.operating-system == 'ubuntu-latest'
2727

28-
- uses: actions/[email protected].1
28+
- uses: actions/[email protected].2
2929

3030
- name: Set up Go
3131
uses: actions/setup-go@v5
@@ -79,7 +79,7 @@ jobs:
7979
runs-on: ubuntu-latest
8080
steps:
8181
- name: Check out code into the Go module directory
82-
uses: actions/[email protected].1
82+
uses: actions/[email protected].2
8383

8484
- name: Set up Go
8585
uses: actions/setup-go@v5
@@ -108,7 +108,7 @@ jobs:
108108
remove-haskell: "true"
109109

110110
- name: Check out code into the Go module directory
111-
uses: actions/[email protected].1
111+
uses: actions/[email protected].2
112112

113113
- name: Set up Go
114114
uses: actions/setup-go@v5
@@ -128,7 +128,7 @@ jobs:
128128
runs-on: ubuntu-latest
129129
steps:
130130
- name: Checkout
131-
uses: actions/[email protected].1
131+
uses: actions/[email protected].2
132132

133133
- name: Set up Go
134134
uses: actions/setup-go@v5
@@ -159,7 +159,7 @@ jobs:
159159
remove-haskell: 'true'
160160

161161
- name: Checkout
162-
uses: actions/[email protected].1
162+
uses: actions/[email protected].2
163163

164164
- name: Set up Go
165165
uses: actions/setup-go@v5
@@ -193,7 +193,7 @@ jobs:
193193
if: matrix.operating-system == 'ubuntu-latest'
194194

195195
- name: Checkout
196-
uses: actions/[email protected].1
196+
uses: actions/[email protected].2
197197

198198
- name: Set up Go
199199
uses: actions/setup-go@v5

0 commit comments

Comments
 (0)