Skip to content

Commit 1ae368d

Browse files
chore(deps): update github/codeql-action digest to 0d579ff (#413)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github/codeql-action](https://redirect.github.com/github/codeql-action) ([changelog](https://redirect.github.com/github/codeql-action/compare/c793b717bc78562f491db7b0e93a3a178b099162..0d579ffd059c29b07949a3cce3983f0780820c98)) | action | digest | `c793b71` → `0d579ff` | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/cloudnative-pg/postgres-containers). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My41Ni4wIiwidXBkYXRlZEluVmVyIjoiNDMuNTYuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 14c7585 commit 1ae368d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/actions/security-scans/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ runs:
5858
sed -i 's/"security-severity": "undefined"/"security-severity": "0"/g' snyk.sarif
5959
6060
- name: Upload result to GitHub Code Scanning
61-
uses: github/codeql-action/upload-sarif@c793b717bc78562f491db7b0e93a3a178b099162 # v4
61+
uses: github/codeql-action/upload-sarif@0d579ffd059c29b07949a3cce3983f0780820c98 # v4
6262
if: ${{ hashFiles('snyk.sarif') != '' }}
6363
with:
6464
sarif_file: snyk.sarif
@@ -74,7 +74,7 @@ runs:
7474
output: 'trivy-results.sarif'
7575

7676
- name: Upload Trivy scan results to GitHub Security tab
77-
uses: github/codeql-action/upload-sarif@c793b717bc78562f491db7b0e93a3a178b099162 # v4
77+
uses: github/codeql-action/upload-sarif@0d579ffd059c29b07949a3cce3983f0780820c98 # v4
7878
if: ${{ hashFiles('trivy-results.sarif') != '' }}
7979
with:
8080
sarif_file: 'trivy-results.sarif'

0 commit comments

Comments
 (0)