Skip to content

Commit

Permalink
Merge branch 'main' into renovate/defenseunicorns-uds-common-1.x
Browse files Browse the repository at this point in the history
  • Loading branch information
MxNxPx authored Nov 19, 2024
2 parents 0e82007 + cdea743 commit f3019e9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 13 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish-bundle-rke2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
token: ${{ secrets.PAT }}
repository: ${{ github.repository }}
Expand All @@ -27,14 +27,14 @@ jobs:
uses: ./.github/actions/setup

- name: Login to Registry1
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0
with:
registry: registry1.dso.mil
username: ${{ secrets.IRON_BANK_ROBOT_USERNAME }}
password: ${{ secrets.IRON_BANK_ROBOT_PASSWORD }}

- name: Init zarf cache
uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
with:
path: "~/.zarf-cache"
key: zarf-cache
Expand All @@ -50,7 +50,7 @@ jobs:
df -h
- name: Login to GHCR
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0
with:
registry: ghcr.io
username: ${{ github.actor }}
Expand Down
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ repos:
# GENERAL CHECKS
################
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.0.1
rev: v5.0.0
hooks:
- id: check-added-large-files
name: Large Files Check
Expand All @@ -26,7 +26,7 @@ repos:
args: [--markdown-linebreak-ext=md]

- repo: https://github.com/gitleaks/gitleaks
rev: v8.18.0
rev: v8.21.2
hooks:
- id: gitleaks
name: GitLeaks Checks
Expand Down
10 changes: 3 additions & 7 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,8 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"github>defenseunicorns/uds-common//config/renovate.json5",
":semanticPrefixFixDepsChoreOthers",
"config:base",
"replacements:all",
"workarounds:all"
"config:recommended",
":disableRateLimiting"
],
"pre-commit": {
"enabled": true
}
"pre-commit": {"enabled": true}
}

0 comments on commit f3019e9

Please sign in to comment.