Skip to content

build(deps): bump actions/checkout from 4.1.2 to 4.1.3 #9494

build(deps): bump actions/checkout from 4.1.2 to 4.1.3

build(deps): bump actions/checkout from 4.1.2 to 4.1.3 #9494

Workflow file for this run

---
name: super-linter
on:
pull_request:
branches: [master]
merge_group:
workflow_dispatch:
permissions:
contents: read
packages: read
statuses: write
jobs:
super-linter:
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- uses: actions/[email protected]
with:
fetch-depth: 0
- uses: actions/[email protected]
with:
node-version-file: .node-version
cache: npm
- run: bash "${GITHUB_WORKSPACE}/scripts/super_linter/super_linter/set_path.sh"
- name: Super-Linter
uses: super-linter/super-linter/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
LINTER_RULES_PATH: .
# Go modulesを使っているため、こちらはfalseにする
VALIDATE_GO: false
concurrency:
group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.ref }}
cancel-in-progress: true