Skip to content

Commit

Permalink
chore(deps): update github actions
Browse files Browse the repository at this point in the history
| datasource  | package                     | from    | to     |
| ----------- | --------------------------- | ------- | ------ |
| github-tags | defenseunicorns/uds-common  | v0.13.1 | v1.1.0 |
| github-tags | pre-commit/pre-commit-hooks | v4.6.0  | v5.0.0 |
  • Loading branch information
renovate[bot] authored Oct 11, 2024
1 parent 2f0682a commit 65d3f05
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/api-auth-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ jobs:
timeout-minutes: 30

- name: Debug Output
uses: defenseunicorns/uds-common/.github/actions/debug-output@e3008473beab00b12a94f9fcc7340124338d5c08 # v0.13.1
uses: defenseunicorns/uds-common/.github/actions/debug-output@f0164622ffc2007e96a0e1deaa3f5064db04b148 # v1.1.0

- name: Save logs
if: always()
uses: defenseunicorns/uds-common/.github/actions/save-logs@e3008473beab00b12a94f9fcc7340124338d5c08 # v0.13.1
uses: defenseunicorns/uds-common/.github/actions/save-logs@f0164622ffc2007e96a0e1deaa3f5064db04b148 # v1.1.0
with:
suffix: api-auth
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@e3008473beab00b12a94f9fcc7340124338d5c08 # v0.13.1
uses: defenseunicorns/uds-common/.github/workflows/commitlint.yaml@f0164622ffc2007e96a0e1deaa3f5064db04b148 # v1.1.0
4 changes: 2 additions & 2 deletions .github/workflows/pr-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ jobs:

- name: Debug Output
if: ${{ matrix.type == 'e2e'}}
uses: defenseunicorns/uds-common/.github/actions/debug-output@e3008473beab00b12a94f9fcc7340124338d5c08 # v0.13.1
uses: defenseunicorns/uds-common/.github/actions/debug-output@f0164622ffc2007e96a0e1deaa3f5064db04b148 # v1.1.0

- name: Save logs
if: always()
uses: defenseunicorns/uds-common/.github/actions/save-logs@e3008473beab00b12a94f9fcc7340124338d5c08 # v0.13.1
uses: defenseunicorns/uds-common/.github/actions/save-logs@f0164622ffc2007e96a0e1deaa3f5064db04b148 # v1.1.0
with:
suffix: ${{ matrix.type }}
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ exclude: '^pkg/api/docs/swagger.*\.json$|^pkg/api/docs/swagger.*\.yaml$'
repos:
### Global ###
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
rev: v5.0.0
hooks:
- id: check-added-large-files
args: ["--maxkb=1024"]
Expand Down
2 changes: 1 addition & 1 deletion tasks/lint.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
includes:
- common: https://raw.githubusercontent.com/defenseunicorns/uds-common/v0.13.1/tasks/lint.yaml
- common: https://raw.githubusercontent.com/defenseunicorns/uds-common/v1.1.0/tasks/lint.yaml
- setup: ./setup.yaml

tasks:
Expand Down
2 changes: 1 addition & 1 deletion tasks/setup.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
includes:
- common: https://raw.githubusercontent.com/defenseunicorns/uds-common/v0.13.1/tasks/setup.yaml
- common: https://raw.githubusercontent.com/defenseunicorns/uds-common/v1.1.0/tasks/setup.yaml

tasks:
- name: full-core
Expand Down

0 comments on commit 65d3f05

Please sign in to comment.