Skip to content

Commit

Permalink
chore(deps): update gitlab support dependencies
Browse files Browse the repository at this point in the history
| datasource  | package                      | from    | to      |
| ----------- | ---------------------------- | ------- | ------- |
| github-tags | defenseunicorns/zarf         | v0.38.0 | v0.38.2 |
| github-tags | github/codeql-action         | v3.26.0 | v3.26.4 |
| github-tags | golangci/golangci-lint       | v1.59.1 | v1.60.2 |
| github-tags | renovatebot/pre-commit-hooks | 38.23.2 | 38.47.0 |
  • Loading branch information
renovate[bot] authored Aug 22, 2024
1 parent c12911e commit e734129
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@eb055d739abdc2e8de2e5f4ba1a8b246daa779aa # v3.26.0
uses: github/codeql-action/upload-sarif@f0f3afee809481da311ca3a6ff1ff51d81dbeb24 # v3.26.4
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.0/zarf.schema.json",
"https://raw.githubusercontent.com/defenseunicorns/zarf/v0.38.2/zarf.schema.json",
"--no-cache"
]
- repo: https://github.com/golangci/golangci-lint
rev: v1.59.1
rev: v1.60.2
hooks:
- id: golangci-lint
- repo: https://github.com/renovatebot/pre-commit-hooks
rev: 38.23.2
rev: 38.47.0
hooks:
- id: renovate-config-validator

0 comments on commit e734129

Please sign in to comment.