Skip to content

Commit

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

build(deps): bump github/codeql-action from 3.25.9 to 3.25.10
  • Loading branch information
nscuro authored Jun 13, 2024
2 parents 6056f2c + af6e3f3 commit 009e9b9
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@692973e3d937129bcbf40652eb9f2f61becf3332 # tag=v4.1.7
- name: Initialize CodeQL
uses: github/codeql-action/init@530d4feaa9c62aaab2d250371e2061eb7a172363 # tag=v2.11.2
uses: github/codeql-action/init@23acc5c183826b7a8a97bce3cecc52db901f8251 # tag=v2.11.2
with:
languages: "go"
- name: Run Autobuild
uses: github/codeql-action/autobuild@530d4feaa9c62aaab2d250371e2061eb7a172363 # tag=v2.11.2
uses: github/codeql-action/autobuild@23acc5c183826b7a8a97bce3cecc52db901f8251 # tag=v2.11.2
- name: Perform Analysis
uses: github/codeql-action/analyze@530d4feaa9c62aaab2d250371e2061eb7a172363 # tag=v2.11.2
uses: github/codeql-action/analyze@23acc5c183826b7a8a97bce3cecc52db901f8251 # tag=v2.11.2

0 comments on commit 009e9b9

Please sign in to comment.