Skip to content

Commit f866149

Browse files
Bump github/codeql-action/upload-sarif from 4.36.2 to 4.36.3
Bumps [github/codeql-action/upload-sarif](https://github.com/github/codeql-action) from 4.36.2 to 4.36.3. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@8aad20d...54f647b) --- updated-dependencies: - dependency-name: github/codeql-action/upload-sarif dependency-version: 4.36.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b9c03cb commit f866149

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/security.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
# with '-no-fail' we let the report trigger content trigger a failure using the GitHub Security features.
2626
args: "-no-fail -fmt sarif -out gosec.sarif ./..."
2727
- name: Upload SARIF file for GitHub Advanced Security Dashboard
28-
uses: github/codeql-action/upload-sarif@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v3
28+
uses: github/codeql-action/upload-sarif@54f647b7e1bb85c95cddabcd46b0c578ec92bc1a # v3
2929
with:
3030
sarif_file: gosec.sarif
3131

@@ -57,7 +57,7 @@ jobs:
5757
fi
5858
EOF
5959
- name: Upload SARIF file for GitHub Advanced Security Dashboard
60-
uses: github/codeql-action/upload-sarif@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v3
60+
uses: github/codeql-action/upload-sarif@54f647b7e1bb85c95cddabcd46b0c578ec92bc1a # v3
6161
with:
6262
sarif_file: semgrep.sarif
6363

0 commit comments

Comments
 (0)