Skip to content

Commit

Permalink
Bump github/codeql-action from 3.25.4 to 3.25.6 (#77)
Browse files Browse the repository at this point in the history
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
  • Loading branch information
dependabot[bot] committed May 21, 2024
1 parent b77378d commit a6eb9f7
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 @@ -28,8 +28,8 @@ jobs:
WORKFLOW=$(echo "$WORKFLOW" | cut -d '@' -f 1 | cut -d '/' -f 3-5)
go run ./cmd/ghasum verify -cache /home/runner/work/_actions -no-evict -offline "$WORKFLOW:$JOB"
- name: Initialize CodeQL
uses: github/codeql-action/init@v3.25.4
uses: github/codeql-action/init@v3.25.6
with:
languages: go
- name: Perform CodeQL analysis
uses: github/codeql-action/analyze@v3.25.4
uses: github/codeql-action/analyze@v3.25.6
2 changes: 1 addition & 1 deletion .github/workflows/gha.sum
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version 1

actions/checkout@v4.1.6 ElHY2zwea4F7aiO5kTGiEJU1+/P21We7sgBd/ov69Dg=
actions/setup-go@v5.0.1 q8sUwsMBEiWR5uyTQTvyQtNFn3obLEbDMcbC4Qk1JiA=
github/codeql-action@v3.25.4 IS0jPBoizz231GhtreScmnuGvpNv//SRaBVTxgcSB/E=
github/codeql-action@v3.25.6 GoOZVJkLggDjdfXw5hVvGABd1DI7FwJIKHKHINW5Kpc=
ncipollo/release-action@v1.14.0 +JAIlT/RB99JgfxlDrAcAdBnaKX4y8hyFWnHc4j7tfM=
stefanzweifel/git-auto-commit-action@v5.0.0 t2VeG9180CmZ5/cmxvkFkN6iWoWsOjlaJ2V8rp1HDqY=
tibdex/github-app-token@v2.1.0 ZNSBo6XSE0yxs8IkHEkVtUC9MkEeXTclXpMLl6zAmCs=
2 changes: 1 addition & 1 deletion .github/workflows/semgrep.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
env:
SEMGREP_APP_TOKEN: ${{ secrets.SEMGREP_APP_TOKEN }}
- name: Upload Semgrep report to GitHub
uses: github/codeql-action/upload-sarif@v3.25.4
uses: github/codeql-action/upload-sarif@v3.25.6
if: ${{ failure() || success() }}
with:
sarif_file: semgrep.sarif

0 comments on commit a6eb9f7

Please sign in to comment.