Skip to content

Commit

Permalink
Merge pull request #474 from CycloneDX/dependabot/github_actions/gith…
Browse files Browse the repository at this point in the history
…ub/codeql-action-3.25.6

build(deps): bump github/codeql-action from 2.13.4 to 3.25.6
  • Loading branch information
nscuro authored May 28, 2024
2 parents 73996be + 6d49b2e commit 5e81aff
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ jobs:
- name: Checkout Repository
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # tag=v4.1.6
- name: Initialize CodeQL
uses: github/codeql-action/init@cdcdbb579706841c47f7063dda365e292e5cad7a # tag=v2.11.2
uses: github/codeql-action/init@9fdb3e49720b44c48891d036bb502feb25684276 # tag=v2.11.2
with:
languages: "go"
- name: Run Autobuild
uses: github/codeql-action/autobuild@cdcdbb579706841c47f7063dda365e292e5cad7a # tag=v2.11.2
uses: github/codeql-action/autobuild@9fdb3e49720b44c48891d036bb502feb25684276 # tag=v2.11.2
- name: Perform Analysis
uses: github/codeql-action/analyze@cdcdbb579706841c47f7063dda365e292e5cad7a # tag=v2.11.2
uses: github/codeql-action/analyze@9fdb3e49720b44c48891d036bb502feb25684276 # tag=v2.11.2

0 comments on commit 5e81aff

Please sign in to comment.