Skip to content

Commit

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

Bump github/codeql-action from 3.25.5 to 3.26.0
  • Loading branch information
nateprewitt authored Aug 12, 2024
2 parents 149ae67 + 47d81ea commit dec0094
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@b7cec7526559c32f1616476ff32d17ba4c59b2d6"
uses: "github/codeql-action/init@eb055d739abdc2e8de2e5f4ba1a8b246daa779aa"
with:
config-file: "./.github/codeql.yml"
languages: "python"

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

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

0 comments on commit dec0094

Please sign in to comment.