Skip to content

Commit b7c78d0

Browse files
ci(deps): bump firestoned/github-actions/rust/security-scan
Bumps [firestoned/github-actions/rust/security-scan](https://github.com/firestoned/github-actions) from 1.3.6 to 1.3.7. - [Release notes](https://github.com/firestoned/github-actions/releases) - [Changelog](https://github.com/firestoned/github-actions/blob/main/CHANGELOG.md) - [Commits](firestoned/github-actions@53b4832...d0d51c6) --- updated-dependencies: - dependency-name: firestoned/github-actions/rust/security-scan dependency-version: 1.3.7 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 49d87bb commit b7c78d0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -981,13 +981,13 @@ jobs:
981981

982982
- name: Run security scan (PR / push)
983983
if: github.event_name != 'release'
984-
uses: firestoned/github-actions/rust/security-scan@53b483254bc648903c364ee3c73a546d0936a91e # v1.3.6
984+
uses: firestoned/github-actions/rust/security-scan@d0d51c638a90bffc2a1567fe7af112b37fe8854c # v1.3.7
985985
with:
986986
cargo-audit-version: "0.22.0"
987987

988988
- name: Run security scan (release)
989989
if: github.event_name == 'release'
990-
uses: firestoned/github-actions/rust/security-scan@53b483254bc648903c364ee3c73a546d0936a91e # v1.3.6
990+
uses: firestoned/github-actions/rust/security-scan@d0d51c638a90bffc2a1567fe7af112b37fe8854c # v1.3.7
991991
with:
992992
cargo-audit-version: "0.22.0"
993993
upload-artifact-name: cargo-audit-report-release

0 commit comments

Comments
 (0)