Skip to content

Commit

Permalink
chore: apply ci hardening
Browse files Browse the repository at this point in the history
Signed-off-by: StepSecurity Bot <bot@stepsecurity.io>
  • Loading branch information
step-security-bot authored and sgammon committed Apr 16, 2024
1 parent fec13c4 commit d61d395
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 1 deletion.
25 changes: 25 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,28 @@ updates:
directory: /containers/node
schedule:
interval: daily

- package-ecosystem: docker
directory: /containers/bazel
schedule:
interval: daily

- package-ecosystem: docker
directory: /containers/bun
schedule:
interval: daily

- package-ecosystem: docker
directory: /containers/deno
schedule:
interval: daily

- package-ecosystem: docker
directory: /containers/elide
schedule:
interval: daily

- package-ecosystem: docker
directory: /containers/rbe
schedule:
interval: daily
2 changes: 1 addition & 1 deletion .github/workflows/container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: "Setup: Container Cache"
uses: reproducible-containers/buildkit-cache-dance@v2.1.2
uses: reproducible-containers/buildkit-cache-dance@47a61eb1db5c76da4d93c7d3b05b9d12d4ca340b # v2.1.2
if: inputs.cache_source != ''
with:
cache-source: ${{ inputs.cache_source }}
Expand Down
4 changes: 4 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,7 @@ repos:
hooks:
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/gherynos/pre-commit-java
rev: v0.2.4
hooks:
- id: Checkstyle

0 comments on commit d61d395

Please sign in to comment.