Skip to content

Commit

Permalink
Merge pull request #56 from x448/dependabot/github_actions/github/cod…
Browse files Browse the repository at this point in the history
…eql-action-3.26.9

Bump github/codeql-action from 3.26.8 to 3.26.9
  • Loading branch information
x448 authored Oct 6, 2024
2 parents 3c11398 + 91c8b3b commit 4d2aa6a
Showing 1 changed file with 13 additions and 7 deletions.
20 changes: 13 additions & 7 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,20 @@
# Copied from https://github.com/fxamacker/cbor
name: "CodeQL"

# Remove default permissions
permissions: {}

on:
push:
branches: [ master ]
# Run on push for all branches.
pull_request:
# The branches below must be a subset of the branches above
branches: [ master ]
# Run on pull request for all branches.
schedule:
- cron: '25 3 * * 3'
- cron: '30 12 * * *' # Run daily at 12:30 UTC / 7:30 AM Central.

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.run_id }}
cancel-in-progress: true

jobs:
analyze:
Expand All @@ -32,14 +36,16 @@ jobs:

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@294a9d92911152fe08befb9ec03e240add280cb3 # v3.26.8
uses: github/codeql-action/init@6db8d6351fd0be61f9ed8ebd12ccd35dcec51fea # v3.26.11
with:
languages: ${{ matrix.language }}

# Don't need setup-go because default version of Go is updated regularly in ubuntu-latest.

# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
# If this step fails, then you should remove it and run the build manually (see below)
- name: Autobuild
uses: github/codeql-action/autobuild@294a9d92911152fe08befb9ec03e240add280cb3 # v3.26.8
uses: github/codeql-action/autobuild@6db8d6351fd0be61f9ed8ebd12ccd35dcec51fea # v3.26.11

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@294a9d92911152fe08befb9ec03e240add280cb3 # v3.26.8
uses: github/codeql-action/analyze@6db8d6351fd0be61f9ed8ebd12ccd35dcec51fea # v3.26.11

0 comments on commit 4d2aa6a

Please sign in to comment.