Skip to content

Commit

Permalink
Merge pull request #3181 from boto/dependabot/github_actions/github/c…
Browse files Browse the repository at this point in the history
…odeql-action-3.25.5
  • Loading branch information
nateprewitt committed May 20, 2024
2 parents 293c016 + 40a880b commit 7dea82b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ jobs:
uses: "actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608"

- name: "Run CodeQL init"
uses: "github/codeql-action/init@cdcdbb579706841c47f7063dda365e292e5cad7a"
uses: "github/codeql-action/init@b7cec7526559c32f1616476ff32d17ba4c59b2d6"
with:
config-file: "./.github/codeql.yml"
languages: "python"

- name: "Run CodeQL autobuild"
uses: "github/codeql-action/autobuild@cdcdbb579706841c47f7063dda365e292e5cad7a"
uses: "github/codeql-action/autobuild@b7cec7526559c32f1616476ff32d17ba4c59b2d6"

- name: "Run CodeQL analyze"
uses: "github/codeql-action/analyze@cdcdbb579706841c47f7063dda365e292e5cad7a"
uses: "github/codeql-action/analyze@b7cec7526559c32f1616476ff32d17ba4c59b2d6"

0 comments on commit 7dea82b

Please sign in to comment.