Skip to content

Commit

Permalink
chore: apply security hardening to ci
Browse files Browse the repository at this point in the history
[StepSecurity] Apply security best practices

Signed-off-by: StepSecurity Bot <bot@stepsecurity.io>
  • Loading branch information
step-security-bot authored and sgammon committed Sep 8, 2023
1 parent a8fa3cc commit 8b2f1b6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,8 @@ updates:
directory: /
schedule:
interval: daily

- package-ecosystem: pip
directory: /
schedule:
interval: daily
2 changes: 1 addition & 1 deletion .github/workflows/module.build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ jobs:
shell: bash
run: bazel coverage --config=ci ${{ inputs.flags }} "//tools/..." "//tests/..." "//.aspect/..."
- name: "Report: Coverage"
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d # v3.1.4
if: inputs.coverage
continue-on-error: true
with:
Expand Down

0 comments on commit 8b2f1b6

Please sign in to comment.