Skip to content

Commit

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

Bump github/codeql-action from 3.26.0 to 3.27.0
  • Loading branch information
nateprewitt authored Oct 28, 2024
2 parents 7610e03 + 5f884ac commit 27def47
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@eb055d739abdc2e8de2e5f4ba1a8b246daa779aa"
uses: "github/codeql-action/init@662472033e021d55d94146f66f6058822b0b39fd"
with:
config-file: "./.github/codeql.yml"
languages: "python"

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

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

0 comments on commit 27def47

Please sign in to comment.