Skip to content

Commit 45f019f

Browse files
Bump actions/checkout from 4.1.7 to 4.2.0 (#201)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.7 to 4.2.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@692973e...d632683) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2ed1e95 commit 45f019f

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/pre-main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
run: echo "::remove-matcher owner=go::"
2626

2727
- name: Check out code into the Go module directory
28-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
28+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
2929
with:
3030
ref: ${{ github.sha }}
3131

.github/workflows/preflight.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
IMAGE_NAME: quay.io/redhat-best-practices-for-k8s/oct:latest
1919

2020
steps:
21-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
21+
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
2222

2323
- name: Set up Go 1.23
2424
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
@@ -29,7 +29,7 @@ jobs:
2929
run: echo "::remove-matcher owner=go::"
3030

3131
- name: Clone the preflight repository
32-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
32+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
3333
with:
3434
repository: redhat-openshift-ecosystem/openshift-preflight
3535
path: openshift-preflight

.github/workflows/recreate-image.yml

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

1717
steps:
1818
- name: Check out code into the Go module directory
19-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
19+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
2020
with:
2121
ref: main
2222
token: ${{ secrets.PULL_TOKEN }}
@@ -67,7 +67,7 @@ jobs:
6767

6868
steps:
6969
- name: Check out code into the Go module directory
70-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
70+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
7171
with:
7272
ref: main
7373
token: ${{ secrets.PULL_TOKEN }}

.github/workflows/scorecard.yml

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@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
35+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
3636
with:
3737
persist-credentials: false
3838

0 commit comments

Comments
 (0)