Skip to content

Bump ruby/setup-ruby from 1.190.0 to 1.191.0 #484

Bump ruby/setup-ruby from 1.190.0 to 1.191.0

Bump ruby/setup-ruby from 1.190.0 to 1.191.0 #484

Workflow file for this run

name: "Code Scanning - Action"
on:
push:
pull_request:
schedule:
- cron: '30 1 * * 0'
workflow_dispatch:
permissions:
contents: read
jobs:
CodeQL-Build:
# CodeQL runs on ubuntu-latest, windows-latest, and macos-latest
runs-on: ubuntu-latest
permissions:
# required for all workflows
security-events: write
steps:
- name: Harden Runner
uses: step-security/harden-runner@5c7944e73c4c2a096b17a9cb74d65b6c2bbafbde # v2.9.1
with:
egress-policy: audit
- name: Checkout repository
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@883d8588e56d1753a8a58c1c86e88976f0c23449 # v3.26.3
- run: |
bash cloudflare-dns.sh dyndns-update
shell: bash
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@883d8588e56d1753a8a58c1c86e88976f0c23449 # v3.26.3