-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump github/codeql-action from 3.24.3 to 3.24.4 (#15)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.24.3 to 3.24.4. - [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.3...v3.24.4) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Eric Cornelissen <[email protected]>
- Loading branch information
1 parent
ad19a29
commit ed78adc
Showing
3 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,8 +21,8 @@ jobs: | |
with: | ||
go-version-file: go.mod | ||
- name: Initialize CodeQL | ||
uses: github/codeql-action/[email protected].3 | ||
uses: github/codeql-action/[email protected].4 | ||
with: | ||
languages: go | ||
- name: Perform CodeQL analysis | ||
uses: github/codeql-action/[email protected].3 | ||
uses: github/codeql-action/[email protected].4 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,5 +2,5 @@ version 1 | |
|
||
actions/[email protected] Xl8z/l21IIpcBDsjpnq7jsBPk/RY26RwvDVL8FrajmE= | ||
actions/[email protected] lSvPPozeojJimtMLZ7cX1J/h8r1i30yGoTYQbst/jA4= | ||
github/[email protected].3 GLS8dPEK5utIAgML5u2KUEdc7VhRnelkSnA8wJmaYHk= | ||
github/[email protected].4 asqlcydEXK2eTSQxPZ/HKlfqqE/fxrokshEDXtefChk= | ||
ncipollo/[email protected] +JAIlT/RB99JgfxlDrAcAdBnaKX4y8hyFWnHc4j7tfM= |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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].3 | ||
uses: github/codeql-action/[email protected].4 | ||
if: ${{ failure() || success() }} | ||
with: | ||
sarif_file: semgrep.sarif |