Skip to content

Commit

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

Bump github/codeql-action from 2.13.4 to 3.25.6
  • Loading branch information
nateprewitt committed May 20, 2024
2 parents 80a3e50 + a27c665 commit 7ecab0d
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@9fdb3e49720b44c48891d036bb502feb25684276"
with:
config-file: "./.github/codeql.yml"
languages: "python"

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

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

0 comments on commit 7ecab0d

Please sign in to comment.