Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/container-and-chart/docker/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.25.6

require (
github.com/coreos/go-oidc/v3 v3.18.0
github.com/jackc/pgx/v5 v5.9.2
github.com/jackc/pgx/v5 v5.10.0
github.com/prometheus/client_golang v1.23.2
golang.org/x/oauth2 v0.36.0
)
Expand Down
2 changes: 2 additions & 0 deletions .github/container-and-chart/docker/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ github.com/jackc/pgx/v5 v5.8.0 h1:TYPDoleBBme0xGSAX3/+NujXXtpZn9HBONkQC7IEZSo=
github.com/jackc/pgx/v5 v5.8.0/go.mod h1:QVeDInX2m9VyzvNeiCJVjCkNFqzsNb43204HshNSZKw=
github.com/jackc/pgx/v5 v5.9.2 h1:3ZhOzMWnR4yJ+RW1XImIPsD1aNSz4T4fyP7zlQb56hw=
github.com/jackc/pgx/v5 v5.9.2/go.mod h1:mal1tBGAFfLHvZzaYh77YS/eC6IX9OWbRV1QIIM0Jn4=
github.com/jackc/pgx/v5 v5.10.0 h1:VhSvgU2jSli8o3AqIEOTJr7rZwAEUVo4E4XhR94Zfr0=
github.com/jackc/pgx/v5 v5.10.0/go.mod h1:mal1tBGAFfLHvZzaYh77YS/eC6IX9OWbRV1QIIM0Jn4=
github.com/jackc/puddle/v2 v2.2.2 h1:PR8nw+E/1w0GLuRFSmiioY6UooMp6KJv0/61nB7icHo=
github.com/jackc/puddle/v2 v2.2.2/go.mod h1:vriiEXHvEE654aYKXXjOvZM39qJ0q+azkZFrfEOc3H4=
github.com/klauspost/compress v1.18.0 h1:c/Cqfb0r+Yi+JtIEq73FWXVkRonBlf0CRNYc8Zttxdo=
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/commitlint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ on:

jobs:
validate:
uses: defenseunicorns/uds-common/.github/workflows/callable-commitlint.yaml@ba03e5bec6704a54466a94a3fdee9741b755630b # v1.24.11
uses: defenseunicorns/uds-common/.github/workflows/callable-commitlint.yaml@ad37f65401031af319e4970f705fda0ae849996b # v1.24.14
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ on:

jobs:
validate:
uses: defenseunicorns/uds-common/.github/workflows/callable-lint.yaml@ba03e5bec6704a54466a94a3fdee9741b755630b # v1.24.11
uses: defenseunicorns/uds-common/.github/workflows/callable-lint.yaml@ad37f65401031af319e4970f705fda0ae849996b # v1.24.14
secrets: inherit
10 changes: 5 additions & 5 deletions .github/workflows/release-container-and-charts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@ jobs:
packages: write # Allows writing the content of the repository's packages.
id-token: write
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
with:
fetch-depth: 0

- name: Install UDS CLI
uses: defenseunicorns/setup-uds@ab842abcad1f7a3305c2538e3dd1950d0daacfa5 # v1.0.1
with:
# renovate: datasource=github-tags depName=defenseunicorns/uds-cli versioning=semver
version: v0.31.0
version: v0.32.0

- name: Install ORAS CLI
if: ${{ inputs.publish-repo }}
Expand All @@ -46,7 +46,7 @@ jobs:
uses: azure/setup-helm@dda3372f752e03dde6b3237bc9431cdc2f7a02a2 # v5
with:
# renovate: datasource=github-tags depName=azure/azure-devops-helm-extension versioning=semver
version: v3.18.3
version: v4.2.0

- name: Environment setup
run: |
Expand All @@ -66,10 +66,10 @@ jobs:
echo "VERSION=$VERSION" >> $GITHUB_ENV

- name: Set up QEMU
uses: docker/setup-qemu-action@ce360397dd3f832beb865e1373c09c0e9f86d70a # v4
uses: docker/setup-qemu-action@06116385d9baf250c9f4dcb4858b16962ea869c3 # v4

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4
uses: docker/setup-buildx-action@d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5 # v4

- name: Build and Push Container Image
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
matrix:
flavor: [upstream, unicorn]
architecture: [amd64, arm64]
uses: defenseunicorns/uds-common/.github/workflows/callable-publish.yaml@ba03e5bec6704a54466a94a3fdee9741b755630b # v1.24.11
uses: defenseunicorns/uds-common/.github/workflows/callable-publish.yaml@ad37f65401031af319e4970f705fda0ae849996b # v1.24.14
with:
flavor: ${{ matrix.flavor }}
options: --set BASE_REPO="ghcr.io/uds-packages"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ jobs:
packages: read # Allows reading the content of the repository's packages.
id-token: write # Allows authentication to Rapidfort via OIDC.
pull-requests: write # Allows writing the scan results comment to the pull request.
uses: defenseunicorns/uds-common/.github/workflows/callable-scan.yaml@ba03e5bec6704a54466a94a3fdee9741b755630b # v1.24.11
uses: defenseunicorns/uds-common/.github/workflows/callable-scan.yaml@ad37f65401031af319e4970f705fda0ae849996b # v1.24.14
secrets: inherit # Inherits all secrets from the parent workflow.
6 changes: 3 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3

- name: test-flavor
uses: defenseunicorns/uds-common/.github/actions/test-flavor@ba03e5bec6704a54466a94a3fdee9741b755630b # v1.24.11
uses: defenseunicorns/uds-common/.github/actions/test-flavor@ad37f65401031af319e4970f705fda0ae849996b # v1.24.14
id: test-flavor
outputs:
upgrade-flavors: ${{ steps.test-flavor.outputs.upgrade-flavors }}
Expand All @@ -43,7 +43,7 @@ jobs:
matrix:
type: [install, upgrade]
flavor: [upstream, unicorn]
uses: defenseunicorns/uds-common/.github/workflows/callable-test.yaml@ba03e5bec6704a54466a94a3fdee9741b755630b # v1.24.11
uses: defenseunicorns/uds-common/.github/workflows/callable-test.yaml@ad37f65401031af319e4970f705fda0ae849996b # v1.24.14
with:
timeout: 30
options: --set BASE_REPO="ghcr.io/uds-packages"
Expand Down
16 changes: 8 additions & 8 deletions tasks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
# yaml-language-server: $schema=https://raw.githubusercontent.com/defenseunicorns/uds-cli/refs/heads/main/tasks.schema.json
includes:
- test: ./tasks/test.yaml
- create: https://raw.githubusercontent.com/defenseunicorns/uds-common/v1.24.11/tasks/create.yaml
- lint: https://raw.githubusercontent.com/defenseunicorns/uds-common/v1.24.11/tasks/lint.yaml
- pull: https://raw.githubusercontent.com/defenseunicorns/uds-common/v1.24.11/tasks/pull.yaml
- deploy: https://raw.githubusercontent.com/defenseunicorns/uds-common/v1.24.11/tasks/deploy.yaml
- setup: https://raw.githubusercontent.com/defenseunicorns/uds-common/v1.24.11/tasks/setup.yaml
- actions: https://raw.githubusercontent.com/defenseunicorns/uds-common/v1.24.11/tasks/actions.yaml
- upgrade: https://raw.githubusercontent.com/defenseunicorns/uds-common/v1.24.11/tasks/upgrade.yaml
- publish: https://raw.githubusercontent.com/defenseunicorns/uds-common/v1.24.11/tasks/publish.yaml
- create: https://raw.githubusercontent.com/defenseunicorns/uds-common/v1.24.14/tasks/create.yaml
- lint: https://raw.githubusercontent.com/defenseunicorns/uds-common/v1.24.14/tasks/lint.yaml
- pull: https://raw.githubusercontent.com/defenseunicorns/uds-common/v1.24.14/tasks/pull.yaml
- deploy: https://raw.githubusercontent.com/defenseunicorns/uds-common/v1.24.14/tasks/deploy.yaml
- setup: https://raw.githubusercontent.com/defenseunicorns/uds-common/v1.24.14/tasks/setup.yaml
- actions: https://raw.githubusercontent.com/defenseunicorns/uds-common/v1.24.14/tasks/actions.yaml
- upgrade: https://raw.githubusercontent.com/defenseunicorns/uds-common/v1.24.14/tasks/upgrade.yaml
- publish: https://raw.githubusercontent.com/defenseunicorns/uds-common/v1.24.14/tasks/publish.yaml

tasks:
- name: default
Expand Down
14 changes: 7 additions & 7 deletions tests/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.