Skip to content

Commit

Permalink
Merge pull request #1033 from Automattic/dependabot/github_actions/do…
Browse files Browse the repository at this point in the history
…t-github/actions/build-docker-image/github/codeql-action-3.28.0

chore(deps): Bump github/codeql-action from 3.27.9 to 3.28.0 in /.github/actions/build-docker-image
  • Loading branch information
sjinks authored Dec 24, 2024
2 parents cc45a23 + 9449440 commit ef62b8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/build-docker-image/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ runs:
if: inputs.scan == 'true' && (github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.event.pull_request.base.repo.full_name)

- name: Upload SARIF
uses: github/codeql-action/upload-sarif@v3.27.9
uses: github/codeql-action/upload-sarif@v3.28.0
with:
sarif_file: ${{ steps.filename.outputs.filename }}
if: inputs.scan == 'true' && (github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.event.pull_request.base.repo.full_name)
Expand Down

0 comments on commit ef62b8c

Please sign in to comment.