Skip to content

Commit

Permalink
Merge pull request #4240 from boto/dependabot/github_actions/github/c…
Browse files Browse the repository at this point in the history
…odeql-action-3.26.0
  • Loading branch information
nateprewitt authored Aug 12, 2024
2 parents 2e0d6e0 + dd4e43e commit ab2267a
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@9fdb3e49720b44c48891d036bb502feb25684276"
uses: "github/codeql-action/init@eb055d739abdc2e8de2e5f4ba1a8b246daa779aa"
with:
config-file: "./.github/codeql.yml"
languages: "python"

- name: "Run CodeQL autobuild"
uses: "github/codeql-action/autobuild@9fdb3e49720b44c48891d036bb502feb25684276"
uses: "github/codeql-action/autobuild@eb055d739abdc2e8de2e5f4ba1a8b246daa779aa"

- name: "Run CodeQL analyze"
uses: "github/codeql-action/analyze@9fdb3e49720b44c48891d036bb502feb25684276"
uses: "github/codeql-action/analyze@eb055d739abdc2e8de2e5f4ba1a8b246daa779aa"

0 comments on commit ab2267a

Please sign in to comment.