Skip to content

Commit

Permalink
chore(deps): update jenkins support dependencies
Browse files Browse the repository at this point in the history
| datasource  | package                      | from    | to      |
| ----------- | ---------------------------- | ------- | ------- |
| github-tags | defenseunicorns/zarf         | v0.38.3 | v0.39.0 |
| github-tags | github/codeql-action         | v3.26.6 | v3.26.7 |
| github-tags | golangci/golangci-lint       | v1.60.3 | v1.61.0 |
| github-tags | renovatebot/pre-commit-hooks | 38.68.0 | 38.85.1 |
  • Loading branch information
renovate[bot] authored Sep 17, 2024
1 parent 29f2cc4 commit f8d7045
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
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@4dd16135b69a43b6c8efb853346f8437d92d3c93 # v3.26.6
uses: github/codeql-action/upload-sarif@8214744c546c1e5c8f03dde8fab3a7353211988d # v3.26.7
with:
sarif_file: results.sarif
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,14 @@ repos:
args:
[
"--schemafile",
"https://raw.githubusercontent.com/defenseunicorns/zarf/v0.38.3/zarf.schema.json",
"https://raw.githubusercontent.com/defenseunicorns/zarf/v0.39.0/zarf.schema.json",
"--no-cache"
]
- repo: https://github.com/golangci/golangci-lint
rev: v1.60.3
rev: v1.61.0
hooks:
- id: golangci-lint
- repo: https://github.com/renovatebot/pre-commit-hooks
rev: 38.68.0
rev: 38.85.1
hooks:
- id: renovate-config-validator

0 comments on commit f8d7045

Please sign in to comment.