Skip to content

Commit e0a2eda

Browse files
chore: bump actions/checkout from 3.5.2 to 3.5.3 (#764)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9f2842e commit e0a2eda

File tree

9 files changed

+16
-16
lines changed

9 files changed

+16
-16
lines changed

.github/workflows/codeql.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
egress-policy: audit
3030

3131
- name: Checkout repository
32-
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
32+
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
3333

3434
- name: Initialize CodeQL
3535
uses: github/codeql-action/init@cdcdbb579706841c47f7063dda365e292e5cad7a

.github/workflows/dep-review.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
egress-policy: audit
1515

1616
- name: 'Checkout Repository'
17-
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
17+
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
1818

1919
- name: 'Dependency Review'
2020
uses: actions/dependency-review-action@1360a344ccb0ab6e9475edef90ad2f46bf8003b1

.github/workflows/deploy_docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
run:
2222
working-directory: docs
2323
steps:
24-
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
24+
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
2525

2626
- name: Harden Runner
2727
uses: step-security/harden-runner@128a63446a954579617e875aaab7d2978154e969

.github/workflows/e2e-build.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
~/.cache/go-build
3636
- uses: crazy-max/ghaction-github-runtime@056b8ec6661ce03a987ab8643a0edc346ae63fe3 # v2.2.0
3737
- name: Check out code into the Go module directory
38-
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
38+
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
3939
- run: 'echo ${{ inputs.bucket-id }}'
4040
- name: Set env
4141
run: |
@@ -76,7 +76,7 @@ jobs:
7676
~/.cache/go-build
7777
- uses: crazy-max/ghaction-github-runtime@056b8ec6661ce03a987ab8643a0edc346ae63fe3 # v2.2.0
7878
- name: Check out code into the Go module directory
79-
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
79+
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
8080
- name: Set env
8181
run: |
8282
echo TRIVY_SCANNER_REPO=scanner >> $GITHUB_ENV
@@ -116,7 +116,7 @@ jobs:
116116
~/.cache/go-build
117117
- uses: crazy-max/ghaction-github-runtime@056b8ec6661ce03a987ab8643a0edc346ae63fe3 # v2.2.0
118118
- name: Check out code into the Go module directory
119-
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
119+
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
120120
- name: Set env
121121
run: |
122122
echo MANAGER_REPO=manager >> $GITHUB_ENV
@@ -156,7 +156,7 @@ jobs:
156156
~/.cache/go-build
157157
- uses: crazy-max/ghaction-github-runtime@056b8ec6661ce03a987ab8643a0edc346ae63fe3 # v2.2.0
158158
- name: Check out code into the Go module directory
159-
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
159+
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
160160
- name: Set env
161161
run: |
162162
echo COLLECTOR_REPO=collector >> $GITHUB_ENV

.github/workflows/e2e-test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
egress-policy: audit
2525

2626
- name: Check out code into the Go module directory
27-
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
27+
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
2828
- id: set-test-matrix
2929
run: |
3030
readarray -d '' test_dirs < <(find ./test/e2e/tests -mindepth 1 -type d -print0)
@@ -51,7 +51,7 @@ jobs:
5151
with:
5252
egress-policy: audit
5353
- name: Check out code into the Go module directory
54-
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
54+
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
5555
- name: Fetch Build Artifacts
5656
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2
5757
with:

.github/workflows/release-pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
echo "TARGET_BRANCH=main" >> ${GITHUB_ENV}
6060
fi
6161
62-
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
62+
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
6363
with:
6464
fetch-depth: 0
6565

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
egress-policy: audit
2828

2929
- name: Check out code into the Go module directory
30-
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
30+
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
3131

3232
- name: Setup buildx instance
3333
uses: docker/setup-buildx-action@4b4e9c3e2d4531116a6f8ba8e71fc6e2cb6e6c8c # v2.5.0

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
egress-policy: audit
3131

3232
- name: "Checkout code"
33-
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.1.0
33+
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.1.0
3434
with:
3535
persist-credentials: false
3636

.github/workflows/test.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
uses: step-security/harden-runner@128a63446a954579617e875aaab7d2978154e969
4949
with:
5050
egress-policy: audit
51-
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
51+
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
5252
- name: Set up Go 1.20
5353
uses: actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753 # v4.0.1
5454
with:
@@ -102,7 +102,7 @@ jobs:
102102
~/go/pkg/mod
103103
~/.cache/go-build
104104
- name: Check out code into the Go module directory
105-
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
105+
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
106106
- name: Unit test
107107
run: make test
108108
- name: Codecov upload
@@ -122,7 +122,7 @@ jobs:
122122
with:
123123
egress-policy: audit
124124
- name: Check out code into the Go module directory
125-
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
125+
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
126126
- name: Set up Go 1.20
127127
uses: actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753 # v4.0.1
128128
with:
@@ -147,7 +147,7 @@ jobs:
147147
egress-policy: audit
148148

149149
- name: Check out code into the Go module directory
150-
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
150+
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
151151

152152
- name: Get repo
153153
run: |

0 commit comments

Comments
 (0)