Skip to content

Bump github/codeql-action from 3.29.7 to 3.29.8 #493

Bump github/codeql-action from 3.29.7 to 3.29.8

Bump github/codeql-action from 3.29.7 to 3.29.8 #493

Workflow file for this run

---
name: Analysis
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
schedule:
- cron: 13 7 * * 6
jobs:
linting:
runs-on: ubuntu-latest
steps:
-
name: checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
fetch-depth: 0
-
uses: ruby/setup-ruby@2a7b30092b0caf9c046252510f9273b4875f3db9 # v1.254.0
with:
bundler-cache: true
-
name: Ruby Linting
run: bundle exec rubocop
-
name: shellcheck
uses: azohra/shell-linter@30a9cf3f6cf25c08fc98f10d7dc4167f7b5c0c00
with:
path: scripts/test-*
severity: error
-
name: yaml-lint
uses: ibiqlik/action-yamllint@2576378a8e339169678f9939646ee3ee325e845c # v3.1.1
with:
config_file: .yamllint.yml
vulnerabilities:
runs-on: ubuntu-latest
permissions:
security-events: write
steps:
-
name: checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
fetch-depth: 0
-
name: initialize
uses: github/codeql-action/init@76621b61decf072c1cee8dd1ce2d2a82d33c17ed # v3.29.5
with:
languages: ruby
-
name: codeql analyze
uses: github/codeql-action/analyze@76621b61decf072c1cee8dd1ce2d2a82d33c17ed # v3.29.5