Skip to content

Commit

Permalink
Merge pull request #291 from fluxcd/dependabot/github_actions/ci-4f42…
Browse files Browse the repository at this point in the history
…b3d729

Bump github/codeql-action from 3.26.5 to 3.26.7 in the ci group across 1 directory
  • Loading branch information
makkes authored Sep 18, 2024
2 parents 74b0bf6 + eb11359 commit 1d532ae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/scan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ jobs:
go-version: 1.23.x
cache: true
- name: Initialize CodeQL
uses: github/codeql-action/init@2c779ab0d087cd7fe7b826087247c2c81f27bfa6 # v3.26.5
uses: github/codeql-action/init@8214744c546c1e5c8f03dde8fab3a7353211988d # v3.26.7
with:
languages: go
- name: Autobuild
uses: github/codeql-action/autobuild@2c779ab0d087cd7fe7b826087247c2c81f27bfa6 # v3.26.5
uses: github/codeql-action/autobuild@8214744c546c1e5c8f03dde8fab3a7353211988d # v3.26.7
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@2c779ab0d087cd7fe7b826087247c2c81f27bfa6 # v3.26.5
uses: github/codeql-action/analyze@8214744c546c1e5c8f03dde8fab3a7353211988d # v3.26.7

0 comments on commit 1d532ae

Please sign in to comment.