Skip to content

Commit

Permalink
Merge pull request #138 from sandialabs/dependabot/github_actions/git…
Browse files Browse the repository at this point in the history
…hub/codeql-action-3.25.11

chore(deps): Bump github/codeql-action from 2.25.11 to 3.25.11
  • Loading branch information
jmgate authored Jul 3, 2024
2 parents 88a9b9f + 4ff310f commit 30d38d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ jobs:
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7

- name: Initialize CodeQL
uses: github/codeql-action/init@d958b976dc5b990f802df244f2dc5d807113327f # v2.25.11
uses: github/codeql-action/init@b611370bb5703a7efb587f9d136a52ea24c5c38c # v3.25.11
with:
languages: python

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@d958b976dc5b990f802df244f2dc5d807113327f # v2.25.11
uses: github/codeql-action/analyze@b611370bb5703a7efb587f9d136a52ea24c5c38c # v3.25.11
with:
category: "/language:python"

0 comments on commit 30d38d5

Please sign in to comment.