Skip to content

Commit

Permalink
chore(deps): update all dependencies
Browse files Browse the repository at this point in the history
| datasource  | package                                               | from                | to                   |
| ----------- | ----------------------------------------------------- | ------------------- | -------------------- |
| github-tags | actions/checkout                                      | v4.1.4              | v4.1.6               |
| github-tags | github/codeql-action                                  | v3.25.3             | v3.25.6              |
| github-tags | golangci/golangci-lint                                | v1.57.2             | v1.58.2              |
| github-tags | google-github-actions/release-please-action           | v4.1.0              | v4.1.1               |
| github-tags | jenkinsci/configuration-as-code-plugin                | 1775.v810dc950b_514 | 1807.v0175eda_00a_20 |
| github-tags | jenkinsci/kubernetes-plugin                           | 4209.vc646b_71e5269 | 4230.vceef11cb_ca_37 |
| github-tags | ossf/scorecard-action                                 | v2.3.1              | v2.3.3               |
| github-tags | python-jsonschema/check-jsonschema                    | 0.28.2              | 0.28.4               |
| docker      | registry1.dso.mil/ironbank/kiwigrid/k8s-sidecar       | 1.26.1              | 1.27.1               |
| docker      | registry1.dso.mil/ironbank/opensource/jenkins/jenkins | 2.440.3             | 2.452.1              |
| github-tags | renovatebot/pre-commit-hooks                          | 37.338.0            | 37.371.1             |
  • Loading branch information
renovate[bot] authored May 22, 2024
1 parent e3512e0 commit 2478aa5
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
with:
fetch-depth: 0

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/scorecard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ jobs:

steps:
- name: "Checkout code"
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
with:
persist-credentials: false

- name: "Run analysis"
uses: ossf/scorecard-action@0864cf19026789058feabb7e87baa5f140aac736 # v2.3.1
uses: ossf/scorecard-action@dc50aa9510b46c811795eb24b2f1ba02a914e534 # v2.3.3
with:
results_file: results.sarif
results_format: sarif
Expand All @@ -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@d39d31e687223d841ef683f52467bd88e9b21c14 # v3.25.3
uses: github/codeql-action/upload-sarif@9fdb3e49720b44c48891d036bb502feb25684276 # v3.25.6
with:
sarif_file: results.sarif
4 changes: 2 additions & 2 deletions .github/workflows/tag-and-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
steps:
- name: Create release tag
id: tag
uses: google-github-actions/release-please-action@a37ac6e4f6449ce8b3f7607e4d97d0146028dc0b # v4.1.0
uses: google-github-actions/release-please-action@e4dc86ba9405554aeba3c6bb2d169500e7d3b4ee # v4.1.1
- id: release-flag
run: echo "release_created=${{ steps.tag.outputs.release_created || false }}" >> $GITHUB_OUTPUT

Expand All @@ -33,7 +33,7 @@ jobs:
packages: write

steps:
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6

- name: Environment setup
uses: defenseunicorns/uds-common/.github/actions/setup@b2e8b25930c953ef893e7c787fe350f0d8679ee2 # v0.4.2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6

- name: Environment setup
uses: defenseunicorns/uds-common/.github/actions/setup@b2e8b25930c953ef893e7c787fe350f0d8679ee2 # v0.4.2
Expand Down
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ repos:
hooks:
- id: fix-smartquotes
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.28.2
rev: 0.28.4
hooks:
- id: check-jsonschema
name: "Validate Zarf Configs Against Schema"
Expand All @@ -44,10 +44,10 @@ repos:
"--no-cache"
]
- repo: https://github.com/golangci/golangci-lint
rev: v1.57.2
rev: v1.58.2
hooks:
- id: golangci-lint
- repo: https://github.com/renovatebot/pre-commit-hooks
rev: 37.338.0
rev: 37.371.1
hooks:
- id: renovate-config-validator
8 changes: 4 additions & 4 deletions values/common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ controller:
image:
registry: "registry1.dso.mil"
repository: "ironbank/opensource/jenkins/jenkins"
tag: "2.440.3-lts"
tag: "2.452.1-lts"
sidecars:
configAutoReload:
image:
registry: "registry1.dso.mil"
repository: "ironbank/kiwigrid/k8s-sidecar"
tag: "1.26.1"
tag: "1.27.1"
jenkinsUrl: https://jenkins.###ZARF_VAR_DOMAIN###
disableRememberMe: true
resources:
Expand All @@ -26,10 +26,10 @@ controller:
cpu: "2000m"
memory: "8192Mi"
installPlugins:
- kubernetes:4209.vc646b_71e5269
- kubernetes:4230.vceef11cb_ca_37
- workflow-aggregator:596.v8c21c963d92d
- git:5.2.1
- configuration-as-code:1775.v810dc950b_514
- configuration-as-code:1807.v0175eda_00a_20
- oic-auth:4.257.v5360e8489e8b_
overwritePlugins: true
JCasC:
Expand Down

0 comments on commit 2478aa5

Please sign in to comment.