Skip to content

Commit

Permalink
Merge pull request #288 from fluxcd/dependabot/github_actions/ci-38aa…
Browse files Browse the repository at this point in the history
…cf0b95

Bump github/codeql-action from 3.26.3 to 3.26.5 in the ci group
  • Loading branch information
stefanprodan authored Aug 28, 2024
2 parents deb83f0 + 3c0ad04 commit 74b0bf6
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@883d8588e56d1753a8a58c1c86e88976f0c23449 # v3.26.3
uses: github/codeql-action/init@2c779ab0d087cd7fe7b826087247c2c81f27bfa6 # v3.26.5
with:
languages: go
- name: Autobuild
uses: github/codeql-action/autobuild@883d8588e56d1753a8a58c1c86e88976f0c23449 # v3.26.3
uses: github/codeql-action/autobuild@2c779ab0d087cd7fe7b826087247c2c81f27bfa6 # v3.26.5
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@883d8588e56d1753a8a58c1c86e88976f0c23449 # v3.26.3
uses: github/codeql-action/analyze@2c779ab0d087cd7fe7b826087247c2c81f27bfa6 # v3.26.5

0 comments on commit 74b0bf6

Please sign in to comment.