Skip to content

Commit

Permalink
Merge pull request #4404 from boto/dependabot/github_actions/github/c…
Browse files Browse the repository at this point in the history
…odeql-action-3.28.1
  • Loading branch information
nateprewitt authored Jan 20, 2025
2 parents f866568 + 4b6d32a commit 1e2006c
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@d632683dd7b4114ad314bca15554477dd762a938"

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

- name: "Run CodeQL autobuild"
uses: "github/codeql-action/autobuild@662472033e021d55d94146f66f6058822b0b39fd"
uses: "github/codeql-action/autobuild@b6a472f63d85b9c78a3ac5e89422239fc15e9b3c"

- name: "Run CodeQL analyze"
uses: "github/codeql-action/analyze@662472033e021d55d94146f66f6058822b0b39fd"
uses: "github/codeql-action/analyze@b6a472f63d85b9c78a3ac5e89422239fc15e9b3c"

0 comments on commit 1e2006c

Please sign in to comment.