Skip to content

Commit 1eb9812

Browse files
massongitrenovate[bot]dev-hato-app[bot]github-actions[bot]
authored
super-linterアップデート (#358)
* chore(deps): update super-linter/super-linter action to v8.2.0 * Format修正 (#357) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * BIOME_FORMAT無効化 --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: dev-hato-app[bot] <111467236+dev-hato-app[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 6936d40 commit 1eb9812

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
with:
4343
# either 'goreleaser' (default) or 'goreleaser-pro'
4444
distribution: goreleaser
45-
version: v2.11.2
45+
version: v2.12.3
4646
args: release --clean
4747
env:
4848
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/super-linter.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,15 @@ jobs:
1919
fetch-depth: 0
2020
persist-credentials: false
2121
- name: Super-Linter
22-
uses: super-linter/super-linter/slim@ffde3b2b33b745cb612d787f669ef9442b1339a6 # v8.1.0
22+
uses: super-linter/super-linter/slim@7bba2eeb89d01dc9bfd93c497477a57e72c83240 # v8.2.0
2323
env:
2424
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2525
DEFAULT_BRANCH: main
2626
LINTER_RULES_PATH: .
2727
# Go modulesを使っているため、こちらはfalseにする
2828
VALIDATE_GO: false
2929
VALIDATE_GIT_COMMITLINT: false
30+
VALIDATE_BIOME_FORMAT: false
3031
concurrency:
3132
group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.ref }}
3233
cancel-in-progress: true

0 commit comments

Comments
 (0)