Skip to content

Commit

Permalink
Merge pull request #74 from felddy/dependabot/github_actions/github/c…
Browse files Browse the repository at this point in the history
…odeql-action-2.1.9

Bump github/codeql-action from 2.1.8 to 2.1.9
  • Loading branch information
felddy authored May 2, 2022
2 parents 52cde85 + 7f2a2d3 commit ca8f94a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@1ed1437484560351c5be56cf73a48a279d116b78
uses: github/codeql-action/init@7502d6e991ca767d2db617bfd823a1ed925a0d59
with:
languages: ${{ matrix.language }}
# If you wish to specify custom queries, you can do so here or in a
Expand All @@ -68,7 +68,7 @@ jobs:
# Java). If this step fails, then you should remove it and run the build
# manually (see below)
- name: Autobuild
uses: github/codeql-action/autobuild@1ed1437484560351c5be56cf73a48a279d116b78
uses: github/codeql-action/autobuild@7502d6e991ca767d2db617bfd823a1ed925a0d59

# ℹ️ Command-line programs to run using the OS shell. 📚
# https://git.io/JvXDl
Expand All @@ -82,4 +82,4 @@ jobs:
# make release

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@1ed1437484560351c5be56cf73a48a279d116b78
uses: github/codeql-action/analyze@7502d6e991ca767d2db617bfd823a1ed925a0d59
2 changes: 1 addition & 1 deletion .github/workflows/scorecards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,6 @@ jobs:
# Upload the results to GitHub's code scanning dashboard.
- name: "Upload to code-scanning"
# v1.0.26
uses: github/codeql-action/upload-sarif@5f532563584d71fdef14ee64d17bafb34f751ce5
uses: github/codeql-action/upload-sarif@7502d6e991ca767d2db617bfd823a1ed925a0d59
with:
sarif_file: results.sarif

0 comments on commit ca8f94a

Please sign in to comment.