Skip to content

Commit

Permalink
Merge pull request #319 from Homebrew/dependabot/github_actions/githu…
Browse files Browse the repository at this point in the history
…b/codeql-action-3.27.7

workflows: bump github/codeql-action from 3.27.6 to 3.27.7
  • Loading branch information
carlocab authored Dec 10, 2024
2 parents 73a692f + 810ffa8 commit 48798ed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/actionlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
path: results.sarif

- name: Upload SARIF file
uses: github/codeql-action/upload-sarif@aa578102511db1f4524ed59b8cc2bae4f6e88195 # v3
uses: github/codeql-action/upload-sarif@babb554ede22fd5605947329c4d04d8e7a0b8155 # v3
with:
sarif_file: results.sarif
category: zizmor
4 changes: 2 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ jobs:
persist-credentials: false

- name: Initialize CodeQL
uses: github/codeql-action/init@aa578102511db1f4524ed59b8cc2bae4f6e88195 # v3
uses: github/codeql-action/init@babb554ede22fd5605947329c4d04d8e7a0b8155 # v3
with:
languages: ruby

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@aa578102511db1f4524ed59b8cc2bae4f6e88195 # v3
uses: github/codeql-action/analyze@babb554ede22fd5605947329c4d04d8e7a0b8155 # v3

0 comments on commit 48798ed

Please sign in to comment.