Skip to content

Commit

Permalink
ci(github-actions): bump the dependencies group across 1 directory wi…
Browse files Browse the repository at this point in the history
…th 3 updates

Bumps the dependencies group with 3 updates in the / directory: [kunitsucom/github-actions-paths-ignore-alternative](https://github.com/kunitsucom/github-actions-paths-ignore-alternative), [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) and [codecov/codecov-action](https://github.com/codecov/codecov-action).


Updates `kunitsucom/github-actions-paths-ignore-alternative` from 0.0.4 to 1.0.1
- [Release notes](https://github.com/kunitsucom/github-actions-paths-ignore-alternative/releases)
- [Commits](hakadoriya-actions/paths-filter-alternative@v0.0.4...v1.0.1)

Updates `golangci/golangci-lint-action` from 6.0.1 to 6.2.0
- [Release notes](https://github.com/golangci/golangci-lint-action/releases)
- [Commits](golangci/golangci-lint-action@v6.0.1...v6.2.0)

Updates `codecov/codecov-action` from 4 to 5
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](codecov/codecov-action@v4...v5)

---
updated-dependencies:
- dependency-name: kunitsucom/github-actions-paths-ignore-alternative
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: golangci/golangci-lint-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: codecov/codecov-action
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 27, 2025
1 parent 533cfb9 commit fbae4bf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
outputs:
skip: ${{ steps.paths-ignore.outputs.skip }}
steps:
- uses: kunitsucom/github-actions-paths-ignore-alternative@v0.0.4
- uses: kunitsucom/github-actions-paths-ignore-alternative@v1.0.1
id: paths-ignore
with:
paths-ignore: |-
Expand Down Expand Up @@ -131,7 +131,7 @@ jobs:
if [ -n "${GITHUB_TOKEN-}" ]; then
direnv exec . bash -Eeux -o pipefail -c 'echo "${GOPRIVATE:-}${GOPRIVATE+,}" | while read -d , -r LINE; do echo "set git config: ${LINE}"; git config --global url."https://${GITHUB_TOKEN}:x-oauth-basic@${LINE}".insteadOf "https://${LINE}"; done'
fi
- uses: golangci/golangci-lint-action@v6.0.1 # ref. https://github.com/golangci/golangci-lint-action#how-to-use
- uses: golangci/golangci-lint-action@v6.2.0 # ref. https://github.com/golangci/golangci-lint-action#how-to-use
with:
working-directory: ${{ env.WORKDIR }}
args: --timeout=600s
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/go-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
outputs:
skip: ${{ steps.paths-ignore.outputs.skip }}
steps:
- uses: kunitsucom/github-actions-paths-ignore-alternative@v0.0.4
- uses: kunitsucom/github-actions-paths-ignore-alternative@v1.0.1
id: paths-ignore
with:
paths-ignore: |-
Expand Down Expand Up @@ -160,7 +160,7 @@ jobs:
else
direnv exec . make test
fi
- uses: codecov/codecov-action@v4 # ref. https://github.com/codecov/codecov-action#example-workflowyml-with-codecov-action
- uses: codecov/codecov-action@v5 # ref. https://github.com/codecov/codecov-action#example-workflowyml-with-codecov-action
if: ${{ env.COVER == 'true' }}
with:
token: ${{ secrets.CODECOV_TOKEN }}
Expand Down

0 comments on commit fbae4bf

Please sign in to comment.