Skip to content

Commit

Permalink
chore(deps): bump actions/checkout from 4.1.6 to 4.1.7 (#38)
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.6 to 4.1.7.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@a5ac7e5...692973e)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 1, 2024
1 parent bbb6511 commit d4b5f62
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ jobs:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
# v4.1.6
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
# v4.1.7
- uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7
# v5.0.1
with:
Expand All @@ -50,8 +50,8 @@ jobs:
GO111MODULE: on
steps:
- name: Checkout Source
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
# v4.1.6
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
# v4.1.7
- name: Run Gosec Security Scanner
uses: securego/gosec@6fbd381238e97e1d1f3358f0d6d65de78dcf9245
# V.2.20.0
Expand All @@ -69,8 +69,8 @@ jobs:
platform: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.platform }}
steps:
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
# v4.1.6
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
# v4.1.7
- uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7
# v5.0.1
with:
Expand Down

0 comments on commit d4b5f62

Please sign in to comment.