Skip to content

Commit

Permalink
Merge pull request #302 from fluxcd/dependabot/github_actions/ci-7f6d…
Browse files Browse the repository at this point in the history
…3396cb

Bump github/codeql-action from 3.27.4 to 3.27.6 in the ci group across 1 directory
  • Loading branch information
makkes authored Dec 10, 2024
2 parents 7ce1585 + 01302c5 commit ecae3bd
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@ea9e4e37992a54ee68a9622e985e60c8e8f12d9f # v3.27.4
uses: github/codeql-action/init@aa578102511db1f4524ed59b8cc2bae4f6e88195 # v3.27.6
with:
languages: go
- name: Autobuild
uses: github/codeql-action/autobuild@ea9e4e37992a54ee68a9622e985e60c8e8f12d9f # v3.27.4
uses: github/codeql-action/autobuild@aa578102511db1f4524ed59b8cc2bae4f6e88195 # v3.27.6
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@ea9e4e37992a54ee68a9622e985e60c8e8f12d9f # v3.27.4
uses: github/codeql-action/analyze@aa578102511db1f4524ed59b8cc2bae4f6e88195 # v3.27.6

0 comments on commit ecae3bd

Please sign in to comment.