Skip to content

Bump rexml from 3.3.8 to 3.3.9 in the bundler group (#128) #342

Bump rexml from 3.3.8 to 3.3.9 in the bundler group (#128)

Bump rexml from 3.3.8 to 3.3.9 in the bundler group (#128) #342

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@v4
with:
fetch-depth: 0
-
uses: ruby/setup-ruby@v1
with:
bundler-cache: true
-
name: Ruby Linting
run: bundle exec rubocop
-
name: shellcheck
uses: azohra/shell-linter@6bbeaa868df09c34ddc008e6030cfe89c03394a1
with:
path: scripts/test-*
severity: error
-
name: yaml-lint
uses: ibiqlik/action-yamllint@v3
with:
config_file: .yamllint.yml
vulnerabilities:
runs-on: ubuntu-latest
permissions:
security-events: write
steps:
-
name: checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
-
name: initialize
uses: github/codeql-action/init@v3
with:
languages: ruby
-
name: codeql analyze
uses: github/codeql-action/analyze@v3