Skip to content

Commit 44110a2

Browse files
dependabot[bot]jskelin
authored andcommitted
chore(deps): Bump actions/checkout from 4.1.7 to 4.2.0
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]>
1 parent 3ae2731 commit 44110a2

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/build-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
go-version: '~1.22'
4040

4141
- name: ⬇️ Check out code into the Go module directory
42-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 #v4.1.7
42+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 #v4.2.0
4343

4444
- name: 🏗️ Compile
4545
run: make compile

.github/workflows/conventional_commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
contents: read
1313
checks: write
1414
steps:
15-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 #v4.1.7
15+
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 #v4.2.0
1616
with:
1717
fetch-depth: 0
1818
- name: Commitsar check

.github/workflows/dependencies-and-licenses.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
contents: write
1414
steps:
1515
- name: Checkout Core Repo
16-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 #v4.1.7
16+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 #v4.2.0
1717
- name: Set up Go
1818
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 #v5.0.2
1919
with:

.github/workflows/pr-static-code-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
go-version: '~1.22'
2424

2525
- name: ⬇️ Check out code into the Go module directory
26-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 #v4.1.7
26+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 #v4.2.0
2727

2828
- name: ✍️ Check format
2929
run: make lint

.github/workflows/semgrep.yml

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

2626
steps:
2727
# Fetch project source with GitHub Actions Checkout.
28-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 #v4.1.7
28+
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 #v4.2.0
2929
# Run the "semgrep ci" command on the command line of the docker image.
3030
- run: semgrep ci --exclude "gen/*"
3131
env:

0 commit comments

Comments
 (0)