Skip to content

Commit

Permalink
chore(deps): update gitlab runner support dependencies
Browse files Browse the repository at this point in the history
| datasource  | package                          | from    | to      |
| ----------- | -------------------------------- | ------- | ------- |
| npm         | @commitlint/cli                  | 18.6.1  | 19.0.3  |
| npm         | @commitlint/config-conventional  | 18.6.2  | 19.0.3  |
| github-tags | defenseunicorns/uds-common-tasks | v0.2.0  | v0.2.1  |
| github-tags | defenseunicorns/zarf             | v0.32.3 | v0.32.4 |
| github-tags | github/codeql-action             | v3.24.5 | v3.24.6 |
  • Loading branch information
renovate[bot] authored Feb 29, 2024
1 parent 5ab884b commit 0cb265f
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/actions/setup/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ runs:
uses: defenseunicorns/setup-zarf@main
with:
# renovate: datasource=github-tags depName=defenseunicorns/zarf versioning=semver
version: v0.32.3
version: v0.32.4
download-init-package: ${{ inputs.download-init-package }}

- name: Install k3d
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/commitlint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:

- name: Install commitlint
run: |
npm install --save-dev @commitlint/config-conventional@18.6.2
npm install --save-dev @commitlint/cli@18.6.1
npm install --save-dev @commitlint/config-conventional@19.0.3
npm install --save-dev @commitlint/cli@19.0.3
- name: Lint PR title
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scorecard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@ jobs:

# Upload the results to GitHub's code scanning dashboard.
- name: "Upload to code-scanning"
uses: github/codeql-action/upload-sarif@47b3d888fe66b639e431abf22ebca059152f1eea # v3.24.5
uses: github/codeql-action/upload-sarif@8a470fddafa5cbb6266ee11b37ef4d8aae19c571 # v3.24.6
with:
sarif_file: results.sarif
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@ jobs:

- name: Save logs
if: always()
uses: defenseunicorns/uds-common/.github/actions/save-logs@417b9c2bc088f664c616c9929a2b3ce448d251f7
uses: defenseunicorns/uds-common/.github/actions/save-logs@42550995edd718244ac990c8da8e92f4ab358bee
with:
suffix: '${{ matrix.flavor }}-${{ github.run_id }}-${{ github.run_attempt }}'
4 changes: 2 additions & 2 deletions tasks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ includes:
- create: ./tasks/create.yaml
- test: ./tasks/test.yaml
- deploy: ./tasks/deploy.yaml
- setup: https://raw.githubusercontent.com/defenseunicorns/uds-common-tasks/v0.2.0/tasks/setup.yaml
- package: https://raw.githubusercontent.com/defenseunicorns/uds-common-tasks/v0.2.0/tasks/create.yaml
- setup: https://raw.githubusercontent.com/defenseunicorns/uds-common-tasks/v0.2.1/tasks/setup.yaml
- package: https://raw.githubusercontent.com/defenseunicorns/uds-common-tasks/v0.2.1/tasks/create.yaml

tasks:
- name: default
Expand Down

0 comments on commit 0cb265f

Please sign in to comment.