Skip to content

Commit

Permalink
Bump github/codeql-action from 3.24.4 to 3.24.7 (#30)
Browse files Browse the repository at this point in the history
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.24.4 to 3.24.7.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@v3.24.4...v3.24.7)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...
Co-authored-by: Eric Cornelissen <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 14, 2024
1 parent 17db11b commit 0207c4e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
with:
go-version-file: go.mod
- name: Initialize CodeQL
uses: github/codeql-action/[email protected].4
uses: github/codeql-action/[email protected].7
with:
languages: go
- name: Perform CodeQL analysis
uses: github/codeql-action/[email protected].4
uses: github/codeql-action/[email protected].7
2 changes: 1 addition & 1 deletion .github/workflows/gha.sum
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ version 1

actions/[email protected] 5uAXl352I8XStCYyGTbGN7KcAaq2TyH8pPYNxivPuJo=
actions/[email protected] lSvPPozeojJimtMLZ7cX1J/h8r1i30yGoTYQbst/jA4=
github/[email protected].4 asqlcydEXK2eTSQxPZ/HKlfqqE/fxrokshEDXtefChk=
github/[email protected].7 lzXmzNy+eVIfpHwZCI3wJmpy6U5VGiIPLmDCjet1oVs=
ncipollo/[email protected] +JAIlT/RB99JgfxlDrAcAdBnaKX4y8hyFWnHc4j7tfM=
2 changes: 1 addition & 1 deletion .github/workflows/semgrep.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
env:
SEMGREP_APP_TOKEN: ${{ secrets.SEMGREP_APP_TOKEN }}
- name: Upload Semgrep report to GitHub
uses: github/codeql-action/[email protected].4
uses: github/codeql-action/[email protected].7
if: ${{ failure() || success() }}
with:
sarif_file: semgrep.sarif

0 comments on commit 0207c4e

Please sign in to comment.